Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h291 # define CV_BIG_INT(n) n##I64 macro
296 # define CV_BIG_INT(n) n##LL macro
/external/opencv/cxcore/include/
Dcxmisc.h141 #define CV_BIG_INT(n) n##I64 macro
144 #define CV_BIG_INT(n) n##LL macro