Home
last modified time | relevance | path

Searched refs:CV_BIG_INT (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/include/
Dcxmisc.h141 #define CV_BIG_INT(n) n##I64 macro
144 #define CV_BIG_INT(n) n##LL macro
168 ((x)^((int64)(x) < 0 ? CV_BIG_INT(0x7fffffffffffffff) : 0))
/external/opencv/cxcore/src/
Dcxrand.cpp61 #define ICV_1D CV_BIG_INT(0x3FF0000000000000)
Dcxsumpixels.cpp561 #define CV_NONZERO_DBL(x) (((x) & CV_BIG_INT(0x7fffffffffffffff)) != 0)
Dcxarithm.cpp1609 #define div_check_zero_dbl(x) (((x) & CV_BIG_INT(0x7fffffffffffffff)) != 0)