Home | History | Annotate | Download | only in b_BasicEm

Lines Matching refs:x2A

1048 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA )
1053 x2A > ( int16* ) bbs_C5X_INTERNAL_MEMORY_SIZE )
1064 ptr2L = ( int16* ) x2A + jL;
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA );
1087 ptr2L = ( int16* ) x2A + jL;
1116 ptr2L = ( int16* ) x2A + jL;
1132 const int16 *x2A, int16 col2A, int16 *rA )
1140 const int16* ptr2L = x2A;