Home
last modified time | relevance | path

Searched defs:rounding (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Ddtoa.c141 int rounding; local
Dgdtoa.h94 int rounding; member
Dstrtod.c105 int rounding; in strtod() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py2394 def quantize(self, exp, rounding=None, context=None, watchexp=True): argument
2480 def _rescale(self, exp, rounding): argument
2514 def _round(self, places, rounding): argument
2537 def to_integral_exact(self, rounding=None, context=None): argument
2566 def to_integral_value(self, rounding=None, context=None): argument
3754 def __init__(self, prec=None, rounding=None, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py401 def change_rounding_method(self, rounding): argument