Home | History | Annotate | Download | only in src

Lines Matching refs:ldb

1026                const double* b, int ldb, int nb,
1056 if( ldb == 1 )
1066 s += uT[j]*b[j*ldb];
1100 icvMatrAXPY_64f( m, nb, b, ldb, uT, buffer, 0 );
1120 const float* b, int ldb, int nb,
1150 if( ldb == 1 )
1160 s += uT[j]*b[j*ldb];
1195 icvMatrAXPY_32f( m, nb, b, ldb, uT, buffer, 0 );