HomeSort by relevance Sort by last modified time
    Searched refs:Emax (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 328 can be handled by the implementation (the value Emax).
352 context.Emax-context.prec+1)
357 context.Emax-context.prec+1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 328 can be handled by the implementation (the value Emax).
352 context.Emax-context.prec+1)
357 context.Emax-context.prec+1)
    [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::__anon4199
    [all...]
  /external/chromium_org/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::__anon6351
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 406 self.context.Emax = exp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 406 self.context.Emax = exp
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
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 */
7362 Int emax=set->emax; \/* limit value *\/ local
7969 Int emin, emax; \/* .. *\/ local
    [all...]
  /external/icu4c/i18n/
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 <= */
497 /* exponent (set.emax and set.emin), determining if */
7394 Int emax=set->emax; \/* limit value *\/ local
8001 Int emin, emax; \/* .. *\/ local
    [all...]

Completed in 660 milliseconds