OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_BIG_INT
(Results
1 - 4
of
4
) sorted by null
/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
...]
Completed in 50 milliseconds