Searched defs:rounding (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | dtoa.c | 141 int rounding; local
|
D | gdtoa.h | 94 int rounding; member
|
D | strtod.c | 105 int rounding; in strtod() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | decimal.py | 2394 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/ |
D | test_decimal.py | 401 def change_rounding_method(self, rounding): argument
|