Searched defs:CV_BIG_INT (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A 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))

Completed in 25 milliseconds