Searched defs:scaleFactor (Results 1 – 3 of 3) sorted by relevance
1673 public static double scalb(double d, int scaleFactor) { in scalb()1707 public static float scalb(float f, int scaleFactor) { in scalb()
2233 public static double scalb(double d, int scaleFactor) { in scalb()2340 public static float scalb(float f, int scaleFactor) { in scalb()
182 public static double scalb(double d, int scaleFactor) { throw new RuntimeException("Stub!"); } in scalb()184 public static float scalb(float f, int scaleFactor) { throw new RuntimeException("Stub!"); } in scalb()