Home
last modified time | relevance | path

Searched refs:CMP_NE (Results 1 – 20 of 20) sorted by relevance

/external/opencv3/modules/core/perf/
Dperf_compare.cpp9 CV_ENUM(CmpType, CMP_EQ, CMP_GT, CMP_GE, CMP_LT, CMP_LE, CMP_NE)
/external/deqp/framework/randomshaders/
DrsgToken.hpp100 CMP_NE, enumerator
DrsgBinaryOps.cpp693 : BinaryOp<8, ASSOCIATIVITY_LEFT>(IsEqual ? Token::CMP_EQ : Token::CMP_NE) in EqualityComparisonOp()
/external/opencv3/modules/core/src/
Darithm.cpp4177 code == CMP_EQ || code == CMP_NE); in Cmp_SIMD()
4195 else if (code == CMP_NE) in operator ()()
4213 code == CMP_EQ || code == CMP_NE); in Cmp_SIMD()
4240 else if (code == CMP_NE) in operator ()()
4261 code == CMP_EQ || code == CMP_NE); in Cmp_SIMD()
4291 else if (code == CMP_NE) in operator ()()
4314 code == CMP_EQ || code == CMP_NE); in Cmp_SIMD()
4344 else if (code == CMP_NE) in operator ()()
4369 code == CMP_EQ || code == CMP_NE); in Cmp_SIMD()
4398 else if (code == CMP_NE) in operator ()()
[all …]
/external/v8/src/mips/
Ddisasm-mips.cc974 case CMP_NE: in DecodeTypeRegisterLRsType()
1021 case CMP_NE: in DecodeTypeRegisterWRsType()
Dconstants-mips.h584 CMP_NE = ((2U << 3) + 3), enumerator
Dsimulator-mips.cc2828 case CMP_NE: in DecodeTypeRegisterWRsType()
3358 case CMP_NE: in DecodeTypeRegisterLRsType()
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp185 CMP_NE = 5 //!< src1 is unequal to src2. enumerator
/external/v8/src/mips64/
Ddisasm-mips64.cc1018 case CMP_NE: in DecodeTypeRegisterLRsType()
1065 case CMP_NE: in DecodeTypeRegisterWRsType()
Dconstants-mips64.h626 CMP_NE = ((2U << 3) + 3), enumerator
Dsimulator-mips64.cc3195 case CMP_NE: in DecodeTypeRegisterWRsType()
3287 case CMP_NE: in DecodeTypeRegisterLRsType()
/external/opencv3/modules/stitching/src/
Dblenders.cpp347 compare(mask, 0, add_mask, CMP_NE); in feed()
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp553 CV_ENUM(CmpCode, CMP_LT, CMP_LE, CMP_EQ, CMP_NE, CMP_GE, CMP_GT)
/external/opencv3/modules/cudaarithm/perf/
Dperf_element_operations.cpp632 CV_ENUM(CmpCode, cv::CMP_EQ, cv::CMP_GT, cv::CMP_GE, cv::CMP_LT, cv::CMP_LE, cv::CMP_NE)
/external/opencv3/modules/imgproc/src/
Dtemplmatch.cpp846 compare(mask, Scalar::all(0), mask, CMP_NE); in matchTemplateMask()
/external/opencv3/modules/cudaarithm/test/
Dtest_element_operations.cpp1835 CV_ENUM(CmpCode, cv::CMP_EQ, cv::CMP_GT, cv::CMP_GE, cv::CMP_LT, cv::CMP_LE, cv::CMP_NE) in CV_ENUM() argument
1836 #define ALL_CMP_CODES testing::Values(CmpCode(cv::CMP_EQ), CmpCode(cv::CMP_NE), CmpCode(cv::CMP_GT)… in CV_ENUM()
/external/opencv3/modules/java/src/
Dcore+Core.java129 CMP_NE = 5, field in Core
/external/opencv3/modules/ts/src/
Dts_func.cpp1579 case CMP_NE: in compare_()
1615 case CMP_NE: in compareS_()
/external/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp780 static const int cmp_codes[] = { CMP_EQ, CMP_GT, CMP_GE, CMP_LT, CMP_LE, CMP_NE };
/external/opencv3/modules/core/test/
Dtest_arithm.cpp1172 cvtest::compare(src[0], 0, temp, CMP_NE); in refop()