HomeSort by relevance Sort by last modified time
    Searched refs:cmp_ (Results 1 - 3 of 3) sorted by null

  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 76 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_cmp_op<Scalar, internal::cmp_ ## COMPARATOR>, const Derived, const OtherDerived> \
79 return CwiseBinaryOp<internal::scalar_cmp_op<Scalar, internal::cmp_ ## COMPARATOR>, const Derived, const OtherDerived>(derived(), other.derived()); \
81 typedef CwiseBinaryOp<internal::scalar_cmp_op<Scalar, internal::cmp_ ## COMPARATOR>, const Derived, const CwiseNullaryOp<internal::scalar_constant_op<Scalar>, PlainObject> > Cmp ## COMPARATOR ## ReturnType; \
82 typedef CwiseBinaryOp<internal::scalar_cmp_op<Scalar, internal::cmp_ ## COMPARATOR>, const CwiseNullaryOp<internal::scalar_constant_op<Scalar>, PlainObject>, const Derived > RCmp ## COMPARATOR ## ReturnType; \
94 EIGEN_STRONG_INLINE const CwiseBinaryOp<internal::scalar_cmp_op<Scalar, internal::cmp_##RCOMPARATOR>, const OtherDerived, const Derived> \
97 return CwiseBinaryOp<internal::scalar_cmp_op<Scalar, internal::cmp_##RCOMPARATOR>, const OtherDerived, const Derived>(other.derived(), derived()); \
  /external/v8/src/
vector.h 148 explicit RawComparer(CookedComparer cmp) : cmp_(cmp) {}
150 return cmp_(&a, &b) < 0;
154 CookedComparer cmp_;
  /external/opencv3/modules/core/src/
arithm.cpp 4487 cmp_(const T* src1, size_t step1, const T* src2, size_t step2, function in namespace:cv
    [all...]

Completed in 74 milliseconds