Searched refs:ICV_DEF_DIV_OP_CASE (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxarithm.cpp1470 #define ICV_DEF_DIV_OP_CASE( flavor, arrtype, worktype, checktype, _start_row_macro_, \ macro
1615 ICV_DEF_DIV_OP_CASE( 8u, uchar, int, uchar, div_start_row_int,
1623 ICV_DEF_DIV_OP_CASE( 16u, ushort, int, ushort, div_start_row_int,
1625 ICV_DEF_DIV_OP_CASE( 16s, short, int, short, div_start_row_int,
1627 ICV_DEF_DIV_OP_CASE( 32s, int, int, int, div_start_row_int,
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,

Completed in 26 milliseconds