Searched refs:rbfCoeffL (Results 1 – 1 of 1) sorted by relevance
301 int32 rbfCoeffL = ptrA->outVecE.arrPtrE[ iL ] >> rbfCoeffShiftL; in bts_RBFMap2D_compute() local302 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() local336 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()