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.java108 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
DFormattedFloatingDecimal.java113 public char[] getExponent(){ in getExponent() method in FormattedFloatingDecimal
/libcore/ojluni/annotations/mmodule/java/lang/
DMath.annotated.java166 public static int getExponent(float f) { throw new RuntimeException("Stub!"); } in getExponent() method in Math
168 public static int getExponent(double d) { throw new RuntimeException("Stub!"); } in getExponent() method in Math
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1420 public static int getExponent(float f) { in getExponent() method in StrictMath
1438 public static int getExponent(double d) { in getExponent() method in StrictMath
DMath.java1826 public static int getExponent(float f) { in getExponent() method in Math
1850 public static int getExponent(double d) { in getExponent() method in Math