Searched refs:floatNdx (Results 1 – 2 of 2) sorted by relevance
108 const float floatNdx = maxNdx * position; in linearSample() local109 const int lowerNdx = (int)deFloatFloor(floatNdx); in linearSample()111 const float interpolationFactor = floatNdx - (float)lowerNdx; in linearSample()
655 const float floatNdx = ((int)values.size() - 1) * position; in linearSample() local656 const int lowerNdx = (int)deFloatFloor(floatNdx); in linearSample()658 const float interpolationFactor = floatNdx - (float)lowerNdx; in linearSample()