Searched refs:thisVal (Results 1 – 2 of 2) sorted by relevance
208 float thisVal = Float.parseFloat(indices[i]); in floatToIndex() local209 if (val < (lastVal + (thisVal-lastVal)*.5f)) { in floatToIndex()212 lastVal = thisVal; in floatToIndex()
332 float thisVal = Float.parseFloat(indices[i]); in floatToIndex() local333 if (val < (lastVal + (thisVal-lastVal)*.5f)) { in floatToIndex()336 lastVal = thisVal; in floatToIndex()