Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DRBFMap2D.c271 struct bts_Int16Vec2D* dstVecL = dstPtrA->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()
575 struct bts_Flt16Vec2D dstVecL = bts_RBFMap2D_mapVector( cpA, ptrA, srcVecL ); in bts_RBFMap2D_mapCluster() local
576 dstPtrA->vecArrE[ iL ].xE = bbs_convertS32( dstVecL.xE, dstVecL.bbpE, dstBbpA ); in bts_RBFMap2D_mapCluster()
577 dstPtrA->vecArrE[ iL ].yE = bbs_convertS32( dstVecL.yE, dstVecL.bbpE, dstBbpA ); in bts_RBFMap2D_mapCluster()