Searched defs:magnitude (Results 1 – 3 of 3) sorted by relevance
996 public static double copySign(double magnitude, double sign) { in copySign()1009 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 BigInteger235 public BigInteger(int signum, byte[] magnitude) { in BigInteger()