Searched defs:exp (Results 1 – 11 of 11) sorted by relevance
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()
328 static BigInt exp(BigInt a, int p) { in exp() method in BigInt
869 public BigInteger pow(int exp) { in pow()
1473 long exp = Math.min(-diffScale, Math.max((long)mcPrecision - diffPrecision, 0)); in divideToIntegralValue() local
25 #define STATIC_ASSERT(exp, msg) typedef StaticAssert<(bool(exp))> msg[bool(exp) ? 1 : -1] argument
58 #define NET_FAILURE_RETRY(fd, exp) ({ \ argument
86 #define NET_FAILURE_RETRY(syscall_name, exp) ({ \ argument
799 long exp; in printHeaders() local821 long exp; in printHeaders() local
304 public static native double exp(double d); in exp() method in StrictMath
292 public static native double exp(double d); in exp() method in Math
114 int exp = 10; in testPowMathContext() local