HomeSort by relevance Sort by last modified time
    Searched refs:CV_1F (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/src/
cxmathfuncs.cpp 94 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
140 _x.i = ((ix ^ CV_1F) & ((ix == 0) - 1)) ^ CV_1F;
    [all...]
cxrand.cpp 60 #define ICV_CVT_FLT(x) (((unsigned)(x) >> 9)|CV_1F)
  /external/opencv/cxcore/include/
cxmisc.h 165 #define CV_1F 0x3f800000
    [all...]

Completed in 293 milliseconds