Home
last modified time | relevance | path

Searched refs:CV_TOGGLE_DBL (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmathfuncs.cpp1534 ia = CV_TOGGLE_DBL(a.i); in checkRange()
1535 ib = CV_TOGGLE_DBL(b.i); in checkRange()
1542 val = CV_TOGGLE_DBL(val); in checkRange()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dprivate.hpp123 #define CV_TOGGLE_DBL(x) ((x)^((int64)(x) < 0 ? CV_BIG_INT(0x7fffffffffffffff) : 0)) macro