Home
last modified time | relevance | path

Searched defs:copySign (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFpUtils.java139 public static double copySign(double magnitude, double sign) { in copySign() method in FpUtils
144 public static float copySign(float magnitude, float sign) { in copySign() method in FpUtils
/libcore/ojluni/src/main/java/sun/misc/
DFpUtils.java806 public static double copySign(double magnitude, double sign) { in copySign() method in FpUtils
824 public static float copySign(float magnitude, float sign) { in copySign() method in FpUtils
/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java225 public static double copySign(double magnitude, double sign) { throw new RuntimeException("Stub!");… in copySign() method in StrictMath
227 public static float copySign(float magnitude, float sign) { throw new RuntimeException("Stub!"); } in copySign() method in StrictMath
DMath.annotated.java226 public static double copySign(double magnitude, double sign) { throw new RuntimeException("Stub!");… in copySign() method in Math
228 public static float copySign(float magnitude, float sign) { throw new RuntimeException("Stub!"); } in copySign() method in Math
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2349 public static double copySign(double magnitude, double sign) { in copySign() method in StrictMath
2365 public static float copySign(float magnitude, float sign) { in copySign() method in StrictMath