Home
last modified time | relevance | path

Searched defs:magnitude (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFpUtils.java47 public static double rawCopySign(double magnitude, double sign) { in rawCopySign()
52 public static float rawCopySign(float magnitude, float sign) { in rawCopySign()
139 public static double copySign(double magnitude, double sign) { in copySign()
144 public static float copySign(float magnitude, float sign) { in copySign()
/libcore/ojluni/src/main/java/sun/misc/
DFpUtils.java170 public static double rawCopySign(double magnitude, double sign) { in rawCopySign()
191 public static float rawCopySign(float magnitude, float sign) { in rawCopySign()
806 public static double copySign(double magnitude, double sign) { in copySign()
824 public static float copySign(float magnitude, float sign) { in copySign()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DStrictMathTest.java185 final double magnitude = COPYSIGN_DD_CASES[i]; in test_copySign_DD() local
250 final float magnitude = COPYSIGN_FF_CASES[i]; in test_copySign_FF() local
DMathTest.java169 final double magnitude = COPYSIGN_DD_CASES[i]; in test_copySign_DD() local
241 final float magnitude = COPYSIGN_FF_CASES[i]; in test_copySign_FF() local
/libcore/ojluni/annotations/sdk/nullability/java/math/
DBigInteger.annotated.java35 …public BigInteger(int signum, byte[] magnitude, int off, int len) { throw new RuntimeException("St… in BigInteger()
37 public BigInteger(int signum, byte[] magnitude) { throw new RuntimeException("Stub!"); } in BigInteger()
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger()
434 public BigInteger(int signum, byte[] magnitude) { in BigInteger()
445 private BigInteger(int signum, int[] magnitude) { in BigInteger()
530 int[] magnitude = new int[numWords]; in BigInteger() local
590 int[] magnitude = new int[numWords]; in BigInteger() local
1136 BigInteger(int[] magnitude, int signum) { in BigInteger()
1149 private BigInteger(byte[] magnitude, int signum) { in BigInteger()
/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java225 public static double copySign(double magnitude, double sign) { throw new RuntimeException("Stub!");… in copySign()
227 public static float copySign(float magnitude, float sign) { throw new RuntimeException("Stub!"); } in copySign()
DMath.annotated.java226 public static double copySign(double magnitude, double sign) { throw new RuntimeException("Stub!");… in copySign()
228 public static float copySign(float magnitude, float sign) { throw new RuntimeException("Stub!"); } in copySign()
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2349 public static double copySign(double magnitude, double sign) { in copySign()
2365 public static float copySign(float magnitude, float sign) { in copySign()