Home
last modified time | relevance | path

Searched refs:Emax (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py352 context.Emax-context.prec+1)
357 context.Emax-context.prec+1)
1657 exp_max = [context.Emax, Etop][context._clamp]
2273 if bound >= len(str(context.Emax)):
2274 ans = _dec_from_triple(result_sign, '1', context.Emax+1)
2386 exp_max = [context.Emax, context.Etop()][context._clamp]
2428 if not (context.Etiny() <= exp._exp <= context.Emax):
2437 if self_adjusted > context.Emax:
2445 if ans.adjusted() > context.Emax:
2939 if self._sign == 0 and adj > len(str((context.Emax+1)*3)):
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdsEncode.decTest35 -- Emax = 96 (largest exponent value)
DddEncode.decTest35 -- Emax = 384 (largest exponent value)
DdqEncode.decTest35 -- Emax = 6144 (largest exponent value)
Dpowersqrt.decTest2927 -- Etiny = -(Emax + (precision-1))
Dsquareroot.decTest2918 -- Etiny = -(Emax + (precision-1))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py406 self.context.Emax = exp
2231 context = Context(prec=9, Emin = -999999999, Emax = 999999999,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c236 #define Emax 1023 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c253 #define Emax 1023 macro