Searched refs:CV_1F (Results 1 – 3 of 3) sorted by relevance
94 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F; in cvFastArctan()140 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
60 #define ICV_CVT_FLT(x) (((unsigned)(x) >> 9)|CV_1F)
165 #define CV_1F 0x3f800000 macro