Searched defs:bOp (Results 1 – 10 of 10) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx17/ |
| D | transform_inclusive_scan.hpp | 29 BinaryOperation bOp, UnaryOperation uOp, in transform_inclusive_scan() 44 BinaryOperation bOp, UnaryOperation uOp) in transform_inclusive_scan()
|
| D | inclusive_scan.hpp | 27 OutputIterator result, BinaryOperation bOp, T init) in inclusive_scan() 39 OutputIterator result, BinaryOperation bOp) in inclusive_scan()
|
| D | reduce.hpp | 26 T reduce(InputIterator first, InputIterator last, T init, BinaryOperation bOp) in reduce() 66 T reduce(const Range &r, T init, BinaryOperation bOp) in reduce()
|
| D | transform_exclusive_scan.hpp | 29 BinaryOperation bOp, UnaryOperation uOp) in transform_exclusive_scan()
|
| D | exclusive_scan.hpp | 27 OutputIterator result, T init, BinaryOperation bOp) in exclusive_scan()
|
| D | transform_reduce.hpp | 39 T init, BinaryOperation bOp, UnaryOperation uOp) in transform_reduce()
|
| /external/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
| D | transform_reduce_iter_iter_init_bop_uop.pass.cpp | 45 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/ |
| D | transform_reduce_iter_iter_init_bop_uop.pass.cpp | 47 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/ |
| D | transform_reduce_iter_iter_init_bop_uop.pass.cpp | 47 test(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test()
|
| /external/sdv/vsomeip/third_party/boost/algorithm/test/ |
| D | transform_reduce_test.cpp | 35 test_init_bop_uop(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test_init_bop_uop()
|