Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BasicEm/
DMath.c1048 …ltiplyFlt16( const int16 *x1A, int16 row1A, int16 col1A, const int16 *x2A, int16 col2A, int16 *rA ) in bbs_matMultiplyFlt16() argument
1061 for( jL = 0; jL < col2A; jL++ ) in bbs_matMultiplyFlt16()
1069 ptr2L += col2A; in bbs_matMultiplyFlt16()
1075 else mmul( ( int16* ) x1A, row1A, col1A, ( int16* ) x2A, col1A, col2A, rA ); in bbs_matMultiplyFlt16()
1084 for( jL = 0; jL < col2A; jL++ ) in bbs_matMultiplyFlt16()
1092 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) ); in bbs_matMultiplyFlt16()
1093 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) ); in bbs_matMultiplyFlt16()
1094 sumL += ( ( int32 ) *ptr1L++ * *( ptr2L += col2A ) ); in bbs_matMultiplyFlt16()
1095 ptr2L += col2A; in bbs_matMultiplyFlt16()
1100 ptr2L += col2A; in bbs_matMultiplyFlt16()
[all …]
DMath.h181 const int16 *x2A, int16 col2A, int16 *rA );