Searched refs:outVecA (Results 1 – 6 of 6) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | CompactAlt.c | 184 int16* outVecA, in bts_CompactAlt_map() argument 192 bts_CompactMat_map( cpA, &ptrA->matE, inVecA, outVecA, &mapExpL ); in bts_CompactAlt_map() 201 for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + vecL[ iL ] + 1 ) >> 1; in bts_CompactAlt_map() 208 …for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + ( ( ( int32 )vecL[ iL ]… in bts_CompactAlt_map() 215 …for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( ( ( int32 )outVecA[ iL ] + addL ) >> shrL ) + … in bts_CompactAlt_map() 223 bbs_memset16( outVecA, 0, ptrA->matE.heightE ); in bts_CompactAlt_map()
|
D | Int32Mat.c | 213 int32* outVecA, in bts_Int32Mat_solve() argument 224 outVecA, in bts_Int32Mat_solve() 235 int32* outVecA, in bts_Int32Mat_solve2() argument 245 int32* vecL = outVecA; in bts_Int32Mat_solve2() 254 bbs_memcpy32( outVecA, inVecA, sizeL * bbs_SIZEOF32( int32 ) ); in bts_Int32Mat_solve2()
|
D | Int32Mat.h | 118 int32* outVecA, 132 int32* outVecA,
|
D | CompactAlt.h | 120 int16* outVecA,
|
D | CompactMat.h | 144 int16* outVecA,
|
D | CompactMat.c | 520 int16* outVecA, in bts_CompactMat_map() argument 532 outVecA[ iL ] = fltL >> 16; in bts_CompactMat_map() 545 outVecA[ iL ] = ( ( outVecA[ iL ] >> ( shrL - 1 ) ) + 1 ) >> 1; in bts_CompactMat_map()
|