Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DStrictMathPerfTest.java219 StrictMath.getExponent(mDouble); in timeGetExponentD()
227 StrictMath.getExponent(mFloat); in timeGetExponentF()
DMathPerfTest.java224 result = Math.getExponent(mDouble); in timeGetExponentD()
233 result = Math.getExponent(mFloat); in timeGetExponentF()
/frameworks/base/core/java/android/util/
DHalf.java711 public static int getExponent(@HalfFloat short h) { in getExponent() method in Half
/frameworks/native/libs/math/include/math/
Dhalf.h91 unsigned int getExponent() const noexcept { return mBits.getE(); } in getExponent() function
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt41501 method public static int getExponent(float);
41502 method public static int getExponent(double);
41823 method public static int getExponent(float);
41824 method public static int getExponent(double);
45746 method public final java.math.BigInteger getExponent();
/frameworks/base/config/
Dboot-image-profile.txt24528 HSPLjava/lang/Math;->getExponent(D)I
24529 HSPLjava/lang/Math;->getExponent(F)I
30734 HSPLjdk/internal/math/FormattedFloatingDecimal;->getExponent()[C
/frameworks/base/core/api/
Dcurrent.txt49921 method public static int getExponent(@HalfFloat short);