/external/opencv3/modules/core/perf/ |
D | perf_compare.cpp | 9 CV_ENUM(CmpType, CMP_EQ, CMP_GT, CMP_GE, CMP_LT, CMP_LE, CMP_NE)
|
/external/deqp/framework/randomshaders/ |
D | rsgToken.hpp | 100 CMP_NE, enumerator
|
D | rsgBinaryOps.cpp | 693 : BinaryOp<8, ASSOCIATIVITY_LEFT>(IsEqual ? Token::CMP_EQ : Token::CMP_NE) in EqualityComparisonOp()
|
/external/opencv3/modules/core/src/ |
D | arithm.cpp | 4177 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/ |
D | disasm-mips.cc | 974 case CMP_NE: in DecodeTypeRegisterLRsType() 1021 case CMP_NE: in DecodeTypeRegisterWRsType()
|
D | constants-mips.h | 584 CMP_NE = ((2U << 3) + 3), enumerator
|
D | simulator-mips.cc | 2828 case CMP_NE: in DecodeTypeRegisterWRsType() 3358 case CMP_NE: in DecodeTypeRegisterLRsType()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 185 CMP_NE = 5 //!< src1 is unequal to src2. enumerator
|
/external/v8/src/mips64/ |
D | disasm-mips64.cc | 1018 case CMP_NE: in DecodeTypeRegisterLRsType() 1065 case CMP_NE: in DecodeTypeRegisterWRsType()
|
D | constants-mips64.h | 626 CMP_NE = ((2U << 3) + 3), enumerator
|
D | simulator-mips64.cc | 3195 case CMP_NE: in DecodeTypeRegisterWRsType() 3287 case CMP_NE: in DecodeTypeRegisterLRsType()
|
/external/opencv3/modules/stitching/src/ |
D | blenders.cpp | 347 compare(mask, 0, add_mask, CMP_NE); in feed()
|
/external/opencv3/modules/core/perf/opencl/ |
D | perf_arithm.cpp | 553 CV_ENUM(CmpCode, CMP_LT, CMP_LE, CMP_EQ, CMP_NE, CMP_GE, CMP_GT)
|
/external/opencv3/modules/cudaarithm/perf/ |
D | perf_element_operations.cpp | 632 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/ |
D | templmatch.cpp | 846 compare(mask, Scalar::all(0), mask, CMP_NE); in matchTemplateMask()
|
/external/opencv3/modules/cudaarithm/test/ |
D | test_element_operations.cpp | 1835 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/ |
D | core+Core.java | 129 CMP_NE = 5, field in Core
|
/external/opencv3/modules/ts/src/ |
D | ts_func.cpp | 1579 case CMP_NE: in compare_() 1615 case CMP_NE: in compareS_()
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 780 static const int cmp_codes[] = { CMP_EQ, CMP_GT, CMP_GE, CMP_LT, CMP_LE, CMP_NE };
|
/external/opencv3/modules/core/test/ |
D | test_arithm.cpp | 1172 cvtest::compare(src[0], 0, temp, CMP_NE); in refop()
|