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 | |||
) |
Definition at line 72 of file _ldtoa.c.
References IEEEl2bits::bits, IEEEl2bits::e, IEEEl2bits::exp, LDBL_TO_ARRAY32, and IEEEl2bits::sign.
Referenced by vsnprintf().