Lines Matching refs:x1A
1048 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA )
1052 if( x1A > ( int16* ) bbs_C5X_INTERNAL_MEMORY_SIZE ||
1063 ptr1L = ( int16* ) x1A + iL * col1A;
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA );
1086 ptr1L = ( int16* ) x1A + iL * col1A;
1115 ptr1L = ( int16* ) x1A + iL * col1A;
1131 void bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A,
1134 const int16* ptr1L = x1A;