Searched refs:ICV_DEF_DOT_PROD_FUNC_2D (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 3226 #define ICV_DEF_DOT_PROD_FUNC_2D( flavor, arrtype, temptype, sumtype ) \ macro 3259 ICV_DEF_DOT_PROD_FUNC_2D( 8u, uchar, int, int64 ) 3260 ICV_DEF_DOT_PROD_FUNC_2D( 16u, ushort, int64, int64 ) 3261 ICV_DEF_DOT_PROD_FUNC_2D( 16s, short, int64, int64 ) 3262 ICV_DEF_DOT_PROD_FUNC_2D( 32s, int, double, double ) 3263 ICV_DEF_DOT_PROD_FUNC_2D( 32f, float, double, double ) 3264 ICV_DEF_DOT_PROD_FUNC_2D( 64f, double, double, double )
|