Searched refs:floatArr2 (Results 1 – 1 of 1) sorted by relevance
2445 float[] floatArr2 = { 0.13497f, 0.268934f, 12e-5f, -3e+2f, 10e-4f }; in test_hashCode$LF() local2446 assertEquals(Arrays.hashCode(floatArr2), Arrays.hashCode(floatArr)); in test_hashCode$LF()