Searched defs:scaleFactor (Results 1 – 4 of 4) sorted by relevance
245 public static double scalb(double d, int scaleFactor) { throw new RuntimeException("Stub!"); } in scalb()247 public static float scalb(float f, int scaleFactor) { throw new RuntimeException("Stub!"); } in scalb()
246 public static double scalb(double d, int scaleFactor) { throw new RuntimeException("Stub!"); } in scalb()248 public static float scalb(float f, int scaleFactor) { throw new RuntimeException("Stub!"); } in scalb()
2632 public static double scalb(double d, int scaleFactor) { in scalb()2663 public static float scalb(float f, int scaleFactor) { in scalb()
2581 long scaleFactor = (long)remainingBits * exponent; in pow() local