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

  /external/opencv/cxcore/include/
cxmisc.h 142 #define CV_BIG_UINT(n) n##UI64
145 #define CV_BIG_UINT(n) n##ULL
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 52 #define _CV_SQRT_MAGIC_DBL CV_BIG_UINT(0xbfcd460000000000)
    [all...]

Completed in 36 milliseconds