HomeSort by: relevance | last modified time | path
    Searched refs:strtorf (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/gdtoa/
strtorf.c 1 /* $NetBSD: strtorf.c,v 1.3 2011/03/20 23:15:35 christos Exp $ */
71 strtorf(s, sp, rounding, f) CONST char *s; char **sp; int rounding; float *f; function
73 strtorf(CONST char *s, char **sp, int rounding, float *f)
gdtoa.h 159 extern int strtorf ANSI((CONST char*, char**, int, float*));
174 #define strtopf(s,se,x) strtorf(s,se,1,x)
makefile 54 strtopx.c strtopxL.c strtorQ.c strtord.c strtordd.c strtorf.c\
75 strtorQ.c strtord.c strtordd.c strtorf.c strtorx.c strtorxL.c\
  /src/lib/libc/gdtoa/test/
ftest.c 32 /* Test program for g_ffmt, strtof, strtoIf, strtopf, and strtorf.
94 i = strtorf(ibuf, &se, r, &u.f);
98 printf("***strtopf and strtorf disagree!!\n");
107 printf("***strtof and strtorf disagree!\n");
makefile 57 ftest = ftest.o getround.o strtorf.o strtopf.o g_ffmt.o strtoIf.o \

Completed in 13 milliseconds