Home
last modified time | relevance | path

Searched refs:CV_1F (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxmathfuncs.cpp94 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F; in cvFastArctan()
140 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
Dcxrand.cpp60 #define ICV_CVT_FLT(x) (((unsigned)(x) >> 9)|CV_1F)
/external/opencv/cxcore/include/
Dcxmisc.h165 #define CV_1F 0x3f800000 macro