Searched refs:checkConsts (Results 1 – 3 of 3) sorted by relevance
26 IntMath.checkConsts35 FloatMath.checkConsts
305 static void checkConsts() { in checkConsts() method in FloatMath383 checkConsts(); in run()
545 static void checkConsts(byte small, short medium, int large, long huge) { in checkConsts() method in IntMath609 checkConsts((byte) 1, (short) -256, -88888, 0x9922334455667788L); in run()