/libcore/ojluni/src/main/java/sun/misc/ |
D | FpUtils.java | 139 public static int getExponent(double d){ in getExponent() method in FpUtils 140 return Math.getExponent(d); in getExponent() 148 public static int getExponent(float f){ in getExponent() method in FpUtils 149 return Math.getExponent(f); in getExponent() 342 int exponent = getExponent(d); in ilogb() 412 int exponent = getExponent(f); in ilogb()
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | FpUtils.java | 36 public static int getExponent(double d) { in getExponent() method in FpUtils 41 public static int getExponent(float f) { in getExponent() method in FpUtils
|
D | FormattedFloatingDecimal.java | 55 public char[] getExponent() { in getExponent() method in FormattedFloatingDecimal
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 496 int exponent = Math.getExponent(a); in floorOrCeil() 2382 public static int getExponent(float f) { in getExponent() method in StrictMath 2383 return Math.getExponent(f); in getExponent() 2400 public static int getExponent(double d) { in getExponent() method in StrictMath 2401 return Math.getExponent(d); in getExponent()
|
D | Math.java | 2680 int exp = getExponent(d); in ulp() 2727 int exp = getExponent(f); in ulp() 3121 public static int getExponent(float f) { 3149 public static int getExponent(double d) {
|
D | Double.java | 456 Math.getExponent(d)); in toHexString()
|
/libcore/ojluni/src/main/java/java/security/spec/ |
D | RSAOtherPrimeInfo.java | 109 public final BigInteger getExponent() { in getExponent() method in RSAOtherPrimeInfo
|
/libcore/ojluni/src/test/java/lang/StrictMath/ |
D | Tests.java | 66 int tmpExponent = Math.getExponent(tmp); in createRandomDouble()
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | RSAOtherPrimeInfoTest.java | 138 assertEquals(2L, ropi.getExponent().longValue()); in testGetExponent()
|
D | RSAMultiPrimePrivateCrtKeySpecTest.java | 716 opi[i].getExponent().equals(toBeChecked[i].getExponent()) && in checkOtherPrimeInfo()
|
/libcore/ojluni/src/test/java/lang/Math/ |
D | IeeeRecommendedTests.java | 101 Math.getExponent(f), expected); in testGetExponentCase() 103 Math.getExponent(minus_f), expected); in testGetExponentCase() 106 StrictMath.getExponent(f), expected); in testGetExponentCase() 108 StrictMath.getExponent(minus_f), expected); in testGetExponentCase() 118 Math.getExponent(d), expected); in testGetExponentCase() 120 Math.getExponent(minus_d), expected); in testGetExponentCase() 123 StrictMath.getExponent(d), expected); in testGetExponentCase() 125 StrictMath.getExponent(minus_d), expected); in testGetExponentCase()
|
D | Tests.java | 88 int exponent = Math.getExponent(d); in ilogb() 157 int exponent = Math.getExponent(f); in ilogb()
|
/libcore/ojluni/annotations/flagged_api/java/lang/ |
D | StrictMath.annotated.java | 229 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
|
D | Math.annotated.java | 230 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/benchmarks/src/benchmarks/regression/ |
D | StrictMathBenchmark.java | 167 StrictMath.getExponent(d); in timeGetExponentD() 173 StrictMath.getExponent(f); in timeGetExponentF()
|
D | MathBenchmark.java | 189 result = Math.getExponent(d); in timeGetExponentD() 197 result = Math.getExponent(f); in timeGetExponentF()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | StrictMathTest.java | 416 StrictMath.getExponent(number)); in test_getExponent_D() 420 StrictMath.getExponent((Double) null); in test_getExponent_D() 437 StrictMath.getExponent(number)); in test_getExponent_F() 440 StrictMath.getExponent((Float) null); in test_getExponent_F() 1013 assertEquals(234, StrictMath.getExponent(StrictMath.scalb(1.0, 234))); in test_scalb_DI() 1167 assertEquals(34, StrictMath.getExponent(StrictMath.scalb(1.0f, 34))); in test_scalb_FI()
|
D | MathTest.java | 438 .getExponent(number)); in test_getExponent_D() 442 Math.getExponent((Double) null); in test_getExponent_D() 482 .getExponent(number)); in test_getExponent_F() 485 Math.getExponent((Float) null); in test_getExponent_F() 1449 assertEquals(234, Math.getExponent(Math.scalb(1.0, 234))); in test_scalb_DI() 1602 assertEquals(34, Math.getExponent(Math.scalb(1.0f, 34))); in test_scalb_FI()
|
D | FloatTest.java | 1072 Float.MAX_EXPONENT == Math.getExponent(Float.MAX_VALUE)); in test_MAX_EXPONENT() 1083 Float.MIN_EXPONENT == Math.getExponent(Float.MIN_NORMAL)); in test_MIN_EXPONENT()
|
D | DoubleTest.java | 1441 Double.MAX_EXPONENT == Math.getExponent(Double.MAX_VALUE)); in test_MAX_EXPONENT() 1452 Double.MIN_EXPONENT == Math.getExponent(Double.MIN_NORMAL)); in test_MIN_EXPONENT()
|
/libcore/ojluni/src/main/java/jdk/internal/math/ |
D | FormattedFloatingDecimal.java | 131 public char[] getExponent(){ in getExponent() method in FormattedFloatingDecimal
|
/libcore/luni/src/test/resources/ |
D | math_java_only.csv | 63 getExponent,0x1.ff8p9,-0x1.8ec3beb2d4185p1023 64 getExponent,0x1.ff8p9,-0x1.a49ea827e7d05p1023 65 getExponent,0x1.fe8p9,-0x1.47afe754a89fep1021 66 getExponent,0x1.ffp9,-0x1.ea33b08c7fbfbp1022 67 getExponent,0x1.ff8p9,0x1.40c8f2c416881p1023 68 getExponent,0x1.ffp9,-0x1.d2762c5e7c22bp1022 69 getExponent,0x1.fe8p9,0x1.0c0c8b67b7daep1021 70 getExponent,0x1.ff8p9,-0x1.800e50b80ea85p1023 71 getExponent,0x1.fep9,0x1.ccf6eeb86909cp1020 72 getExponent,0x1.ffp9,-0x1.6d6d5ccb7231fp1022 [all …]
|
/libcore/ojluni/src/main/java/java/util/ |
D | Formatter.java | 3611 ? new char[] {'+','0','0'} : fd.getExponent(); 3671 exp = fd.getExponent(); 3789 int exponent = Math.getExponent(d); 3800 exponent = Math.getExponent(d);
|
/libcore/api/ |
D | current.txt | 3604 method public static int getExponent(float); 3605 method public static int getExponent(double); 4046 method public static int getExponent(float); 4047 method public static int getExponent(double); 9563 method public final java.math.BigInteger getExponent();
|