Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DRBFMap2D.c301 int32 rbfCoeffL = ptrA->outVecE.arrPtrE[ iL ] >> rbfCoeffShiftL; in bts_RBFMap2D_compute() local
302 if( rbfCoeffL < -32768 || rbfCoeffL > 32767 ) ptrA->altOnlyE = TRUE; /* check for overflow */ in bts_RBFMap2D_compute()
303 ptrA->rbfCoeffClusterE.vecArrE[ iL ].xE = rbfCoeffL; in bts_RBFMap2D_compute()
335 int32 rbfCoeffL = ptrA->outVecE.arrPtrE[ iL ] >> rbfCoeffShiftL; in bts_RBFMap2D_compute() local
336 if( rbfCoeffL < -32768 || rbfCoeffL > 32767 ) ptrA->altOnlyE = TRUE; /* check for overflow */ in bts_RBFMap2D_compute()
337 ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE = rbfCoeffL; in bts_RBFMap2D_compute()