HomeSort by relevance Sort by last modified time
    Searched full:exponents (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHGenParameterSpecTest.java 44 int[] exponents = {Integer.MIN_VALUE, -1, 0, 1, Integer.MAX_VALUE}; local
47 exponents[i]);
53 ps.getPrimeSize(), exponents[i]);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHGenParameterSpecTest.java 44 int[] exponents = {Integer.MIN_VALUE, -1, 0, 1, Integer.MAX_VALUE}; local
47 exponents[i]);
53 ps.getPrimeSize(), exponents[i]);
  /external/guava/guava-tests/test/com/google/common/math/
DoubleUtilsTest.java 5 import static com.google.common.math.MathTesting.EXPONENTS;
15 for (int k : EXPONENTS) {
IntMathTest.java 22 import static com.google.common.math.MathTesting.EXPONENTS;
252 for (int pow : EXPONENTS) {
426 for (int k : EXPONENTS) {
LongMathTest.java 23 import static com.google.common.math.MathTesting.EXPONENTS;
272 for (int exp : EXPONENTS) {
466 for (int exp : EXPONENTS) {
MathTesting.java 54 // Exponents to test for the pow() function.
55 static final ImmutableList<Integer> EXPONENTS = ImmutableList.of(0, 1, 2, 3, 4, 5, 6, 7, 10, 15,
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
SaturateFilter.java 61 "uniform vec3 exponents;\n" +
67 " vec3 new_color = de * pow(color.rgb * inv_de, exponents);\n" +
158 float exponents[] = new float[3]; local
160 exponents[0] = (0.9f * mScale) + 1.0f;
161 exponents[1] = (2.1f * mScale) + 1.0f;
162 exponents[2] = (2.7f * mScale) + 1.0f;
164 mHerfProgram.setHostValue("exponents", exponents);
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.h 50 // The exponents of both numbers must be the same and the significand of this
60 // The exponents of both numbers must be the same and this must be bigger
  /external/chromium_org/v8/src/
diy-fp.h 47 // The exponents of both numbers must be the same and the significand of this
57 // The exponents of both numbers must be the same and this must be bigger
  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 60 pow(const Eigen::ArrayBase<Derived>& x, const Eigen::ArrayBase<Derived>& exponents)
64 exponents.derived()
  /external/v8/src/
diy-fp.h 47 // The exponents of both numbers must be the same and the significand of this
57 // The exponents of both numbers must be the same and this must be bigger
  /libcore/luni/src/test/java/libcore/java/lang/
FloatTest.java 85 // Exponents missing integer values.
87 // Exponents with too many explicit signs.
DoubleTest.java 83 // Exponents missing integer values.
85 // Exponents with too many explicit signs.
  /external/chromium_org/third_party/icu/source/i18n/
nfrs.h 86 // raise radix to the power exponent, only non-negative exponents
  /external/icu4c/i18n/
nfrs.h 81 // raise radix to the power exponent, only non-negative exponents
  /external/chromium_org/net/quic/
quic_data_writer_test.cc 70 // Half-way through the exponents.
112 // Half-way through the exponents.
  /external/aac/libSBRdec/src/
transcendent.h 117 The base for exponents is 2. Example: \f$ a = a\_m * 2^{a\_e} \f$<br>
134 /* Equalize exponents of the summands.
172 /* Equalize exponents of the summands.
201 The base for exponents is 2. Example: \f$ a = a\_m * 2^{a\_e} \f$<br>
  /libcore/luni/src/main/java/java/security/spec/
RSAPrivateCrtKeySpec.java 47 * exponents, crt coefficient, and additional primes.
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh.h 83 * modular exponentiation for secret exponents
86 * be used for all exponents.
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dh.h 83 * modular exponentiation for secret exponents
86 * be used for all exponents.
dsa.h 94 * modular exponentiation for secret exponents
97 * be used for all exponents.
  /external/openssl/crypto/dh/
dh.h 83 * modular exponentiation for secret exponents
86 * be used for all exponents.
  /external/openssl/include/openssl/
dh.h 83 * modular exponentiation for secret exponents
86 * be used for all exponents.
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa.h 94 * modular exponentiation for secret exponents
97 * be used for all exponents.
  /external/chromium_org/third_party/tlslite/tlslite/utils/
cryptomath.py 280 #TREV - Added support for negative exponents
313 #TREV - Added support for negative exponents

Completed in 539 milliseconds

1 2 3 4 5 6 7