Lines Matching full:dtoa
3286 any of the dtoa.c string <-> float conversion functions, on MSVC builds of
6953 (2) a crash in dtoa.c that occurred in debug builds when parsing certain long
7052 memory allocation scheme in dtoa.c and use PyMem_Malloc and PyMem_Free
7291 similarly. On platforms where the correctly-rounded strtod and dtoa code is
7302 The conversions use a Python-adapted version of David Gay's well-known dtoa.c,
7303 providing correctly-rounded strtod and dtoa C functions. This code is
7310 precision. On these platforms conversions use the platform strtod and dtoa,