/dalvik/libcore/math/src/main/java/java/math/ |
D | Multiplication.java | 109 static BigInteger multiplyByTenPow(BigInteger val, long exp) { in multiplyByTenPow() 123 static BigInteger powerOf10(long exp) { in powerOf10() 187 static BigInteger multiplyByFivePow(BigInteger val, int exp) { in multiplyByFivePow()
|
D | BigInt.java | 337 public static BigInt exp(BigInt a, int p, Context t) { in exp() method in BigInt
|
D | BigInteger.java | 1063 public BigInteger pow(int exp) { in pow()
|
D | BigDecimal.java | 1528 long exp = Math.min(-diffScale, Math.max((long)mcPrecision - diffPrecision, 0)); in divideToIntegralValue() local
|
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
D | BigIntegerMultiplyTest.java | 367 int exp = -5; in testPowException() local 389 int exp = 5; in testPowNegativeNumToOddExp() local 416 int exp = 4; in testPowNegativeNumToEvenExp() local 442 int exp = 0; in testPowNegativeNumToZeroExp() local 466 int exp = 5; in testPowPositiveNum() local 493 int exp = 0; in testPowPositiveNumToZeroExp() local
|
D | BigIntegerModPowTest.java | 55 BigInteger exp = new BigInteger(eSign, eBytes); in testModPowException() local 83 BigInteger exp = new BigInteger(eSign, eBytes); in testModPowPosExp() local 112 BigInteger exp = new BigInteger(eSign, eBytes); in testModPowNegExp() local
|
D | BigDecimalArithmeticTest.java | 659 int exp = 10; in testPow() local 683 int exp = 0; in testPow0() local 748 int exp = 10; in testPowMathContext() local
|
/dalvik/vm/alloc/ |
D | HeapBitmap.c | 32 #define LIKELY(exp) (__builtin_expect((exp) != 0, true)) argument 33 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) argument
|
/dalvik/libcore/support/src/test/java/tests/support/ |
D | Support_TestWebServer.java | 887 long exp; in printHeaders() local 909 long exp; in printHeaders() local
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
D | StrictMath.java | 315 public static native double exp(double d); in exp() method in StrictMath
|
D | Math.java | 305 public static native double exp(double d); in exp() method in Math
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
D | InetAddressTest.java | 380 String exp = Support_Configuration.InetTestIP; in test_getHostName() local
|
/dalvik/libcore/x-net/src/main/native/ |
D | org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl.cpp | 883 static RSA* rsaCreateKey(unsigned char* mod, int modLen, unsigned char* exp, int expLen) { in rsaCreateKey() 1781 jbyteArray msg, jbyteArray sig, jstring algorithm, jbyteArray mod, jbyteArray exp) { in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_verifysignature()
|
/dalvik/libcore/icu/src/main/native/ |
D | ResourceInterface.cpp | 864 const jchar* exp = ures_getStringByIndex(rootElems, 7, &expL, &status); in getDecimalPatternChars() local
|