/external/icu4c/i18n/ |
decContext.c | 75 context->emax=DEC_MAX_EMAX; /* 9-digit exponents */ 90 context->emax=96; /* Emax */ 101 context->emax=384; /* Emax */ 112 context->emax=6144; /* Emax */
|
decContext.h | 44 /* emax -- must be in the range 0 through 999999999 */ 89 int32_t emax; /* maximum positive exponent */ member in struct:__anon4048 107 #define DEC_MAX_MATH 999999 /* max emax, etc., for math funcs. */
|
decNumber.c | 61 /* range (Emax in the range 0 through 999,999,999 and Emin in the */ 64 /* tightly: digits, emax, and -emin in the context must be <= */ 484 /* exponent (set.emax and set.emin), determining if */ 7353 Int emax=set->emax; \/* limit value *\/ local 7960 Int emin, emax; \/* .. *\/ local [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
real.h | 140 int emax; member in struct:real_format 483 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
real.h | 140 int emax; member in struct:real_format 483 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
|
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 352 #define Emax 1023 409 #define Emax 248 438 #define Emax 126 1749 emax = 0x7fe - Bias - P + 1, enumerator in enum:dmg_fp::__anon2444 [all...] |