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

  /external/opencv3/modules/ml/test/
test_gbttest.cpp 52 int64 seeds[] = { CV_BIG_INT(0x00009fff4f9c8d52),
53 CV_BIG_INT(0x0000a17166072c7c),
54 CV_BIG_INT(0x0201b32115cd1f9a),
55 CV_BIG_INT(0x0513cb37abcd1234),
56 CV_BIG_INT(0x0001a2b3c4d5f678)
test_mltests2.cpp 200 int64 seeds[] = { CV_BIG_INT(0x00009fff4f9c8d52),
201 CV_BIG_INT(0x0000a17166072c7c),
202 CV_BIG_INT(0x0201b32115cd1f9a),
203 CV_BIG_INT(0x0513cb37abcd1234),
204 CV_BIG_INT(0x0001a2b3c4d5f678)
  /external/opencv3/modules/core/include/opencv2/core/
private.hpp 141 #define CV_TOGGLE_DBL(x) ((x)^((int64)(x) < 0 ? CV_BIG_INT(0x7fffffffffffffff) : 0))
  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 291 # define CV_BIG_INT(n) n##I64
296 # define CV_BIG_INT(n) n##LL
  /external/opencv/cxcore/include/
cxmisc.h 141 #define CV_BIG_INT(n) n##I64
144 #define CV_BIG_INT(n) n##LL
168 ((x)^((int64)(x) < 0 ? CV_BIG_INT(0x7fffffffffffffff) : 0))
    [all...]
  /external/opencv/cxcore/src/
cxrand.cpp 61 #define ICV_1D CV_BIG_INT(0x3FF0000000000000)
cxsumpixels.cpp 561 #define CV_NONZERO_DBL(x) (((x) & CV_BIG_INT(0x7fffffffffffffff)) != 0)
    [all...]
cxarithm.cpp     [all...]
  /external/opencv3/modules/core/src/
mathfuncs.cpp     [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]

Completed in 92 milliseconds