Home
last modified time | relevance | path

Searched refs:outVecA (Results 1 – 6 of 6) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DCompactAlt.c184 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()
DInt32Mat.c213 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()
DInt32Mat.h118 int32* outVecA,
132 int32* outVecA,
DCompactMat.c520 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()
DCompactAlt.h120 int16* outVecA,
DCompactMat.h144 int16* outVecA,