Searched defs:magnitude (Results  1 – 7 of 7) sorted by relevance
| /libcore/ojluni/annotations/hiddenapi/sun/misc/ | 
| D | FpUtils.java | 47     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/ | 
| D | FpUtils.java | 170     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/ojluni/annotations/sdk/nullability/java/math/ | 
| D | BigInteger.annotated.java | 35 …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/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ | 
| D | StrictMathTest.java | 185             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
  | 
| D | MathTest.java | 169             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/src/main/java/java/math/ | 
| D | BigInteger.java | 395     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/src/main/java/java/lang/ | 
| D | StrictMath.java | 1817     public static double copySign(double magnitude, double sign) {  in copySign() 1833     public static float copySign(float magnitude, float sign) {  in copySign()
  |