Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BasicEm/
DMath.h180 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A,
184 void bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A,
DMath.c1048 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2… in bbs_matMultiplyFlt16() argument
1059 for( iL = 0; iL < row1A; iL++ ) in bbs_matMultiplyFlt16()
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA ); in bbs_matMultiplyFlt16()
1082 for( iL = 0; iL < row1A; iL++ ) in bbs_matMultiplyFlt16()
1111 for( iL = 0; iL < row1A; iL++ ) in bbs_matMultiplyFlt16()
1131 void bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A, in bbs_matMultiplyTranspFlt16() argument
1137 for( iL = row1A; iL > 0 ; iL-- ) in bbs_matMultiplyTranspFlt16()