Searched defs:__binary_op (Results 1 – 8 of 8) sorted by relevance
42 __init = __binary_op(std::move(__init), *__first); in accumulate() argument
52 __t = __binary_op(std::move(__t), *__first); in partial_sum() argument
53 adjacent_difference(_InputIterator __first,_InputIterator __last,_OutputIterator __result,_BinaryOperation __binary_op) adjacent_difference() argument
34 _BinaryOperation __binary_op) { in transform() argument
64 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) n… in __simd_transform_reduce()