/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_limits.h | 404 FLT_MIN_EXP, // Minimum exponent 405 FLT_MAX_EXP, // Maximum exponent 406 FLT_MIN_10_EXP, // Minimum base 10 exponent 407 FLT_MAX_10_EXP, // Maximum base 10 exponent 435 DBL_MIN_EXP, // Minimum exponent 436 DBL_MAX_EXP, // Maximum exponent 437 DBL_MIN_10_EXP, // Minimum base 10 exponent 438 DBL_MAX_10_EXP, // Maximum base 10 exponent 465 LDBL_MIN_EXP, // Minimum exponent 466 LDBL_MAX_EXP, // Maximum exponent [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddCanonical.decTest | 81 -- NaN: exponent continuation bits [excluding sNaN selector] 100 -- sNaN: exponent continuation bits [excluding sNaN selector] 110 -- Inf: exponent continuation bits 156 -- NaN: exponent continuation bits [excluding sNaN selector] 162 -- sNaN: exponent continuation bits [excluding sNaN selector] 165 -- Inf: exponent continuation bits 266 -- NaN: exponent continuation bits [excluding sNaN selector] 272 -- sNaN: exponent continuation bits [excluding sNaN selector] 275 -- Inf: exponent continuation bits 313 -- NaN: exponent continuation bits [excluding sNaN selector [all...] |
dqCanonical.decTest | 83 -- NaN: exponent continuation bits [excluding sNaN selector] 108 -- sNaN: exponent continuation bits [excluding sNaN selector] 121 -- Inf: exponent continuation bits 187 -- NaN: exponent continuation bits [excluding sNaN selector] 193 -- sNaN: exponent continuation bits [excluding sNaN selector] 196 -- Inf: exponent continuation bits 289 -- NaN: exponent continuation bits [excluding sNaN selector] 295 -- sNaN: exponent continuation bits [excluding sNaN selector] 298 -- Inf: exponent continuation bits 332 -- NaN: exponent continuation bits [excluding sNaN selector [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddCanonical.decTest | 81 -- NaN: exponent continuation bits [excluding sNaN selector] 100 -- sNaN: exponent continuation bits [excluding sNaN selector] 110 -- Inf: exponent continuation bits 156 -- NaN: exponent continuation bits [excluding sNaN selector] 162 -- sNaN: exponent continuation bits [excluding sNaN selector] 165 -- Inf: exponent continuation bits 266 -- NaN: exponent continuation bits [excluding sNaN selector] 272 -- sNaN: exponent continuation bits [excluding sNaN selector] 275 -- Inf: exponent continuation bits 313 -- NaN: exponent continuation bits [excluding sNaN selector [all...] |
dqCanonical.decTest | 83 -- NaN: exponent continuation bits [excluding sNaN selector] 108 -- sNaN: exponent continuation bits [excluding sNaN selector] 121 -- Inf: exponent continuation bits 187 -- NaN: exponent continuation bits [excluding sNaN selector] 193 -- sNaN: exponent continuation bits [excluding sNaN selector] 196 -- Inf: exponent continuation bits 289 -- NaN: exponent continuation bits [excluding sNaN selector] 295 -- sNaN: exponent continuation bits [excluding sNaN selector] 298 -- Inf: exponent continuation bits 332 -- NaN: exponent continuation bits [excluding sNaN selector [all...] |
/external/aac/libSBRdec/src/ |
env_dec.cpp | 646 Energy levels are transmitted in powers of 2, i.e. only the exponent 655 part of the exponent for each reference energy. The array iEnvelope 669 int exponent; local 691 exponent = (LONG)h_sbr_data->iEnvelope[i]; 695 exponent = exponent >> ampShift; 699 exponent (result will be between 0.500000 and 0.999999) 701 mask = 1; /* begin with lowest bit of exponent */ 704 if (exponent & mask) { 705 /* The current bit of the exponent is set [all...] |
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 152 * The returned exponent is always even 158 * The returned exponent is always even 167 /** multiplies two unsigned 32 bit values and returns product decomposed to mantisse and exponent 169 * exponent is always >= 0 173 /** multiplies two signed 32 bit values and returns product decomposed to mantisse and exponent 175 * exponent is always >= 0
|
/system/core/adb/ |
adb_auth_host.c | 96 pkey->exponent = BN_get_word(rsa->e); 177 BIGNUM* exponent = BN_new(); local 185 if (!pkey || !exponent || !rsa) { 190 BN_set_word(exponent, RSA_F4); 191 RSA_generate_key_ex(rsa, 2048, exponent, NULL); 222 BN_free(exponent);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_scalbn.c | 19 * scalbn(x,n) returns x* 2**n computed by exponent 41 k = (hx&0x7ff00000)>>20; /* extract exponent */
|
/external/aac/libFDK/include/ |
dct.h | 106 * \param pDat_e pointer to an integer containing the exponent of the data 107 * referenced by pDat. The exponent is updated accordingly. 118 * \param pDat_e pointer to an integer containing the exponent of the data 119 * referenced by pDat. The exponent is updated accordingly. 129 * \param pDat_e pointer to an integer containing the exponent of the data 130 * referenced by pDat. The exponent is updated accordingly. 140 * \param pDat_e pointer to an integer containing the exponent of the data 141 * referenced by pDat. The exponent is updated accordingly.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGComponentTransferFunctionElement.h | 92 DECLARE_ANIMATED_NUMBER(Exponent, exponent)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEComponentTransfer.h | 47 , exponent(0) 57 float exponent; member in struct:WebCore::ComponentTransferFunction
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
cached-powers.h | 40 // Not all powers of ten are cached. The decimal exponent of two neighboring 47 // Returns a cached power-of-ten with a binary exponent in the range
|
/external/chromium_org/third_party/icu/source/i18n/ |
nfrs.h | 86 // raise radix to the power exponent, only non-negative exponents 87 int64_t util64_pow(int32_t radix, uint32_t exponent);
|
nfrule.h | 62 double getDivisor() const { return uprv_pow(radix, exponent); } 97 int16_t exponent; member in class:NFRule
|
/external/chromium_org/v8/src/ |
cached-powers.h | 38 // Not all powers of ten are cached. The decimal exponent of two neighboring 45 // Returns a cached power-of-ten with a binary exponent in the range
|
/external/clang/test/Parser/ |
recovery.c | 5 1e, // expected-error {{exponent}} 6 1ee0 // expected-error {{exponent}}
|
/external/compiler-rt/lib/ |
floatdixf.c | 38 int e = (N - 1) - clz ; /* exponent */ 41 (e + 16383); /* exponent */
|
floatundixf.c | 35 int e = (N - 1) - clz ; /* exponent */ 37 fb.u.high.s.low = (e + 16383); /* exponent */
|
/external/fdlibm/ |
s_scalbn.c | 16 * ieee_scalbn(x,n) returns x* 2**n computed by exponent 43 k = (hx&0x7ff00000)>>20; /* extract exponent */
|
/external/icu4c/i18n/ |
nfrs.h | 81 // raise radix to the power exponent, only non-negative exponents 82 int64_t util64_pow(int32_t radix, uint32_t exponent);
|
nfrule.h | 62 double getDivisor() const { return uprv_pow(radix, exponent); } 97 int16_t exponent; member in class:NFRule
|
/external/v8/src/ |
cached-powers.h | 38 // Not all powers of ten are cached. The decimal exponent of two neighboring 45 // Returns a cached power-of-ten with a binary exponent in the range
|
/frameworks/native/opengl/libs/GLES_trace/tools/ |
testgenapi.py | 62 args = parseArgs("GLint exponent[16]") 63 self.assertEqual(args, [("exponent", DataType.POINTER)])
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
sigcontext.h | 22 unsigned short exponent; member in struct:_fpreg 27 unsigned short exponent; member in struct:_fpxreg
|