Searched defs:__gen (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | generate.h | 23 generate(_ForwardIterator __first,_ForwardIterator __last,_Generator __gen) generate() argument
|
| H A D | generate_n.h | 24 generate_n(_OutputIterator __first,_Size __orig_n,_Generator __gen) generate_n() argument
|
| H A D | pstl.h | 329 …_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Generator __gen) { in generate() 343 generate_n(_ExecutionPolicy&& __policy, _ForwardIterator __first, _Size __n, _Generator __gen) { in generate_n()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | generate.h | 21 …_HIDE_FROM_ABI void generate(_ForwardIterator __first, _ForwardIterator __last, _Generator __gen) { in generate()
|
| H A D | generate_n.h | 22 …DE_FROM_ABI _OutputIterator generate_n(_OutputIterator __first, _Size __orig_n, _Generator __gen) { in generate_n()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/ |
| H A D | bernoulli_distribution.h | 84 uniform_real_distribution<double> __gen; in operator() local
|
| H A D | cauchy_distribution.h | 95 uniform_real_distribution<result_type> __gen; in operator() local
|
| H A D | binomial_distribution.h | 128 uniform_real_distribution<double> __gen; in operator() local
|
| H A D | discrete_distribution.h | 167 uniform_real_distribution<double> __gen; in operator() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__random/ |
| H A D | bernoulli_distribution.h | 89 uniform_real_distribution<double> __gen; in operator() local
|
| H A D | cauchy_distribution.h | 101 uniform_real_distribution<result_type> __gen; in operator() local
|
| H A D | binomial_distribution.h | 135 uniform_real_distribution<double> __gen; in operator() local
|
| H A D | discrete_distribution.h | 173 uniform_real_distribution<double> __gen; in operator() local
|