Definition in file _ldtoa.c.
#include "compat/fpclassify.h"
#include <sys/cdefs.h>
#include <float.h>
#include <inttypes.h>
#include <limits.h>
#include <math.h>
#include <stdlib.h>
#include "fpmath.h"
#include "gdtoaimp.h"
Go to the source code of this file.
Defines | |
| #define | _GNU_SOURCE |
| #define | __FBSDID(x) |
Functions | |
| __FBSDID ("$FreeBSD: src/lib/libc/gdtoa/_ldtoa.c,v 1.2 2004/01/18 07:53:49 das Exp $") | |
| char * | __ldtoa (long double *ld, int mode, int ndigits, int *decpt, int *sign, char **rve) |
| __FBSDID | ( | "$FreeBSD: src/lib/libc/gdtoa/_ldtoa. | c, | |
| v 1.2 2004/01/18 07:53:49 das Exp $" | ||||
| ) |
| char* __ldtoa | ( | long double * | ld, | |
| int | mode, | |||
| int | ndigits, | |||
| int * | decpt, | |||
| int * | sign, | |||
| char ** | rve | |||
| ) |
1.5.3