Searched defs:scalb (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | FpUtils.java | 99 public static double scalb(double d, int scale_factor) { in scalb() method in FpUtils 104 public static float scalb(float f, int scale_factor) { in scalb() method in FpUtils
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | FpUtils.java | 533 public static double scalb(double d, int scale_factor) { in scalb() method in FpUtils 571 public static float scalb(float f, int scale_factor) { in scalb() method in FpUtils
|
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | StrictMath.annotated.java | 245 public static double scalb(double d, int scaleFactor) { throw new RuntimeException("Stub!"); } in scalb() method in StrictMath 247 public static float scalb(float f, int scaleFactor) { throw new RuntimeException("Stub!"); } in scalb() method in StrictMath
|
D | Math.annotated.java | 246 public static double scalb(double d, int scaleFactor) { throw new RuntimeException("Stub!"); } in scalb() method in Math 248 public static float scalb(float f, int scaleFactor) { throw new RuntimeException("Stub!"); } in scalb() method in Math
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 2632 public static double scalb(double d, int scaleFactor) { in scalb() method in StrictMath 2663 public static float scalb(float f, int scaleFactor) { in scalb() method in StrictMath
|