Searched defs:magnitude (Results 1 – 5 of 5) sorted by relevance
185 final double magnitude = COPYSIGN_DD_CASES[i]; in test_copySign_DD() local250 final float magnitude = COPYSIGN_FF_CASES[i]; in test_copySign_FF() local
169 final double magnitude = COPYSIGN_DD_CASES[i]; in test_copySign_DD() local241 final float magnitude = COPYSIGN_FF_CASES[i]; in test_copySign_FF() local
1008 public static double copySign(double magnitude, double sign) { in copySign()1021 public static float copySign(float magnitude, float sign) { in copySign()
927 public static double copySign(double magnitude, double sign) { in copySign()944 public static float copySign(float magnitude, float sign) { in copySign()
89 private byte[] magnitude; field in BigInteger269 public BigInteger(int signum, byte[] magnitude) { in BigInteger()