Home
last modified time | relevance | path

Searched refs:strtopf (Results 1 – 6 of 6) sorted by relevance

/src/contrib/gdtoa/
H A Dstrtopf.c36 strtopf(s, sp, f) CONST char *s; char **sp; float *f; in strtopf() function
38 strtopf(CONST char *s, char **sp, float *f)
H A Dgdtoa.h138 extern int strtopf ANSI((CONST char*, char**, float*));
145 #define strtopf(s,se,x) strtorf(s,se,1,x) macro
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 Dgdtoaimp.h538 #define strtopf __strtopf macro
650 extern int strtopf ANSI((CONST char *, char **, float *));
H A DREADME67 strtopf
285 strtopf
H A Dchanges147 --- strtopf
152 Functions strtopd and strtopf are variations of strtod and strtof,