/freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
H A D | pstl.h | 45 …_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, _Binar… in reduce() 62 reduce(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init) { in reduce() 98 _Tp __init, in transform_reduce() 128 _Tp __init) { in transform_reduce() 154 _Tp __init, in transform_reduce()
|
H A D | transform_reduce.h | 26 transform_reduce(_InputIterator __first,_InputIterator __last,_Tp __init,_BinaryOp __b,_UnaryOp __u) transform_reduce() argument 36 transform_reduce(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_Tp __init,_BinaryOp1 __b1,_BinaryOp2 __b2) transform_reduce() argument 46 transform_reduce(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_Tp __init) transform_reduce() argument [all...] |
H A D | accumulate.h | 42 __init = __binary_op(std::move(__init), *__first); in accumulate() argument 28 accumulate(_InputIterator __first,_InputIterator __last,_Tp __init) accumulate() argument [all...] |
H A D | exclusive_scan.h | 30 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOp __b) { in exclusive_scan() argument 48 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init) { in exclusive_scan() argument
|
H A D | inner_product.h | 28 inner_product(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_Tp __init) inner_product() argument 43 inner_product(_InputIterator1 __first1,_InputIterator1 __last1,_InputIterator2 __first2,_Tp __init,_BinaryOperation1 __binary_op1,_BinaryOperation2 __binary_op2) inner_product() argument [all...] |
H A D | reduce.h | 27 reduce(_InputIterator __first,_InputIterator __last,_Tp __init,_BinaryOp __b) reduce() argument 35 reduce(_InputIterator __first,_InputIterator __last,_Tp __init) reduce() argument
|
H A D | transform_inclusive_scan.h | 28 __init = __b(__init, __u(*__first)); in transform_inclusive_scan() argument 45 typename iterator_traits<_InputIterator>::value_type __init = __u(*__first); transform_inclusive_scan() local
|
H A D | inclusive_scan.h | 28 inclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp __b, _Tp __init) { in inclusive_scan() argument 40 typename iterator_traits<_InputIterator>::value_type __init = *__first; in inclusive_scan() local
|
H A D | transform_exclusive_scan.h | 28 transform_exclusive_scan(_InputIterator __first,_InputIterator __last,_OutputIterator __result,_Tp __init,_BinaryOp __b,_UnaryOp __u) transform_exclusive_scan() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | numeric_impl.h |
|
H A D | glue_numeric_impl.h |
|
H A D | unseq_backend_simd.h |
|
H A D | parallel_backend_serial.h |
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/ |
H A D | parallel_transform_reduce.h |
|
H A D | parallel_transform_scan.h |
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/ |
H A D | transform_reduce.h | 47 __simd_transform_reduce(_DifferenceType __n, _Tp __init, _BinaryOperation, _UnaryOperation __f) noe… in __simd_transform_reduce() 64 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) n… in __simd_transform_reduce()
|
/freebsd/sys/contrib/openzfs/module/icp/ |
H A D | illumos-crypto.c | 33 #define __init macro
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | valarray.cpp | 22 gslice::__init(size_t __start) __init() function in gslice
|
H A D | strstream.cpp | 39 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) __init() function in strstreambuf
|
H A D | system_error.cpp | 236 system_error::__init(const error_code& ec, string what_arg) __init() function in system_error
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | crtbegin.c | 50 used)) static void (*__init)(void) = __do_init; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | seed_seq.h | 76 void seed_seq::__init(_InputIterator __first, _InputIterator __last) { in __init() function
|
H A D | discrete_distribution.h | 177 discrete_distribution<_IntType>::param_type::__init() __init() function
|
H A D | piecewise_constant_distribution.h | 188 piecewise_constant_distribution<_RealType>::param_type::__init() __init() function
|
H A D | piecewise_linear_distribution.h | 189 piecewise_linear_distribution<_RealType>::param_type::__init() __init() function
|