Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 12 of 12) sorted by relevance

/libcore/luni/src/main/java/java/math/
DMultiplication.java104 static BigInteger multiplyByTenPow(BigInteger val, long exp) { in multiplyByTenPow()
118 static BigInteger powerOf10(long exp) { in powerOf10()
177 static BigInteger multiplyByFivePow(BigInteger val, int exp) { in multiplyByFivePow()
DBigInt.java290 static BigInt exp(BigInt a, int p) { in exp() method in BigInt
DBigInteger.java903 public BigInteger pow(int exp) { in pow()
DBigDecimal.java1440 long exp = Math.min(-diffScale, Math.max((long)mcPrecision - diffPrecision, 0)); in divideToIntegralValue() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerMultiplyTest.java282 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
DBigIntegerModPowTest.java42 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
DBigDecimalArithmeticTest.java423 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/
DNetFd.h58 #define NET_FAILURE_RETRY(fd, exp) ({ \ argument
/libcore/support/src/test/java/tests/support/
DSupport_TestWebServer.java769 long exp; in printHeaders() local
791 long exp; in printHeaders() local
/libcore/luni/src/main/java/java/lang/
DMath.java277 public static native double exp(double d); in exp() method in Math
DStrictMath.java281 public static native double exp(double d); in exp() method in StrictMath
/libcore/luni/src/test/java/libcore/java/math/
DOldBigDecimalArithmeticTest.java114 int exp = 10; in testPowMathContext() local