Home
last modified time | relevance | path

Searched refs:bind1st (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dbinary_op.hpp119 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/
Dbind1st.pass.cpp23 assert(std::bind1st(test_func(1), 5)(10.) == -5.); in main()
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
Dfunctional.hpp822 __host__ __device__ Binder1st<Op> bind1st(const Op& op, const typename Op::first_argument_type& arg… in bind1st() function
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp355 std::bind1st(std::ptr_fun(containsReg), RegOpers.Defs)); in collectInstr()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp690 …template <typename Op, typename T> __host__ __device__ __forceinline__ binder1st<Op> bind1st(const… in bind1st() function
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp285 std::bind1st(std::mem_fun(&AMDGPUPeepholeOpt::instLevelOptimizations), in runOnFunction()
/external/clang/lib/Sema/
DSema.cpp717 std::bind1st(std::ptr_fun(ShouldRemoveFromUnused), this)), in ActOnEndOfTranslationUnit()
/external/libcxx/include/
Dfunctional243 binder1st<Operation> bind1st(const Operation& op, const T& x);
1035 bind1st(const __Operation& __op, const _Tp& __x)