/external/chromium_org/third_party/icu/source/i18n/ |
decNumber.h | 83 int32_t exponent; /* Unadjusted exponent, unbiased, in */ member in struct:__anon11390
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsLine.cpp | 82 // find the ordinal in the original line with the largest unsigned exponent 103 // find the ordinal in the original line with the largest unsigned exponent
|
/external/icu4c/i18n/ |
decNumber.h | 83 int32_t exponent; /* Unadjusted exponent, unbiased, in */ member in struct:__anon18870
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
LocalScanner.h | 116 /** scale exponent (determines at which scale patch data is actually generated) */ 125 /** min scale exponent */
|
/external/qemu/target-i386/ |
exec.h | 210 e = (upper & 0x7fff) - 16383 + EXPBIAS; /* exponent */ 230 /* exponent + sign */
|
/external/skia/src/pathops/ |
SkPathOpsLine.cpp | 82 // find the ordinal in the original line with the largest unsigned exponent 103 // find the ordinal in the original line with the largest unsigned exponent
|
/external/skia/tests/ |
BlurTest.cpp | 202 float exponent = -(x * x) / (2 * sigma * sigma); local 203 return k * expf(exponent);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
levinson.c | 79 * Alpha Normalized -> mantissa in Q31 plus exponent * 118 Word16 alp_h, alp_l, alp_exp; /* Prediction gain; hi lo and exponent */
|
/libcore/luni/src/main/java/java/math/ |
BigInteger.java | [all...] |
/external/chromium_org/v8/src/mips/ |
code-stubs-mips.cc | 485 // registers. The format is 1 sign bit, 11 exponent bits (biased 1023) and 525 Register exponent = result1_; local 528 Register exponent = result2_; 535 // in the exponent word of the double has the same position and polarity as 538 __ And(exponent, source_, Operand(HeapNumber::kSignMask)); 541 __ Movn(source_, at, exponent); 548 // For 1 or -1 we need to or in the 0 exponent (biased to 1023). 552 __ Or(at, exponent, Operand(exponent_word_for_1)); 553 __ Movn(exponent, at, source_); // Write exp when source not 0. 562 // Compute exponent and or it into the exponent register 1513 const Register exponent = a2; local [all...] |
/external/v8/src/x64/ |
code-stubs-x64.cc | 611 // Get double and extract exponent. 616 // Double to remove sign bit, shift exponent down to least significant bits. 617 // and subtract bias to get the unshifted, unbiased exponent. 621 // Check whether the exponent is too big for a 63 bit unsigned integer. 624 // Handle exponent range 0..62. 629 // Exponent negative or 63+. 631 // If exponent negative or above 83, number contains no significant bits in 635 // Exponent in rage 63..83. 636 // Mantissa * 2^exponent contains bits in the range 2^0..2^31, namely 637 // the least significant exponent-52 bits 2001 const Register exponent = rdx; local [all...] |
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 505 if ((*s == 'e' || *s == 'E')) { // exponent 506 const char *Exponent = s; 514 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent - ThisTokBegin), 707 // A binary exponent can appear with or with a '.'. If dotted, the 708 // binary exponent is required. 710 const char *Exponent = s; 716 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin), 776 // If we have a hex digit other than 'e' (which denotes a FP exponent) then 791 if (*s == 'e' || *s == 'E') { // exponent 792 const char *Exponent = s [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.cc | [all...] |
/external/chromium_org/third_party/libxml/src/ |
trio.c | 1048 * Calculate pow(base, exponent), where number and exponent are integers. 1052 TRIO_ARGS2((number, exponent), 1054 int exponent) 1060 switch (exponent) 1095 (trio_long_double_t)exponent); 1101 return powl((trio_long_double_t)number, (trio_long_double_t)exponent); 2619 int exponent = 0; local [all...] |
/external/libxml2/ |
trio.c | 1048 * Calculate pow(base, exponent), where number and exponent are integers. 1052 TRIO_ARGS2((number, exponent), 1054 int exponent) 1060 switch (exponent) 1095 (trio_long_double_t)exponent); 1101 return powl((trio_long_double_t)number, (trio_long_double_t)exponent); 2619 int exponent = 0; local [all...] |
/bionic/libm/i387/ |
npx.h | 61 int fp_exp:15; /* exponent */
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrt.c | 64 * exponent bias (1023 for doubles) and later add it back. We do the
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 742 int[] exponent, int exponentOffset) { 744 exponent, exponentOffset); 747 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { 748 return mgl10Ext.glQueryMatrixxOES(mantissa, exponent);
|
/external/aac/libSYS/src/ |
wav_file.cpp | 334 INT sign, exponent, mantissa, sample ; local 338 exponent = (ulawbyte >> 4) & 0x07 ; 341 sample = exp_lut[exponent] + (mantissa << (exponent + 3)) ;
|
/external/bison/m4/ |
isnanf.m4 | 170 /* Set the bits below the exponent to 01111...111. */
|
/external/chromium/crypto/ |
hmac_win.cc | 121 // exponent-of-one key procedure must be used:
|
/external/chromium/net/base/ |
keygen_handler_unittest.cc | 65 // Exponent: 65537 (0x10001)
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/cert/ |
cert.pem | 24 Exponent: 65537 (0x10001)
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/ |
other_stars.json | 5 "default": "decimal exponent symbol"
|
/external/chromium_org/crypto/ |
hmac_win.cc | 133 // exponent-of-one key procedure must be used:
|