Home
last modified time | relevance | path

Searched defs:getExponent (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/security/spec/
DRSAOtherPrimeInfo.java109 public final BigInteger getExponent() { in getExponent() method in RSAOtherPrimeInfo
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DFpUtils.java36 public static int getExponent(double d) { in getExponent() method in FpUtils
41 public static int getExponent(float f) { in getExponent() method in FpUtils
DFormattedFloatingDecimal.java55 public char[] getExponent() { in getExponent() method in FormattedFloatingDecimal
/libcore/ojluni/src/main/java/sun/misc/
DFpUtils.java139 public static int getExponent(double d){ in getExponent() method in FpUtils
148 public static int getExponent(float f){ in getExponent() method in FpUtils
/libcore/ojluni/src/main/java/jdk/internal/math/
DFormattedFloatingDecimal.java131 public char[] getExponent(){ in getExponent() method in FormattedFloatingDecimal
/libcore/ojluni/annotations/flagged_api/java/lang/
DStrictMath.annotated.java229 public static int getExponent(float f) { throw new RuntimeException("Stub!"); } in getExponent() method in StrictMath
231 public static int getExponent(double d) { throw new RuntimeException("Stub!"); } in getExponent() method in StrictMath
DMath.annotated.java230 public static int getExponent(float f) { throw new RuntimeException("Stub!"); } in getExponent() method in Math
232 public static int getExponent(double d) { throw new RuntimeException("Stub!"); } in getExponent() method in Math
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2382 public static int getExponent(float f) { in getExponent() method in StrictMath
2400 public static int getExponent(double d) { in getExponent() method in StrictMath