Searched refs:isMathematicalInteger (Results 1 – 3 of 3) sorted by relevance
63 checkRoundingUnnecessary(isMathematicalInteger(x)); in roundIntermediate()67 if (x >= 0.0 || isMathematicalInteger(x)) { in roundIntermediate()74 if (x <= 0.0 || isMathematicalInteger(x)) { in roundIntermediate()84 if (isMathematicalInteger(x)) { in roundIntermediate()279 public static boolean isMathematicalInteger(double x) { in isMathematicalInteger() method in DoubleMath
65 @Benchmark int isMathematicalInteger(int reps) { in isMathematicalInteger() method in DoubleMathBenchmark69 if (DoubleMath.isMathematicalInteger(doubles[j])) { in isMathematicalInteger()
435 assertTrue(DoubleMath.isMathematicalInteger(d));442 assertFalse(DoubleMath.isMathematicalInteger(d));450 assertFalse(DoubleMath.isMathematicalInteger(d));