Searched defs:ulp (Results 1 – 6 of 6) sorted by relevance
149 public static double ulp(double d) { in ulp() method in FpUtils154 public static float ulp(float f) { in ulp() method in FpUtils
853 public static double ulp(double d) { in ulp() method in FpUtils882 public static float ulp(float f) { in ulp() method in FpUtils
1140 public static double ulp(double d) { in ulp() method in StrictMath1167 public static float ulp(float f) { in ulp() method in StrictMath
1450 public static double ulp(double d) { in ulp() method in Math1501 public static float ulp(float f) { in ulp() method in Math
142 public static double ulp(double d) { throw new RuntimeException("Stub!"); } in ulp() method in Math144 public static float ulp(float f) { throw new RuntimeException("Stub!"); } in ulp() method in Math
2649 public BigDecimal ulp() { in ulp() method in BigDecimal