Home | History | Annotate | Download | only in Misc

Lines Matching full:dtoa

7788   any of the dtoa.c string <-> float conversion functions, on MSVC builds of
12902 digit) input strings, (2) a crash in dtoa.c that occurred in debug builds when
14354 memory allocation scheme in dtoa.c and use PyMem_Malloc and PyMem_Free
14892 from Python/dtoa.c. As a consequence, (e.g.) round(x, 2) now
14926 rounding' code into the Python core (it's in Python/dtoa.c). As a