Searched refs:col2A (Results 1 - 2 of 2) sorted by last modified time

/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
1061 for( jL = 0; jL < col2A; jL++ )
1069 ptr2L += col2A;
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA );
1084 for( jL = 0; jL < col2A; jL++ )
1092 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) );
1093 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) );
1094 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) );
1095 ptr2L += col2A;
1100 ptr2L += col2A;
1131 bbs_matMultiplyTranspFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA ) argument
[all...]
H A DMath.h181 const int16 *x2A, int16 col2A, int16 *rA );

Completed in 101 milliseconds