Home
last modified time | relevance | path

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

12345678910>>...21

/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/
H A 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
H A DFormattedFloatingDecimal.java55 public char[] getExponent() { in getExponent() method in FormattedFloatingDecimal
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/
H A 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
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DZipfDistribution.java58 double getExponent(); in getExponent() method
H A DZipfDistributionImpl.java102 public double getExponent() { in getExponent() method in ZipfDistributionImpl
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/spec/
DRSAOtherPrimeInfo.java109 public final BigInteger getExponent() { in getExponent() method in RSAOtherPrimeInfo
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/spec/
H A DRSAOtherPrimeInfo.java109 public final BigInteger getExponent() { in getExponent() method in RSAOtherPrimeInfo
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/14/libcore/ojluni/src/main/java/java/security/spec/
DRSAOtherPrimeInfo.java109 public final BigInteger getExponent() { in getExponent() method in RSAOtherPrimeInfo
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
H A DRSAKeyParameters.java75 public BigInteger getExponent() in getExponent() method in RSAKeyParameters
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/params/
H A DRSAKeyParameters.java75 public BigInteger getExponent() in getExponent() method in RSAKeyParameters
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DRSAKeyParameters.java71 public BigInteger getExponent() in getExponent() method in RSAKeyParameters
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/lang/
H A 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
H A 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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2404 public static int getExponent(float f) { in getExponent() method in StrictMath
2422 public static int getExponent(double d) { in getExponent() method in StrictMath
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java2404 public static int getExponent(float f) { in getExponent() method in StrictMath
2422 public static int getExponent(double d) { in getExponent() method in StrictMath
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DStrictMath.java2404 public static int getExponent(float f) { in getExponent() method in StrictMath
2422 public static int getExponent(double d) { in getExponent() method in StrictMath
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DDecimalQuantity.java132 public int getExponent(); in getExponent() method
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/
H A DDecimalQuantity.java130 public int getExponent(); in getExponent() method
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/math/
H A DFormattedFPDecimal.java79 public char[] getExponent() { in getExponent() method
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/math/include/math/
Dhalf.h89 unsigned int getExponent() const noexcept { return mBits.getE(); } in getExponent() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/math/include/math/
Dhalf.h91 unsigned int getExponent() const noexcept { return mBits.getE(); } in getExponent() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/math/include/math/
Dhalf.h91 unsigned int getExponent() const noexcept { return mBits.getE(); } in getExponent() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/math/include/math/
Dhalf.h91 unsigned int getExponent() const noexcept { return mBits.getE(); } in getExponent() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/math/include/math/
Dhalf.h91 unsigned int getExponent() const noexcept { return mBits.getE(); } in getExponent() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/math/include/math/
Dhalf.h91 unsigned int getExponent() const noexcept { return mBits.getE(); } in getExponent() function

12345678910>>...21