Searched defs:col1A (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c1048 void bbs_matMultiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA ) argument
1063 ptr1L = ( int16* ) x1A + iL * col1A;
1066 for( kL = 0; kL < col1A; kL++ )
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA );
1086 ptr1L = ( int16* ) x1A + iL * col1A;
1089 for( kL = col1A; kL >= 4; kL -= 4 )
1115 ptr1L = ( int16* ) x1A + iL * col1A;
1118 for( kL = 0; kL < col1A; kL++ )
1131 void bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A, argument
[all...]

Completed in 126 milliseconds