Go to the source code of this file.
Defines | |
| #define | MAXEXPDIG 6 |
Functions | |
| char * | __hdtoa (double, const char *, int, int *, int *, char **) |
| char * | __hldtoa (long double, const char *, int, int *, int *, char **) |
| char * | __ldtoa (long double *, int, int, int *, int *, char **) |
| #define MAXEXPDIG 6 |
| char* __hdtoa | ( | double | , | |
| const char * | , | |||
| int | , | |||
| int * | , | |||
| int * | , | |||
| char ** | ||||
| ) |
Definition at line 149 of file _hdtoa.c.
References IEEEd2bits::bits, IEEEd2bits::d, DBL_ADJ, DBL_MANL_SIZE, dorounding(), IEEEd2bits::exp, INFSTR, IEEEd2bits::manh, IEEEd2bits::manl, NANSTR, and IEEEd2bits::sign.
Referenced by __hldtoa(), and vsnprintf().
| char* __hldtoa | ( | long | double, | |
| const char * | , | |||
| int | , | |||
| int * | , | |||
| int * | , | |||
| char ** | ||||
| ) |
| char* __ldtoa | ( | long double * | , | |
| int | , | |||
| int | , | |||
| int * | , | |||
| int * | , | |||
| char ** | ||||
| ) |
Definition at line 72 of file _ldtoa.c.
References IEEEl2bits::bits, IEEEl2bits::e, IEEEl2bits::exp, LDBL_TO_ARRAY32, and IEEEl2bits::sign.
Referenced by vsnprintf().
1.5.1