Searched defs:exp (Results 1 – 12 of 12) sorted by relevance
104 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()
290 static BigInt exp(BigInt a, int p) { in exp() method in BigInt
903 public BigInteger pow(int exp) { in pow()
1440 long exp = Math.min(-diffScale, Math.max((long)mcPrecision - diffPrecision, 0)); in divideToIntegralValue() local
282 int exp = -5; in testPowException() local297 int exp = 5; in testPowNegativeNumToOddExp() local318 int exp = 4; in testPowNegativeNumToEvenExp() local338 int exp = 0; in testPowNegativeNumToZeroExp() local356 int exp = 5; in testPowPositiveNum() local377 int exp = 0; in testPowPositiveNumToZeroExp() local
42 BigInteger exp = new BigInteger(eSign, eBytes); in testModPowException() local70 BigInteger exp = new BigInteger(eSign, eBytes); in testModPowPosExp() local93 BigInteger exp = new BigInteger(eSign, eBytes); in testModPowNegExp() local105 BigInteger exp = new BigInteger("0"); in testModPowZeroExp() local
423 int exp = 10; in testPow() local441 int exp = 0; in testPow0() local467 int exp = 10; in testPowMathContext() local
58 #define NET_FAILURE_RETRY(fd, exp) ({ \ argument
769 long exp; in printHeaders() local791 long exp; in printHeaders() local
277 public static native double exp(double d); in exp() method in Math
281 public static native double exp(double d); in exp() method in StrictMath
114 int exp = 10; in testPowMathContext() local