Searched refs:floatNdx (Results 1 – 3 of 3) sorted by relevance
48 for (size_t floatNdx = 0; floatNdx < actualFloats.size(); ++floatNdx) in verifyOutputWithEpsilon() local51 if (fabs(expectedFloats[floatNdx] - actualFloats[floatNdx]) > epsilon) in verifyOutputWithEpsilon()54 …<< " Expected: " << expectedFloats[floatNdx] << " Actual: " << actualFloats[floatNdx] << " Epsilon… in verifyOutputWithEpsilon()
108 const float floatNdx = (float)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 = (float)(values.size() - 1) * position; in linearSample() local656 const int lowerNdx = (int)deFloatFloor(floatNdx); in linearSample()658 const float interpolationFactor = floatNdx - (float)lowerNdx; in linearSample()