Home | History | Annotate | Download | only in Python

Lines Matching full:dtoa

21  * This is dtoa.c by David M. Gay, downloaded from
22 * http://www.netlib.org/fp/dtoa.c on April 15, 2009 and modified for
38 * 2. The public functions strtod, dtoa and freedtoa all now have
69 /* Please send bug reports for the original dtoa.c code to David M. Gay (dmg
76 * before invoking strtod or dtoa. If the machine uses (the equivalent
2292 /* freedtoa(s) must be used to free values s returned by dtoa
2294 * but for consistency with earlier versions of dtoa, it is optional
2306 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.