Searched refs:floatArr (Results 1 – 1 of 1) sorted by relevance
2436 float[] floatArr = { 0.13497f, 0.268934f, 12e-5f, -3e+2f, 10e-4f }; in test_hashCode$LF() local2438 for (int i = 0; i < floatArr.length; i++) { in test_hashCode$LF()2439 listOfFloat.add(new Float(floatArr[i])); in test_hashCode$LF()2442 arrayHashCode = Arrays.hashCode(floatArr); in test_hashCode$LF()2446 assertEquals(Arrays.hashCode(floatArr2), Arrays.hashCode(floatArr)); in test_hashCode$LF()