Lines Matching refs:jL
523 jL = sizeA - ( iL << 3 ); in bbs_dotProduct_EE() local
560 for( ; jL--; ) resultL += ( int32 ) *vec1A++ * *vec2A++; in bbs_dotProduct_EE()
1055 int16 iL,jL,kL; in bbs_matMultiplyFlt16() local
1061 for( jL = 0; jL < col2A; jL++ ) in bbs_matMultiplyFlt16()
1064 ptr2L = ( int16* ) x2A + jL; in bbs_matMultiplyFlt16()
1079 int32 iL, jL, kL; in bbs_matMultiplyFlt16()
1084 for( jL = 0; jL < col2A; jL++ ) in bbs_matMultiplyFlt16()
1087 ptr2L = ( int16* ) x2A + jL; in bbs_matMultiplyFlt16()
1107 int16 iL,jL,kL; in bbs_matMultiplyFlt16()
1113 for( jL = 0; jL < col2A; jL++ ) in bbs_matMultiplyFlt16()
1116 ptr2L = ( int16* ) x2A + jL; in bbs_matMultiplyFlt16()
1139 int32 jL; in bbs_matMultiplyTranspFlt16() local
1141 for( jL = col2A; jL > 0 ; jL-- ) in bbs_matMultiplyTranspFlt16()
1174 int16 jL; in bbs_matTrans() local
1175 for( jL = rowA; jL--; ) in bbs_matTrans()