Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 11 of 11) 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()
181 static BigInteger multiplyByFivePow(BigInteger val, int exp) { in multiplyByFivePow()
DBigInt.java328 static BigInt exp(BigInt a, int p) { in exp() method in BigInt
DBigInteger.java869 public BigInteger pow(int exp) { in pow()
DBigDecimal.java1473 long exp = Math.min(-diffScale, Math.max((long)mcPrecision - diffPrecision, 0)); in divideToIntegralValue() local
/libcore/include/
DStaticAssert.h25 #define STATIC_ASSERT(exp, msg) typedef StaticAssert<(bool(exp))> msg[bool(exp) ? 1 : -1] argument
/libcore/luni/src/main/native/
DNetFd.h58 #define NET_FAILURE_RETRY(fd, exp) ({ \ argument
Dlibcore_io_Posix.cpp86 #define NET_FAILURE_RETRY(syscall_name, exp) ({ \ argument
/libcore/support/src/test/java/tests/support/
DSupport_TestWebServer.java799 long exp; in printHeaders() local
821 long exp; in printHeaders() local
/libcore/luni/src/main/java/java/lang/
DStrictMath.java304 public static native double exp(double d); in exp() method in StrictMath
DMath.java292 public static native double exp(double d); in exp() method in Math
/libcore/luni/src/test/java/libcore/java/math/
DOldBigDecimalArithmeticTest.java114 int exp = 10; in testPowMathContext() local