HomeSort by relevance Sort by last modified time
    Searched defs:CV_BIG_INT (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 291 # define CV_BIG_INT(n) n##I64
296 # define CV_BIG_INT(n) n##LL
  /external/opencv/cxcore/include/
cxmisc.h 141 #define CV_BIG_INT(n) n##I64
144 #define CV_BIG_INT(n) n##LL
168 ((x)^((int64)(x) < 0 ? CV_BIG_INT(0x7fffffffffffffff) : 0))
    [all...]

Completed in 198 milliseconds