/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/ |
xmlconfig.c | 231 * [eE]<exponent>, where <exponent> is an integer as recognized by 232 * strToI. In that case the result is number * 10^exponent. After 239 GLint nDigits = 0, pointPos, exponent; local 251 * digits, exponent and the end of the number. */ 273 exponent = strToI (string+1, &expTail, 10); 275 exponent = 0; 279 exponent = 0; 283 scale = sign * (GLfloat)pow (10.0, (GLdouble)(pointPos-1 + exponent)); [all...] |
/external/mesa3d/src/mesa/drivers/dri/common/ |
xmlconfig.c | 231 * [eE]<exponent>, where <exponent> is an integer as recognized by 232 * strToI. In that case the result is number * 10^exponent. After 239 GLint nDigits = 0, pointPos, exponent; local 251 * digits, exponent and the end of the number. */ 273 exponent = strToI (string+1, &expTail, 10); 275 exponent = 0; 279 exponent = 0; 283 scale = sign * (GLfloat)pow (10.0, (GLdouble)(pointPos-1 + exponent)); [all...] |
/external/openssh/ |
ssh-agent.c | 472 BIGNUM *exponent; local 531 if ((exponent = BN_new()) == NULL) 535 buffer_get_bignum2(&e->request, exponent); 539 if (EC_KEY_set_private_key(k->ecdsa, exponent) != 1) 547 BN_clear_free(exponent); 556 if ((exponent = BN_new()) == NULL) 558 buffer_get_bignum2(&e->request, exponent); 559 if (EC_KEY_set_private_key(k->ecdsa, exponent) != 1) 566 BN_clear_free(exponent); [all...] |
/external/stlport/src/ |
num_put_float.cpp | 431 // Extract exponent part in point position: 479 // __format_float formats a mantissa and exponent as returned by 518 // exponent size = number of digits + exponent sign + exponent symbol + trailing zero 532 // prepend leading zeros to exponent 539 // put in the exponent sign 672 // reset exponent if value is zero 754 * buffer size below, but really we limited by exponent part in double. [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_put_float.cpp | 431 // Extract exponent part in point position: 479 // __format_float formats a mantissa and exponent as returned by 518 // exponent size = number of digits + exponent sign + exponent symbol + trailing zero 532 // prepend leading zeros to exponent 539 // put in the exponent sign 672 // reset exponent if value is zero 754 * buffer size below, but really we limited by exponent part in double. [all...] |
/external/aac/libAACdec/src/ |
ldfiltbank.cpp | 185 Apply exponent and 1/N factor. 200 /* Since all exponent and factors have been applied, current exponent is zero. */
|
/external/chromium_org/third_party/icu/source/i18n/ |
decContext.h | 89 int32_t emax; /* maximum positive exponent */ 90 int32_t emin; /* minimum negative exponent */ 94 uint8_t clamp; /* flag: apply IEEE exponent clamp */
|
nfsubs.h | 91 * @param exponent The exponent of the divisor 93 virtual void setDivisor(int32_t radix, int32_t exponent, UErrorCode& status);
|
/external/fdlibm/ |
s_expm1.c | 200 __HI(y) += (k<<20); /* add k to y's exponent */ 207 __HI(y) += (k<<20); /* add k to y's exponent */ 212 __HI(y) += (k<<20); /* add k to y's exponent */
|
/external/icu4c/i18n/ |
decContext.h | 90 int32_t emax; /* maximum positive exponent */ 91 int32_t emin; /* minimum negative exponent */ 95 uint8_t clamp; /* flag: apply IEEE exponent clamp */
|
nfsubs.h | 91 * @param exponent The exponent of the divisor 93 virtual void setDivisor(int32_t radix, int32_t exponent, UErrorCode& status);
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_mdls.h | 92 /* conversion factor sustain level from percent to exponent for LogToLinear16 */ 160 * power-of-two exponent for conversion to linear gain using our 180 * exponent for conversion to absolute time units using our
|
/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 513 short exp; /* Signed exponent...no bias */ 709 ** This can happen if the exponent exceeds MAX_EXP. 921 ** gotta decrement the exponent. 936 ** shifting it right until its exponent is equivalent to [all...] |
/libcore/luni/src/main/java/java/lang/ |
RealToString.java | 200 int exponent = k; local 209 if (k == exponent - 1) { 213 IntegralToString.appendInt(sb, exponent);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 120 /* A function missing in all standards: compute exponent to base ten. */ 134 /* Return the base 2 signed integral exponent of X. */ 296 /* Return the binary exponent of X, which must be nonzero. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 120 /* A function missing in all standards: compute exponent to base ten. */ 134 /* Return the base 2 signed integral exponent of X. */ 296 /* Return the binary exponent of X, which must be nonzero. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 120 /* A function missing in all standards: compute exponent to base ten. */ 134 /* Return the base 2 signed integral exponent of X. */ 296 /* Return the binary exponent of X, which must be nonzero. */
|
/bionic/libc/bionic/ |
ldexp.c | 101 k = (hx&0x7ff00000)>>20; /* extract exponent */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_sqrtf.c | 52 m -= 127; /* unbias exponent */
|
s_atanl.c | 51 /* Extract the exponent and the first few bits of the mantissa. */
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
RSAMultiPrimePrivateCrtKeySpecTest.java | 442 * Assertion: returns prime exponent P 461 * Assertion: returns prime exponent Q 518 * Assertion: returns public exponent 665 * Assertion: returns private exponent
|
RSAOtherPrimeInfoTest.java | 138 * Assertion: returns prime exponent value
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DecimalFormatSymbolsTest.java | 330 assertEquals("Returned incorrect Exponent Separator symbol", "EE", dfs 464 assertEquals("Returned incorrect Exponent Separator symbol", "", dfs 468 assertEquals("Returned incorrect Exponent Separator symbol", 472 assertEquals("Returned incorrect Exponent Separator symbol", " E ", dfs
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
X9FieldID.java | 38 * @param m The exponent <code>m</code> of
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
RSABlindedEngine.java | 103 if (e != null) // can't do blinding without a public exponent
|