Searched
full:math (Results
751 -
775 of
2517) sorted by null
<<31323334353637383940>>
/bionic/libm/src/ |
s_modff.c | 20 #include "math.h"
|
s_nextafterf.c | 20 #include "math.h"
|
s_nexttowardf.c | 19 #include "math.h"
|
s_rintf.c | 21 #include "math.h"
|
s_scalbln.c | 31 #include <math.h>
|
s_scalbnf.c | 22 #include "math.h"
|
s_tanhf.c | 20 #include "math.h"
|
s_trunc.c | 25 #include "math.h"
|
s_truncl.c | 28 #include <math.h>
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/invokestatic/jm/ |
T_invokestatic_3.cfh | 43 // parsed:, offset 84, len 3, h: 000a: type{java.lang.Math} 52 // parsed:, offset 98, len 5, h: 000d: method{java.lang.Math.abs:(I)I} 64 // parsed:, offset 166, len 17, h: 0011: utf8{"java/lang/Math"} 176 // parsed:, offset 2, len 3, h: 0002: invokestatic method{java.lang.Math.abs:(I)I}
|
T_invokestatic_9.cfh | 46 // parsed:, offset 137, len 3, h: 000b: type{java.lang.Math} 55 // parsed:, offset 151, len 5, h: 000e: method{java.lang.Math.abs:(I)I} 67 // parsed:, offset 190, len 17, h: 0012: utf8{"java/lang/Math"} 176 // parsed:, offset 2, len 3, h: 0002: invokestatic method{java.lang.Math.abs:(I)I}
|
/cts/tools/vm-tests/src/dot/junit/ |
DxAbstractMain.java | 35 if(!(Math.abs(expected-actual) <= delta)) throw new RuntimeException("AssertionFailedError: not within delta");
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/ |
DHParameterSpec.java | 20 import java.math.BigInteger;
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/ |
PBEKeyTest.java | 31 import java.math.BigInteger;
|
/dalvik/libcore/luni/src/test/java/java/text/ |
NumberFormatTest.java | 22 import java.math.BigInteger;
|
/dalvik/libcore/security/src/main/java/java/security/interfaces/ |
RSAMultiPrimePrivateCrtKey.java | 20 import java.math.BigInteger;
|
/dalvik/libcore/security/src/main/java/java/security/spec/ |
DSAPrivateKeySpec.java | 20 import java.math.BigInteger;
|
DSAPublicKeySpec.java | 20 import java.math.BigInteger;
|
ECFieldFp.java | 20 import java.math.BigInteger;
|
ECPrivateKeySpec.java | 20 import java.math.BigInteger;
|
RSAOtherPrimeInfo.java | 20 import java.math.BigInteger;
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/ |
CRLNumber.java | 23 import java.math.BigInteger;
|
InhibitAnyPolicy.java | 21 import java.math.BigInteger;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/ |
PrivateKeyInfo.java | 4 import java.math.BigInteger;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
BasicConstraints.java | 3 import java.math.BigInteger;
|
Completed in 111 milliseconds
<<31323334353637383940>>