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

  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 175 self.p.Emin = self.c.Emin
195 assert(self.c.Emin == self.p.Emin)
196 return self.c.Emin
199 self.c.Emin = val
200 self.p.Emin = val
235 Emin = property(getemin, setemin)
274 context.Emin = C.MIN_EMIN
282 Emin=C.MIN_EMIN
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 314 #define Emin (-1022)
379 #define Emin (-127)
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 316 #define Emin (-1022)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 254 #define Emin (-1022)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 237 #define Emin (-1022)
    [all...]
  /external/python/cpython2/Python/
dtoa.c 254 #define Emin (-1022)
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 339 """Exponent < Emin before rounding.
343 Emin, before any rounding). The result in all cases is unchanged.
393 Emin). That is, the result is both inexact and subnormal.
    [all...]
  /external/python/cpython3/Python/
dtoa.c 245 #define Emin (-1022)
    [all...]

Completed in 731 milliseconds