HomeSort by relevance Sort by last modified time
    Searched defs:emax (Results 1 - 6 of 6) sorted by null

  /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
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
real.h 140 int emax; member in struct:real_format
485 number, (1 - b**-p) * b**emax for a given FP format FMT as a hex
  /external/icu4c/i18n/
decContext.h 44 /* emax -- must be in the range 0 through 999999999 */
89 int32_t emax; /* maximum positive exponent */ member in struct:__anon6256
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...]
  /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::__anon2387
    [all...]

Completed in 1171 milliseconds