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

  /external/opencv/cxcore/src/
cxrand.cpp 398 ICV_IMPL_RAND_BITS( 32s, int, CV_CAST_32S )
403 ICV_IMPL_RAND( 32s, int, int, cvFloor, CV_CAST_32S )
409 ICV_IMPL_RANDN( 32s, int, int, cvRound, CV_CAST_32S )
cxarithm.cpp 226 ICV_DEF_BIN_ARI_OP_2D( __op__, icv##name##_32s_C1R, int, int, CV_CAST_32S ) \
234 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_32s_C1R, int, int, CV_CAST_32S ) \
    [all...]
cxcmp.cpp     [all...]
cxconvert.cpp     [all...]
cxmathfuncs.cpp     [all...]
cxarray.cpp     [all...]
  /external/opencv/cvaux/src/
cvmat.cpp 98 ((int*)ptr)[coi] = CV_CAST_32S(i);
  /external/opencv/cxcore/include/
cxmisc.h 196 #define CV_CAST_32S(t) (int)(t)
    [all...]

Completed in 432 milliseconds