Searched defs:ulp (Results 1 – 7 of 7) sorted by relevance
112 double ulp = Math.ulp(decisionPoint); in testAgainstTranslit() local
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
205 public static double ulp(double d) { throw new RuntimeException("Stub!"); } in ulp() method in StrictMath207 public static float ulp(float f) { throw new RuntimeException("Stub!"); } in ulp() method in StrictMath
206 public static double ulp(double d) { throw new RuntimeException("Stub!"); } in ulp() method in Math208 public static float ulp(float f) { throw new RuntimeException("Stub!"); } in ulp() method in Math
2074 public static double ulp(double d) { in ulp() method in StrictMath2101 public static float ulp(float f) { in ulp() method in StrictMath
2679 public static double ulp(double d) { in ulp() method in Math2726 public static float ulp(float f) { in ulp() method