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

/netbsd-current/lib/libc/gdtoa/
H A DstrtoIf.c1 /* $NetBSD: strtoIf.c,v 1.3 2019/08/01 02:27:43 riastradh Exp $ */
38 strtoIf(s, sp, f0, f1) CONST char *s; char **sp; float *f0, *f1; function
40 strtoIf(CONST char *s, char **sp, float *f0, float *f1)
H A Dmakefile52 strtoIf.c strtoIg.c strtoIx.c strtoIxL.c strtod.c strtodI.c\
72 strtoIQ.c strtoId.c strtoIdd.c strtoIf.c strtoIg.c strtoIx.c\
H A Dgdtoa.h153 extern int strtoIf ANSI((CONST char*, char**, float*, float*));
/netbsd-current/lib/libc/gdtoa/test/
H A Dftest.c32 /* Test program for g_ffmt, strtof, strtoIf, strtopf, and strtorf.
117 printf("strtoIf returns %d,", strtoIf(ibuf, &se, fI, &fI[1]));
H A Dmakefile57 ftest = ftest.o getround.o strtorf.o strtopf.o g_ffmt.o strtoIf.o \

Completed in 111 milliseconds