/external/eigen/test/ |
stable_norm.cpp | 45 iemin = std::numeric_limits<RealScalar>::min_exponent; // minimum exponent 46 iemax = std::numeric_limits<RealScalar>::max_exponent; // maximum exponent
|
/external/libvorbis/doc/ |
09-helper.tex | 59 3) [exponent] = ( [x] bitwise AND 0x7fe00000) shifted right 21 bits (unsigned result) 61 5) return [mantissa] * ( 2 ^ ( [exponent] - 788 ) )
|
/external/skia/tests/ |
ScalarTest.cpp | 69 int exponent = bits << 1 >> 24; local 70 return exponent != 0xFF;
|
/external/v8/src/ |
dtoa.h | 43 // Return a fixed number of digits, no matter what the exponent is. 58 // (together with the correct exponent) then reading this number will give
|
/frameworks/native/opengl/libagl/ |
fp.h | 53 inline int exponent(GLfloat) CONST; 144 int exponent(GLfloat v) { function in namespace:android::gl
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLRSAPrivateKey.java | 134 // ENGINE-based keys are not guaranteed to have a private exponent. 143 throw new UnsupportedOperationException("private exponent cannot be extracted");
|
/packages/apps/Calculator/res/values-sv/ |
strings.xml | 56 <string name="powerDesc" msgid="9034898318444176910">"exponent"</string> 77 <item msgid="4528629783180278651">"exponent"</item>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
ucontext.h | 97 unsigned short int exponent; member in struct:_libc_fpxreg 205 unsigned short int exponent; member in struct:_libc_fpreg
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
ucontext.h | 97 unsigned short int exponent; member in struct:_libc_fpxreg 205 unsigned short int exponent; member in struct:_libc_fpreg
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
ucontext.h | 97 unsigned short int exponent; member in struct:_libc_fpxreg 205 unsigned short int exponent; member in struct:_libc_fpreg
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fpformat.py | 27 # \4 exponent part (empty or begins with 'e' or 'E') 51 """Remove the exponent by changing intpart and fraction."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fpformat.py | 27 # \4 exponent part (empty or begins with 'e' or 'E') 51 """Remove the exponent by changing intpart and fraction."""
|
/system/core/libmincrypt/tools/ |
DumpPublicKey.java | 41 * @throws Exception if the key has the wrong size or public exponent 54 throw new Exception("Public exponent should be 3 or 65537 but is " +
|
/external/aac/libSBRdec/src/ |
env_extr.h | 107 /*!< Size of exponent-part of a pseudo float envelope value (should be at least 6). 113 Accessing the exponent or the mantissa would be simplified and the masks #MASK_E 118 #define MASK_E ((1 << EXP_BITS) - 1) /*!< Mask for extracting the exponent of a pseudo float envelope value */ 122 #define NRG_EXP_OFFSET 16 /*!< Will be added to the reference energy's exponent to prevent negative numbers */ 123 #define NOISE_EXP_OFFSET 38 /*!< Will be added to the noise level exponent to prevent negative numbers */
|
/external/fdlibm/ |
k_rem_pio2.c | 26 * independent of the exponent of the input. 33 * x[i] will be the i-th 24 bit of x. The scaled exponent 60 * e0 The exponent of x[0] 104 * q0 the corresponding exponent of q[0]. Note that the 105 * exponent for q[i] would be q0-24*i.
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
qgain795.cpp | 133 exp_gcode0 -- Word16 -- predicted CB gain (exponent), Q0 207 Word16 exp_gcode0, /* i : predicted CB gain (exponent), Q0 */ 257 /* determine the scaling exponent for g_code: ec = ec0 - 10 */ 269 * Find maximum exponent: * 399 exp_gcode0 -- Word16 -- predicted CB gain (exponent), Q0 402 exp_en[] -- Word16 array -- energy coefficients (4), exponent part, Q0 477 Word16 exp_gcode0, /* i : predicted CB gain (exponent), Q0 */ 562 /* alpha <= 0.5 -> mult. by 2 to keep precision; compensate in exponent */ 578 /* alpha <= 0.5 -> mult. by 2 to keep precision; compensate in exponent */ 589 /* sqrt_l returns normalized value and 2*exponent [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerMultiplyTest.java | 277 * Negative exponent. 292 * Exponentiation of a negative number to an odd exponent. 313 * Exponentiation of a negative number to an even exponent. 333 * Exponentiation of a negative number to zero exponent. 372 * Exponentiation of a negative number to zero exponent.
|
/system/core/libmincrypt/ |
rsa.c | 115 if (key->exponent == 65537) { 123 } else if (key->exponent == 3) { 271 if (key->exponent != 3 && key->exponent != 65537) { 272 return 0; // Unsupported exponent.
|
/bionic/libc/netbsd/resolv/ |
res_debug.c | 712 int mantissa, exponent; local 715 exponent = (int)((prec >> 0) & 0x0f) % 10; 717 val = mantissa * poweroften[exponent]; 729 int exponent; local 748 for (exponent = 0; exponent < 9; exponent++) 749 if (cmval < poweroften[exponent+1]) 752 mantissa = cmval / poweroften[exponent]; 756 retval = (mantissa << 4) | exponent; [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
util.c | 266 /* sign * significand * (10 ^ (esign * exponent)) */ 269 int d = 0; /* adjust exponent for shifting decimal point */ 270 int esign = 1; /* sign of exponent */ 271 int e = 0; /* exponent */ 272 int eValid = 1; /* True exponent is either not used or is well-formed */ 302 ** (increase exponent by d to shift decimal left) */ 310 ** (decrease exponent by d to shift decimal right) */ 320 /* if exponent is present */ 325 /* get sign of exponent */ 332 /* copy digits to exponent */ [all...] |
/libcore/luni/src/main/java/java/text/ |
DecimalFormat.java | 142 * <td>Separates mantissa and exponent in scientific notation. 147 * <td>Exponent</td> 241 * subpattern := prefix? number exponent? suffix? 248 * exponent := 'E' '+'? '0'* '0' 267 * integer or sigDigits element is not followed by the exponent element. 339 * exponent character immediately followed by one or more digit characters 343 * <li>The number of digit characters after the exponent character gives the 344 * minimum exponent digit count. There is no maximum. Negative exponents are 348 * exponent and the digits: "0.###E+0" will produce formats "1E+1", "1E+0", 352 * exponent. Example: 0.00123 formatted with "00.###E0" yields "12.3E-4". Thi [all...] |
/external/valgrind/main/VEX/priv/ |
guest_generic_x87.c | 62 nonzero. Exponent is 15 bits, fractional part is 63 bits, and 76 Exponent is 11 bits, fractional part is 52 bits, and there is a 128 /* If the exponent is zero, either we have a zero or a denormal. 143 mantissa so as to decide how much to bump the exponent down 160 /* Set the exponent appropriately, and we're done. */ 168 /* If the exponent is 7FF, this is either an Infinity, a SNaN or 217 normalised number. Rebias the exponent and build the new 256 /* If the exponent is zero, either we have a zero or a denormal. 266 /* If the exponent is 7FFF, this is either an Infinity, a SNaN or 333 normalised number. Rebias the exponent and consider. * [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
pow2.cpp | 82 exponent = Integer part whose valid range is: 0 <= value <= 30 (Word16) 103 This function computes L_x = pow(2.0, exponent.fraction) 110 4- L_x = L_x >> (30-exponent) (with rounding) 126 Word16 exponent, // (i) : Integer part. (range: 0<=val<=30) 143 exp = sub (30, exponent); 177 Word16 exponent, /* (i) : Integer part. (range: 0<=val<=30) */ 198 exp = sub(30, exponent, pOverflow);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
dqEncode.decTest | 28 -- 12 bits exponent continuation 31 -- Total exponent length 14 bits 34 -- Elimit = 12287 (maximum encoded exponent) 35 -- Emax = 6144 (largest exponent value) 36 -- Emin = -6143 (smallest exponent value) 37 -- bias = 6176 (subtracted from encoded exponent) = -Etiny 218 -- exponent lengths
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
dqEncode.decTest | 28 -- 12 bits exponent continuation 31 -- Total exponent length 14 bits 34 -- Elimit = 12287 (maximum encoded exponent) 35 -- Emax = 6144 (largest exponent value) 36 -- Emin = -6143 (smallest exponent value) 37 -- bias = 6176 (subtracted from encoded exponent) = -Etiny 218 -- exponent lengths
|