Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxmatmul.cpp48 icvBLAS_GEMM_32f_t icvBLAS_GEMM_32f_p = 0; variable
1031 if( (d_size.width | d_size.height | len) >= 16 && icvBLAS_GEMM_32f_p != 0 ) in cvGEMM()
1033 blas_func = type == CV_32FC1 ? (icvBLAS_GEMM_32f_t)icvBLAS_GEMM_32f_p : in cvGEMM()