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()
264 float thisVal = Float.parseFloat(indices[i]); in floatToIndex() local265 if (val < (lastVal + (thisVal-lastVal)*.5f)) { in floatToIndex()268 lastVal = thisVal; in floatToIndex()