Home
last modified time | relevance | path

Searched defs:uOp (Results 1 – 8 of 8) 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()
Dtransform_exclusive_scan.hpp29 BinaryOperation bOp, UnaryOperation uOp) in transform_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()
/external/clang/lib/Sema/
DSemaExpr.cpp10385 if (UnaryOperator* uOp = dyn_cast<UnaryOperator>(op)) { in CheckAddressOfOperand() local