Searched refs:div_start_row_flt (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxarithm.cpp | 1605 #define div_start_row_flt(checktype, divisor) \ macro 1629 ICV_DEF_DIV_OP_CASE( 32f, float, double, int, div_start_row_flt, 1631 ICV_DEF_DIV_OP_CASE( 64f, double, double, int64, div_start_row_flt, 1642 ICV_DEF_RECIP_OP_CASE( 32f, float, double, int, div_start_row_flt, 1644 ICV_DEF_RECIP_OP_CASE( 64f, double, double, int64, div_start_row_flt,
|