/external/opencv/cxcore/src/ |
cxcmp.cpp | 554 void* dstarr, int cmp_op ) 602 switch( cmp_op ) 618 cmp_op = CV_CMP_EQ; 654 func = (CvFunc2D_3A)(cmp_tab[cmp_op == CV_CMP_EQ].fn_2d[type]); 659 ipp_cmp_op = cmp_op == CV_CMP_EQ ? cvCmpEq : cvCmpGreater; 693 cvCmpS( const void* srcarr, double value, void* dstarr, int cmp_op ) 732 switch( cmp_op ) 740 cmp_op = CV_CMP_GE; 744 cmp_op = CV_CMP_GT; 748 cmp_op = CV_CMP_EQ [all...] |
_cxipp.h | 450 arrtype* dst, int dststep, CvSize size, int cmp_op )) \ 454 arrtype* dst, int dststep, CvSize size, int cmp_op )) \ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dis.py | 103 print '(' + cmp_op[oparg] + ')', 147 print '(' + cmp_op[oparg] + ')',
|
opcode.py | 7 __all__ = ["cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs", 11 cmp_op = ('<', '<=', '==', '!=', '>', '>=', 'in', 'not in', 'is', variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dis.py | 103 print '(' + cmp_op[oparg] + ')', 147 print '(' + cmp_op[oparg] + ')',
|
opcode.py | 7 __all__ = ["cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs", 11 cmp_op = ('<', '<=', '==', '!=', '>', '>=', 'in', 'not in', 'is', variable
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_flow.c | 280 * e.g. for(i = start; i cmp_op end; i += step) 284 * \param cmp_op comparison operator used for comparing current value with end value 292 LLVMIntPredicate cmp_op, 305 state->cond = cmp_op;
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_flow.c | 280 * e.g. for(i = start; i cmp_op end; i += step) 284 * \param cmp_op comparison operator used for comparing current value with end value 292 LLVMIntPredicate cmp_op, 305 state->cond = cmp_op;
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
opcode.h | 154 enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py_NE, PyCmp_GT=Py_GT, PyCmp_GE=Py_GE, enum
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
opcode.h | 154 enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py_NE, PyCmp_GT=Py_GT, PyCmp_GE=Py_GE, enum
|
/external/opencv/cvaux/src/ |
cvmat.cpp | 816 cvCmp( a, b, this, mat_cmp.cmp_op ); 818 cvCmpS( a, mat_cmp.alpha, this, mat_cmp.cmp_op );
|
/external/opencv/cvaux/include/ |
cvmat.hpp | 855 explicit _CvMAT_CMP_( const CvMAT* a, const CvMAT* b, int cmp_op ); 856 explicit _CvMAT_CMP_( const CvMAT* a, double alpha, int cmp_op ); 862 int cmp_op; [all...] |
/external/opencv/cv/src/ |
_cvipp.h | 620 uchar* dst, int dststep, CvSize size, int cmp_op )) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 492 _cmp = list(dis.cmp_op)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 492 _cmp = list(dis.cmp_op)
|
/external/valgrind/main/memcheck/ |
mc_translate.c | [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 600 CVAPI(void) cvCmp( const CvArr* src1, const CvArr* src2, CvArr* dst, int cmp_op ); 603 CVAPI(void) cvCmpS( const CvArr* src, double value, CvArr* dst, int cmp_op ); [all...] |