Home | History | Annotate | Download | only in performance

Lines Matching refs:floatNdx

655 	const float	floatNdx			= (float)(values.size() - 1) * position;
656 const int lowerNdx = (int)deFloatFloor(floatNdx);
658 const float interpolationFactor = floatNdx - (float)lowerNdx;