Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DRBFMap2D.c272 struct bts_Int16Vec2D* altVecL = ptrA->srcClusterE.vecArrE; in bts_RBFMap2D_compute() local
277 …for( iL = 0; iL < sizeL; iL++ ) inPtrL[ iL ] = ( int32 )( dstVecL[ iL ].xE - altVecL[ iL ].xE ) <<… in bts_RBFMap2D_compute()
281 …for( iL = 0; iL < sizeL; iL++ ) inPtrL[ iL ] = ( ( ( int32 )( dstVecL[ iL ].xE - altVecL[ iL ].xE … in bts_RBFMap2D_compute()
310 …for( iL = 0; iL < sizeL; iL++ ) inPtrL[ iL ] = ( int32 )( dstVecL[ iL ].yE - altVecL[ iL ].yE ) <<… in bts_RBFMap2D_compute()
314 …for( iL = 0; iL < sizeL; iL++ ) inPtrL[ iL ] = ( ( ( int32 )( dstVecL[ iL ].yE - altVecL[ iL ].yE … in bts_RBFMap2D_compute()
442 struct bts_Flt16Vec2D altVecL = bts_Flt16Alt2D_mapFlt( &ptrA->altE, &vecA ); in bts_RBFMap2D_mapVector() local
445 outXL = altVecL.xE; in bts_RBFMap2D_mapVector()
446 outYL = altVecL.yE; in bts_RBFMap2D_mapVector()
447 outBbpL = altVecL.bbpE; in bts_RBFMap2D_mapVector()