Home
last modified time | relevance | path

Searched defs:getExponent (Results 1 – 7 of 7) 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/src/main/java/java/lang/
DStrictMath.java1529 public static int getExponent(float f) { in getExponent() method in StrictMath
1547 public static int getExponent(double d) { in getExponent() method in StrictMath
DMath.java1968 public static int getExponent(float f) { in getExponent() method in Math
1992 public static int getExponent(double d) { in getExponent() method in Math