Home | History | Annotate | Download | only in performance

Lines Matching refs:floatNdx

674 	const float	floatNdx			= ((int)values.size() - 1) * position;
675 const int lowerNdx = (int)deFloatFloor(floatNdx);
677 const float interpolationFactor = floatNdx - (float)lowerNdx;