Searched refs:convI (Results 1 – 1 of 1) sorted by relevance
237 static int[] convI(long l, float f, double d, float zero) { in convI() method in FloatMath372 intResults = convI(0x8877665544332211L, 123.456f, -3.1415926535, 0.0f); in run()