Home
last modified time | relevance | path

Searched defs:bOp (Results 1 – 10 of 10) sorted by relevance

/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx17/
Dtransform_inclusive_scan.hpp29 BinaryOperation bOp, UnaryOperation uOp, in transform_inclusive_scan()
44 BinaryOperation bOp, UnaryOperation uOp) in transform_inclusive_scan()
Dinclusive_scan.hpp27 OutputIterator result, BinaryOperation bOp, T init) in inclusive_scan()
39 OutputIterator result, BinaryOperation bOp) in inclusive_scan()
Dreduce.hpp26 T reduce(InputIterator first, InputIterator last, T init, BinaryOperation bOp) in reduce()
66 T reduce(const Range &r, T init, BinaryOperation bOp) in reduce()
Dtransform_exclusive_scan.hpp29 BinaryOperation bOp, UnaryOperation uOp) in transform_exclusive_scan()
Dexclusive_scan.hpp27 OutputIterator result, T init, BinaryOperation bOp) in exclusive_scan()
Dtransform_reduce.hpp39 T init, BinaryOperation bOp, UnaryOperation uOp) in transform_reduce()
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/
Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp45 test(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test()
/external/cronet/stable/third_party/libc++/src/test/std/numerics/numeric.ops/transform.reduce/
Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp47 test(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test()
/external/cronet/tot/third_party/libc++/src/test/std/numerics/numeric.ops/transform.reduce/
Dtransform_reduce_iter_iter_init_bop_uop.pass.cpp47 test(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test()
/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dtransform_reduce_test.cpp35 test_init_bop_uop(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test_init_bop_uop()