Searched
full:math (Results
976 -
1000 of
2517) sorted by null
<<31323334353637383940>>
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
JCERSAPrivateKey.java | 7 import java.math.BigInteger;
|
JDKDSAPrivateKey.java | 3 import java.math.BigInteger;
|
JDKKeyPairGenerator.java | 3 import java.math.BigInteger; 48 // import org.bouncycastle.math.ec.ECCurve; 49 // import org.bouncycastle.math.ec.ECFieldElement; 50 // import org.bouncycastle.math.ec.ECPoint;
|
/dalvik/libcore/security/src/test/java/tests/security/interfaces/ |
DSAKeyPairGeneratorTest.java | 25 import java.math.BigInteger;
|
RSAMultiPrimePrivateCrtKeyTest.java | 26 import java.math.BigInteger;
|
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
ECPublicKeySpecTest.java | 26 import java.math.BigInteger;
|
/dalvik/libcore/security/src/test/java/tests/targets/security/ |
AlgorithmParametersTestDH.java | 24 import java.math.BigInteger;
|
AlgorithmParametersTestDSA.java | 18 import java.math.BigInteger;
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
SQLInput.java | 20 import java.math.BigDecimal; 131 * java.math.BigDecimal}. 133 * @return the attribute as a {@code java.math.BigDecimal}. {@code null} if 137 * @see java.math.BigDecimal
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ClientKeyExchange.java | 25 import java.math.BigInteger;
|
/dalvik/tests/012-math/src/ |
Main.java | 18 * test simple math opers
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
PathEffects.java | 105 p.lineTo(i*20, (float)Math.random() * 35);
|
RoundRects.java | 55 mDrawable.setGradientRadius((float)(Math.sqrt(2) * 60));
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Kube.java | 259 mAngleIncrement = (float)Math.PI / 50; 260 mEndAngle = mCurrentAngle + ((float)Math.PI * count) / 2f; 262 mAngleIncrement = -(float)Math.PI / 50; 263 mEndAngle = mCurrentAngle - ((float)Math.PI * count) / 2f;
|
/development/samples/BrowserPlugin/jni/video/ |
VideoPlugin.cpp | 32 #include <math.h>
|
/external/dropbear/libtommath/ |
bn_fast_s_mp_mul_digs.c | 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
|
bn_fast_s_mp_sqr.c | 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
|
bn_mp_exteuclid.c | 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
|
bn_mp_jacobi.c | 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
|
bn_mp_karatsuba_sqr.c | 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
|
bn_mp_montgomery_reduce.c | 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
|
bn_mp_n_root.c | 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
|
bn_mp_prime_random_ex.c | 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
|
bn_prime_tab.c | 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
|
/external/icu4c/i18n/ |
usrchimp.h | 118 * @return True if a exact math is found, FALSE otherwise.
|
Completed in 230 milliseconds
<<31323334353637383940>>