Searched refs:bind1st (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/ |
D | binary_op.hpp | 119 return makeExpr(transformPtr(src, bind1st(functor<T>(), val))); \ 161 return makeExpr(transformPtr(src, bind1st(functor<T>(), val))); \ 191 return makeExpr(transformPtr(src, bind1st(functor<T>(), val))); \ 209 return makeExpr(transformPtr(a.body, bind1st(functor<typename Body::value_type>(), val))); \
|
/external/libcxx/test/std/depr/depr.lib.binders/depr.lib.bind.1st/ |
D | bind1st.pass.cpp | 23 assert(std::bind1st(test_func(1), 5)(10.) == -5.); in main()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
D | functional.hpp | 822 __host__ __device__ Binder1st<Op> bind1st(const Op& op, const typename Op::first_argument_type& arg… in bind1st() function
|
/external/llvm/lib/CodeGen/ |
D | RegisterPressure.cpp | 355 std::bind1st(std::ptr_fun(containsReg), RegOpers.Defs)); in collectInstr()
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | functional.hpp | 690 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder1st<Op> bind1st(const… in bind1st() function
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 285 std::bind1st(std::mem_fun(&AMDGPUPeepholeOpt::instLevelOptimizations), in runOnFunction()
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 717 std::bind1st(std::ptr_fun(ShouldRemoveFromUnused), this)), in ActOnEndOfTranslationUnit()
|
/external/libcxx/include/ |
D | functional | 243 binder1st<Operation> bind1st(const Operation& op, const T& x); 1035 bind1st(const __Operation& __op, const _Tp& __x)
|