Searched refs:strtopf (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libc/gdtoa/
H A Dstrtopf.c1 /* $NetBSD: strtopf.c,v 1.4 2019/08/01 02:27:43 riastradh Exp $ */
38 strtopf(s, sp, f) CONST char *s; char **sp; float *f; function
40 strtopf(CONST char *s, char **sp, float *f)
H A Dmakefile53 strtodg.c strtof.c strtopQ.c strtopd.c strtopdd.c strtopf.c\
74 strtopQ.c strtopd.c strtopdd.c strtopf.c strtopx.c strtopxL.c\
H A Dgdtoa.h167 extern int strtopf ANSI((CONST char*, char**, float*));
174 #define strtopf(s,se,x) strtorf(s,se,1,x) macro
/netbsd-current/lib/libc/gdtoa/test/
H A Dftest.c32 /* Test program for g_ffmt, strtof, strtoIf, strtopf, and strtorf.
96 if (u.f != (i1 = strtopf(ibuf, &se1, &f1), f1)
98 printf("***strtopf and strtorf disagree!!\n");
H A Dmakefile57 ftest = ftest.o getround.o strtorf.o strtopf.o g_ffmt.o strtoIf.o \

Completed in 90 milliseconds