Home
last modified time | relevance | path

Searched defs:__binary_op (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_numeric_impl.h
H A Dnumeric_impl.h
H A Dunseq_backend_simd.h
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Daccumulate.h42 __init = __binary_op(std::move(__init), *__first); in accumulate() argument
H A Dpartial_sum.h52 __t = __binary_op(std::move(__t), *__first); in partial_sum() argument
H A Dadjacent_difference.h53 adjacent_difference(_InputIterator __first,_InputIterator __last,_OutputIterator __result,_BinaryOperation __binary_op) adjacent_difference() argument
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dtransform.h34 _BinaryOperation __binary_op) { in transform() argument
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dtransform_reduce.h64 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) n… in __simd_transform_reduce()