Home
last modified time | relevance | path

Searched defs:__gen (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dgenerate.h23 generate(_ForwardIterator __first,_ForwardIterator __last,_Generator __gen) generate() argument
H A Dgenerate_n.h24 generate_n(_OutputIterator __first,_Size __orig_n,_Generator __gen) generate_n() argument
H A Dpstl.h329 …_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 Dgenerate.h21 …_HIDE_FROM_ABI void generate(_ForwardIterator __first, _ForwardIterator __last, _Generator __gen) { in generate()
H A Dgenerate_n.h22 …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 Dbernoulli_distribution.h84 uniform_real_distribution<double> __gen; in operator() local
H A Dcauchy_distribution.h95 uniform_real_distribution<result_type> __gen; in operator() local
H A Dbinomial_distribution.h128 uniform_real_distribution<double> __gen; in operator() local
H A Ddiscrete_distribution.h167 uniform_real_distribution<double> __gen; in operator() local
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dbernoulli_distribution.h89 uniform_real_distribution<double> __gen; in operator() local
H A Dcauchy_distribution.h101 uniform_real_distribution<result_type> __gen; in operator() local
H A Dbinomial_distribution.h135 uniform_real_distribution<double> __gen; in operator() local
H A Ddiscrete_distribution.h173 uniform_real_distribution<double> __gen; in operator() local