Searched defs:__binary_op (Results 1 – 8 of 8) sorted by relevance
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_numeric_impl.h | 31 _BinaryOperation __binary_op) in reduce() 85 _BinaryOperation __binary_op, _UnaryOperation __unary_op) in transform_reduce() 110 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op) in exclusive_scan() 135 _ForwardIterator2 __result, _BinaryOperation __binary_op) in inclusive_scan() 144 _ForwardIterator2 __result, _BinaryOperation __binary_op, _Tp __init) in inclusive_scan() 156 _ForwardIterator2 __result, _Tp __init, _BinaryOperation __binary_op, in transform_exclusive_scan() 172 … _ForwardIterator2 __result, _BinaryOperation __binary_op, _UnaryOperation __unary_op, in transform_inclusive_scan() 186 … _ForwardIterator2 __result, _BinaryOperation __binary_op, _UnaryOperation __unary_op) in transform_inclusive_scan()
|
H A D | numeric_impl.h | 101 …reduce(_ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOperation __binary_op, in __brick_transform_reduce() 110 _BinaryOperation __binary_op, _UnaryOperation __unary_op, in __brick_transform_reduce() 123 _BinaryOperation __binary_op, _UnaryOperation __unary_op) noexcept in __pattern_transform_reduce() 133 _RandomAccessIterator __last, _Tp __init, _BinaryOperation __binary_op, in __pattern_transform_reduce() 160 _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, in __brick_transform_scan() 176 _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, in __brick_transform_scan() 199 … _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, _Inclusive, in __brick_transform_scan() 216 … _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, _Inclusive, in __brick_transform_scan() 227 … _OutputIterator __result, _UnaryOperation __unary_op, _Tp __init, _BinaryOperation __binary_op, in __pattern_transform_scan() 240 _BinaryOperation __binary_op, _Inclusive) in __pattern_transform_scan() [all …]
|
H A D | unseq_backend_simd.h | 461 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) n… in __simd_transform_reduce() 554 _BinaryOperation __binary_op, /*Inclusive*/ std::false_type) in __simd_scan() 594 _BinaryOperation __binary_op, std::true_type) in __simd_scan()
|
/llvm-project/libcxx/include/__numeric/ |
H A D | partial_sum.h | 46 …tIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) { in partial_sum()
|
H A D | adjacent_difference.h | 47 …tIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) { in adjacent_difference()
|
H A D | accumulate.h | 39 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op)… in accumulate()
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | transform.h | 34 _BinaryOperation __binary_op) { in transform()
|
/llvm-project/libcxx/include/__pstl/cpu_algos/ |
H A D | transform_reduce.h | 64 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) noexcept { in __simd_transform_reduce() argument
|