Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h292 # define CV_BIG_UINT(n) n##UI64 macro
297 # define CV_BIG_UINT(n) n##ULL macro
Dintrin_neon.hpp584 int8x8_t m0 = vcreate_s8(CV_BIG_UINT(0x0706050403020100));
594 int16x4_t m0 = vcreate_s16(CV_BIG_UINT(0x0003000200010000)); in v_signmask()
604 int32x2_t m0 = vcreate_s32(CV_BIG_UINT(0x0000000100000000)); in v_signmask()
/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)
/external/opencv3/modules/core/src/
Docl.cpp1424 c = ((c & 1) ? CV_BIG_UINT(0xc96c5795d7870f42) : 0) ^ (c >> 1); in crc64()