Home
last modified time | relevance | path

Searched refs:CV_BIG_UINT (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxmisc.h142 #define CV_BIG_UINT(n) n##UI64 macro
145 #define CV_BIG_UINT(n) n##ULL macro
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp52 #define _CV_SQRT_MAGIC_DBL CV_BIG_UINT(0xbfcd460000000000)