Searched defs:exp (Results 1 – 13 of 13) sorted by relevance
/libcore/luni/src/main/java/java/math/ |
D | Multiplication.java | 104 static BigInteger multiplyByTenPow(BigInteger val, long exp) { in multiplyByTenPow() 118 static BigInteger powerOf10(long exp) { in powerOf10() 181 static BigInteger multiplyByFivePow(BigInteger val, int exp) { in multiplyByFivePow()
|
D | BigInt.java | 290 static BigInt exp(BigInt a, int p) { in exp() method in BigInt
|
D | BigInteger.java | 903 public BigInteger pow(int exp) { in pow()
|
D | BigDecimal.java | 1432 long exp = Math.min(-diffScale, Math.max((long)mcPrecision - diffPrecision, 0)); in divideToIntegralValue() local
|
/libcore/include/ |
D | StaticAssert.h | 25 #define STATIC_ASSERT(exp, msg) typedef StaticAssert<(bool(exp))> msg[bool(exp) ? 1 : -1] argument
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigIntegerMultiplyTest.java | 282 int exp = -5; in testPowException() local 297 int exp = 5; in testPowNegativeNumToOddExp() local 318 int exp = 4; in testPowNegativeNumToEvenExp() local 338 int exp = 0; in testPowNegativeNumToZeroExp() local 356 int exp = 5; in testPowPositiveNum() local 377 int exp = 0; in testPowPositiveNumToZeroExp() local
|
D | BigIntegerModPowTest.java | 42 BigInteger exp = new BigInteger(eSign, eBytes); in testModPowException() local 70 BigInteger exp = new BigInteger(eSign, eBytes); in testModPowPosExp() local 93 BigInteger exp = new BigInteger(eSign, eBytes); in testModPowNegExp() local 105 BigInteger exp = new BigInteger("0"); in testModPowZeroExp() local
|
D | BigDecimalArithmeticTest.java | 423 int exp = 10; in testPow() local 441 int exp = 0; in testPow0() local 467 int exp = 10; in testPowMathContext() local
|
/libcore/luni/src/main/native/ |
D | NetFd.h | 58 #define NET_FAILURE_RETRY(fd, exp) ({ \ argument
|
/libcore/support/src/test/java/tests/support/ |
D | Support_TestWebServer.java | 769 long exp; in printHeaders() local 791 long exp; in printHeaders() local
|
/libcore/luni/src/main/java/java/lang/ |
D | Math.java | 277 public static native double exp(double d); in exp() method in Math
|
D | StrictMath.java | 281 public static native double exp(double d); in exp() method in StrictMath
|
/libcore/luni/src/test/java/libcore/java/math/ |
D | OldBigDecimalArithmeticTest.java | 114 int exp = 10; in testPowMathContext() local
|