Home
last modified time | relevance | path

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/
Dabs.decTest105 -- next is rounded to Emin
118 -- next is rounded to Emin
Dminus.decTest126 -- next is rounded to Emin
139 -- next is rounded to Emin
Dplus.decTest137 -- next is rounded to Emin
150 -- next is rounded to Emin
Dreduce.decTest165 -- next is rounded to Emin
178 -- next is rounded to Emin
Drescale.decTest635 -- next is rounded to Emin
649 -- next is rounded to Emin
661 -- next is rounded to Emin
673 -- next is rounded to Emin
DddQuantize.decTest596 -- next is rounded to Emin
610 -- next is rounded to Emin
622 -- next is rounded to Emin
634 -- next is rounded to Emin
DdqQuantize.decTest606 -- next is rounded to Emin
620 -- next is rounded to Emin
632 -- next is rounded to Emin
644 -- next is rounded to Emin
Dquantize.decTest754 -- next is rounded to Emin
768 -- next is rounded to Emin
780 -- next is rounded to Emin
792 -- next is rounded to Emin
DdsEncode.decTest36 -- Emin = -95 (smallest exponent value)
Dsubtract.decTest804 -- next is rounded to Emin
817 -- next is rounded to Emin
DddEncode.decTest36 -- Emin = -383 (smallest exponent value)
DdqEncode.decTest36 -- Emin = -6143 (smallest exponent value)
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtod.c578 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()
Dgdtoaimp.h316 #define Emin (-1022) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py2453 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/
Dtest_decimal.py404 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/
Ddtoa.c254 #define Emin (-1022) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c237 #define Emin (-1022) macro