Searched defs:exponent (Results 101 - 125 of 180) sorted by relevance

12345678

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c166 WebRtc_UWord32 exponent; local
284 exponent = WEBRTC_SPL_UMUL(0x0000004C, msec);
286 /* do the approx with positive exponent so that value is actually rf^-1
288 reductionFactor = WEBRTC_SPL_RSHIFT_U32(0x01000000 | (exponent & 0x00FFFFFF),
289 WEBRTC_SPL_RSHIFT_U32(exponent, 24));
/external/aac/libAACdec/src/
H A Dblock.cpp404 UINT exponent = 32 - freeBits; local
415 value = fMultDiv2((FIXP_DBL)temp, MantissaTabler[exponent]);
418 scaleValueInPlace(&value, scale + ExponentTabler[exponent] + 1);
/external/chromium_org/content/child/webcrypto/nss/
H A Drsa_key_nss.cc441 // modulus and exponent values, but it can import an DER-encoded ASN.1 blob
450 SECItem exponent; member in struct:content::webcrypto::__anon7530::RsaPublicKeyData
463 SEC_ASN1_INTEGER, offsetof(RsaPublicKeyData, exponent),
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryTokenizer.cpp328 double exponent = pow(10, (float)exponentSign * (double)exponentPart); local
329 value = (double)sign * ((double)integerPart + fractionPart) * exponent;
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h152 #define DECNUMMAXE 999999999 /* maximum adjusted exponent ditto */
153 #define DECNUMMINE -999999999 /* minimum adjusted exponent ditto */
158 #error Maximum exponent mismatch
161 #error Minimum exponent mismatch
283 Int exponent; /* Unadjusted signed exponent (q), or */ member in struct:__anon12090
287 /* Test if exponent or bcdnum exponent must be a special, etc. */
291 #define NUMISSPECIAL(num) (EXPISSPECIAL((num)->exponent))
341 /* DFISINT -- test for finite and exponent
[all...]
H A Dnfsubs.cpp89 virtual void setDivisor(int32_t radix, int32_t exponent, UErrorCode& status) { argument
90 divisor = uprv_pow(radix, exponent);
141 virtual void setDivisor(int32_t radix, int32_t exponent, UErrorCode& status) { argument
142 divisor = uprv_pow(radix, exponent);
530 * @param exponent The exponent of the divisor
533 NFSubstitution::setDivisor(int32_t /*radix*/, int32_t /*exponent*/, UErrorCode& /*status*/) {
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c1074 int exponent; local
1075 GLfloat mantissa = FREXPF(t[0], &exponent);
1076 q[0] = (GLfloat) (exponent - 1);
/external/chromium_org/third_party/skia/bench/
H A DMathBench.cpp197 int exponent = bits << 1 >> 24; local
198 return exponent != 0xFF;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c166 uint32_t exponent; local
284 exponent = WEBRTC_SPL_UMUL(0x0000004C, msec);
286 /* do the approx with positive exponent so that value is actually rf^-1
288 reductionFactor = WEBRTC_SPL_RSHIFT_U32(0x01000000 | (exponent & 0x00FFFFFF),
289 WEBRTC_SPL_RSHIFT_U32(exponent, 24));
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h152 #define DECNUMMAXE 999999999 /* maximum adjusted exponent ditto */
153 #define DECNUMMINE -999999999 /* minimum adjusted exponent ditto */
158 #error Maximum exponent mismatch
161 #error Minimum exponent mismatch
283 Int exponent; /* Unadjusted signed exponent (q), or */ member in struct:__anon21896
287 /* Test if exponent or bcdnum exponent must be a special, etc. */
291 #define NUMISSPECIAL(num) (EXPISSPECIAL((num)->exponent))
341 /* DFISINT -- test for finite and exponent
[all...]
H A Dnfsubs.cpp89 virtual void setDivisor(int32_t radix, int32_t exponent, UErrorCode& status) { argument
90 divisor = uprv_pow(radix, exponent);
141 virtual void setDivisor(int32_t radix, int32_t exponent, UErrorCode& status) { argument
142 divisor = uprv_pow(radix, exponent);
530 * @param exponent The exponent of the divisor
533 NFSubstitution::setDivisor(int32_t /*radix*/, int32_t /*exponent*/, UErrorCode& /*status*/) {
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsigcontext.h58 unsigned short exponent; member in struct:_fpreg
63 unsigned short exponent; member in struct:_fpxreg
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c1074 int exponent; local
1075 GLfloat mantissa = FREXPF(t[0], &exponent);
1076 q[0] = (GLfloat) (exponent - 1);
/external/skia/bench/
H A DMathBench.cpp197 int exponent = bits << 1 >> 24; local
198 return exponent != 0xFF;
/external/srec/srec/EventLog/src/
H A Driff.c182 int sign, exponent, mantissa, sample; local
186 exponent = (ulawbyte >> 4) & 0x07;
188 sample = exp_lut[exponent] + (mantissa << (exponent + 3));
/external/stlport/src/
H A Dnum_get_float.cpp63 unsigned int exponent:15; member in struct:ieee854_long_double::__anon31248
267 // exp: base-10 exponent
268 // bexp: base-2 exponent (output parameter)
278 int num_hi; /* number of high exponent powers */
280 if (exp > 0) { /* split exponent */
324 // Third argument is base-10 exponent.
341 * 4) exponent and fraction
347 int bexp; /* binary exponent */
349 int sexp; /* scaling exponent */
384 /* At this point we have a 64b fraction and a binary exponent
[all...]
/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp400 FIXP_DBL exponent, result; local
413 /* exponent = (-1.0/((t) * (f))) */
414 exponent = fDivNorm(METADATA_FRACT_SCALE, product, &e_res);
415 exponent = scaleValue(exponent, e_res-METADATA_INT_BITS); /* convert to METADATA_FRACT */
417 /* exponent * ld(e) */
418 exponent = fMult(exponent,FIXP_ILOG2_DIV2)<<1; /* e^(x) = 2^(x*ld(e)) */
421 result = f2Pow(-exponent, DFRACT_BITS-1-METADATA_FRACT_BITS, &e_res);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c76 * requires libm on most operating systems. Don't yet support the exponent
1010 int exponent = 0; local
1062 * and on the exponent. However, the exponent can be
1066 * (in order to get the exponent calculated). For
1078 exponent = getexponent(fvalue);
1105 ufvalue /= mypow10(exponent);
1134 * part must be set to one and the exponent must be
1138 exponent++;
1143 * Now that we know the real exponent, w
1321 int exponent = 0; local
1386 mypow10(int exponent) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_emit.c165 int exponent; local
173 mantissa = frexpf(f, &exponent);
180 /* Handle exponent, bias of 63 */
181 exponent += 62;
182 float24 |= (exponent << 16);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.c231 * [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));
/external/chromium_org/third_party/skia/tests/
H A DBlurTest.cpp204 float exponent = -(x * x) / (2 * sigma * sigma); local
205 return k * expf(exponent);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet.cc83 uint8_t exponent = 0; local
86 exponent = i;
90 *exp = exponent;
91 *mantissa = (input_base10 >> exponent);
/external/chromium_org/v8/src/
H A Dutils.h732 // Calculate 10^exponent.
733 inline int TenToThe(int exponent) { argument
734 DCHECK(exponent <= 9);
735 DCHECK(exponent >= 1);
737 for (int i = 1; i < exponent; i++) answer *= 10;
/external/deqp/framework/delibs/debase/
H A DdeMath.h93 DE_INLINE float deFloatLdExp (float a, int exponent) { return (float)ldexp(a, exponent); } argument
94 DE_INLINE float deFloatFrExp (float x, int* exponent) { return (float)frexp(x, exponent); } argument
95 float deFloatFractExp (float x, int* exponent);
107 DE_INLINE double deLdExp (double a, int exponent) { return ldexp(a, exponent); } argument
109 DE_INLINE double deFrExp (double x, int* exponent) { return frexp(x, exponent); } argument
111 double deFractExp (double x, int* exponent);
[all...]
/external/libpng/contrib/libtests/
H A Dtarith.c128 /* Allow for a three digit exponent, this stuff will fail if
129 * the exponent is bigger than this!
245 /* Derive the exponent from the previous rand() value. */
246 int exponent = precision % (DBL_MAX_EXP - DBL_MIN_EXP) + DBL_MIN_EXP; local
249 test = ldexp(test, exponent);
277 start, fraction, exponent, states enumerator in enum:checkfp_state
294 /* exponent: */ { "+-", none, "+-.eE^0258" }
337 if (c.check_state != exponent && isdigit(ch) && ch != '0')
439 c.check_state != exponent))
458 * is valid at this point set the at_start to false to allow an exponent
[all...]

Completed in 3940 milliseconds

12345678