Home
last modified time | relevance | path

Searched refs:CV_BIG_INT (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/ml/test/
Dtest_gbttest.cpp52 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)
Dtest_mltests2.cpp200 int64 seeds[] = { CV_BIG_INT(0x00009fff4f9c8d52), in CV_MLBaseTest()
201 CV_BIG_INT(0x0000a17166072c7c), in CV_MLBaseTest()
202 CV_BIG_INT(0x0201b32115cd1f9a), in CV_MLBaseTest()
203 CV_BIG_INT(0x0513cb37abcd1234), in CV_MLBaseTest()
204 CV_BIG_INT(0x0001a2b3c4d5f678) in CV_MLBaseTest()
/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h291 # define CV_BIG_INT(n) n##I64 macro
296 # define CV_BIG_INT(n) n##LL macro
/external/opencv3/modules/core/include/opencv2/core/
Dprivate.hpp141 #define CV_TOGGLE_DBL(x) ((x)^((int64)(x) < 0 ? CV_BIG_INT(0x7fffffffffffffff) : 0))
/external/opencv/cxcore/include/
Dcxmisc.h141 #define CV_BIG_INT(n) n##I64 macro
144 #define CV_BIG_INT(n) n##LL macro
168 ((x)^((int64)(x) < 0 ? CV_BIG_INT(0x7fffffffffffffff) : 0))
/external/opencv/cxcore/src/
Dcxrand.cpp61 #define ICV_1D CV_BIG_INT(0x3FF0000000000000)
Dcxsumpixels.cpp561 #define CV_NONZERO_DBL(x) (((x) & CV_BIG_INT(0x7fffffffffffffff)) != 0)
Dcxarithm.cpp1609 #define div_check_zero_dbl(x) (((x) & CV_BIG_INT(0x7fffffffffffffff)) != 0)
/external/opencv3/modules/core/src/
Dmathfuncs.cpp1428 inf64.i = CV_BIG_INT(0x7FF0000000000000); in pow()
1429 nan64.i = CV_BIG_INT(0x7FFFFFFFFFFFFFFF); in pow()
/external/opencv3/modules/ts/src/
Dts_func.cpp1793 const int64 C = CV_BIG_INT(0x7fffffffffffffff); in cmpUlpsFlt_()