Searched refs:keyBits (Results 1 – 1 of 1) sorted by relevance
190 int keyBits = Float.floatToIntBits(temperature); in binarySearch() local191 if (midBits == keyBits) { // Values are equal in binarySearch()193 } else if (midBits < keyBits) { // (-0.0, 0.0) or (!NaN, NaN) in binarySearch()