Home
last modified time | relevance | path

Searched refs:single_mul_func (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxmatmul.cpp996 CvGEMMSingleMulFunc single_mul_func; in cvGEMM() local
1006 single_mul_func = (CvGEMMSingleMulFunc)single_mul_tab.fn_2d[type]; in cvGEMM()
1007 if( !single_mul_func ) in cvGEMM()
1097 single_mul_func( A->data.ptr, A->step, B->data.ptr, b_step, in cvGEMM()
1234 single_mul_func( _a, _a_step, _b, _b_step, _c, C->step, _d, _d_step, in cvGEMM()