Home
last modified time | relevance | path

Searched defs:ulp (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/lang/StrictMath/
DExpTests.java112 double ulp = Math.ulp(decisionPoint); in testAgainstTranslit() local
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFpUtils.java149 public static double ulp(double d) { in ulp() method in FpUtils
154 public static float ulp(float f) { in ulp() method in FpUtils
/libcore/ojluni/src/main/java/sun/misc/
DFpUtils.java853 public static double ulp(double d) { in ulp() method in FpUtils
882 public static float ulp(float f) { in ulp() method in FpUtils
/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java205 public static double ulp(double d) { throw new RuntimeException("Stub!"); } in ulp() method in StrictMath
207 public static float ulp(float f) { throw new RuntimeException("Stub!"); } in ulp() method in StrictMath
DMath.annotated.java206 public static double ulp(double d) { throw new RuntimeException("Stub!"); } in ulp() method in Math
208 public static float ulp(float f) { throw new RuntimeException("Stub!"); } in ulp() method in Math
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2074 public static double ulp(double d) { in ulp() method in StrictMath
2101 public static float ulp(float f) { in ulp() method in StrictMath
DMath.java2679 public static double ulp(double d) { in ulp() method in Math
2726 public static float ulp(float f) { in ulp() method