Searched refs:CV_BIG_UINT (Results 1 – 5 of 5) sorted by relevance
292 # define CV_BIG_UINT(n) n##UI64 macro297 # define CV_BIG_UINT(n) n##ULL macro
584 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()
142 #define CV_BIG_UINT(n) n##UI64 macro145 #define CV_BIG_UINT(n) n##ULL macro
52 #define _CV_SQRT_MAGIC_DBL CV_BIG_UINT(0xbfcd460000000000)
1424 c = ((c & 1) ? CV_BIG_UINT(0xc96c5795d7870f42) : 0) ^ (c >> 1); in crc64()