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

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

Completed in 1152 milliseconds