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

  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 292 # define CV_BIG_UINT(n) n##UI64
297 # define CV_BIG_UINT(n) n##ULL
intrin_neon.hpp 584 int8x8_t m0 = vcreate_s8(CV_BIG_UINT(0x0706050403020100));
594 int16x4_t m0 = vcreate_s16(CV_BIG_UINT(0x0003000200010000));
604 int32x2_t m0 = vcreate_s32(CV_BIG_UINT(0x0000000100000000));
  /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...]
  /external/opencv3/modules/core/src/
ocl.cpp     [all...]

Completed in 58 milliseconds