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

/external/neven/Embedded/common/src/b_TensorEm/
H A DCompactAlt.c184 int16* outVecA,
192 bts_CompactMat_map( cpA, &ptrA->matE, inVecA, outVecA, &mapExpL );
201 for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + vecL[ iL ] + 1 ) >> 1;
208 for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( int32 )outVecA[ iL ] + ( ( ( int32 )vecL[ iL ] + addL ) >> shrL ) + 1 ) >> 1;
215 for( iL = 0; iL < sizeL; iL++ ) outVecA[ iL ] = ( ( ( ( int32 )outVecA[ iL ] + addL ) >> shrL ) + vecL[ iL ] + 1 ) >> 1;
223 bbs_memset16( outVecA, 0, ptrA->matE.heightE );
180 bts_CompactAlt_map( struct bbs_Context* cpA, const struct bts_CompactAlt* ptrA, const int16* inVecA, int16 inExpA, int16* outVecA, int16* outExpPtrA ) argument
H A DCompactMat.c520 int16* outVecA,
532 outVecA[ iL ] = fltL >> 16;
545 outVecA[ iL ] = ( ( outVecA[ iL ] >> ( shrL - 1 ) ) + 1 ) >> 1;
517 bts_CompactMat_map( struct bbs_Context* cpA, const struct bts_CompactMat* ptrA, const int16* inVecA, int16* outVecA, int16* outExpPtrA ) argument
H A DInt32Mat.c213 int32* outVecA,
224 outVecA,
235 int32* outVecA,
245 int32* vecL = outVecA;
254 bbs_memcpy32( outVecA, inVecA, sizeL * bbs_SIZEOF32( int32 ) );
209 bts_Int32Mat_solve( struct bbs_Context* cpA, const int32* matA, int32 matWidthA, const int32* inVecA, int32* outVecA, int32 bbpA, int32* tmpMatA, int32* tmpVecA ) argument
231 bts_Int32Mat_solve2( struct bbs_Context* cpA, int32* matA, int32 matWidthA, const int32* inVecA, int32* outVecA, int32 bbpA, int32* tmpVecA ) argument

Completed in 204 milliseconds