HomeSort by: relevance | last modified time | path
    Searched defs:ldtoa (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/
ldtoa.c 1 /* $NetBSD: ldtoa.c,v 1.6 2019/08/01 02:27:43 riastradh Exp $ */
33 __RCSID("$NetBSD: ldtoa.c,v 1.6 2019/08/01 02:27:43 riastradh Exp $");
47 * ldtoa() is a wrapper for gdtoa() that makes it smell like dtoa(),
51 * use INT_MAX in ldtoa() instead.
54 ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, char **rve) function in typeref:typename:char *
gdtoa.h 117 #define ldtoa __ldtoa macro
131 extern char* ldtoa ANSI((long double *ld, int mode, int ndigits, int *decpt,

Completed in 11 milliseconds