Searched refs:Emin (Results 1 – 18 of 18) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | abs.decTest | 105 -- next is rounded to Emin 118 -- next is rounded to Emin
|
D | minus.decTest | 126 -- next is rounded to Emin 139 -- next is rounded to Emin
|
D | plus.decTest | 137 -- next is rounded to Emin 150 -- next is rounded to Emin
|
D | reduce.decTest | 165 -- next is rounded to Emin 178 -- next is rounded to Emin
|
D | rescale.decTest | 635 -- next is rounded to Emin 649 -- next is rounded to Emin 661 -- next is rounded to Emin 673 -- next is rounded to Emin
|
D | ddQuantize.decTest | 596 -- next is rounded to Emin 610 -- next is rounded to Emin 622 -- next is rounded to Emin 634 -- next is rounded to Emin
|
D | dqQuantize.decTest | 606 -- next is rounded to Emin 620 -- next is rounded to Emin 632 -- next is rounded to Emin 644 -- next is rounded to Emin
|
D | quantize.decTest | 754 -- next is rounded to Emin 768 -- next is rounded to Emin 780 -- next is rounded to Emin 792 -- next is rounded to Emin
|
D | dsEncode.decTest | 36 -- Emin = -95 (smallest exponent value)
|
D | subtract.decTest | 804 -- next is rounded to Emin 817 -- next is rounded to Emin
|
D | ddEncode.decTest | 36 -- Emin = -383 (smallest exponent value)
|
D | dqEncode.decTest | 36 -- Emin = -6143 (smallest exponent value)
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | strtod.c | 578 if (i < Emin) /* denormal */ in strtod() 579 j += P - Emin; in strtod() 592 if (i < Emin) /* denormal */ in strtod() 593 j += P - Emin; in strtod()
|
D | gdtoaimp.h | 316 #define Emin (-1022) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | decimal.py | 2453 if ans and ans.adjusted() < context.Emin: 3009 return context.Emin <= self.adjusted() 3029 return self.adjusted() < context.Emin 3446 elif ans.adjusted() < context.Emin: 3756 Emin=None, Emax=None, argument 3768 self.Emin = Emin if Emin is not None else dc.Emin 3812 self.flags, self.Emin, self.Emax, 3819 self.flags.copy(), self.Emin, self.Emax, 3869 return int(self.Emin - self.prec + 1) 5815 Emin=-999999999,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_decimal.py | 404 self.context.Emin = exp 2231 context = Context(prec=9, Emin = -999999999, Emax = 999999999,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | dtoa.c | 254 #define Emin (-1022) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | dtoa.c | 237 #define Emin (-1022) macro
|