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

/netbsd-current/lib/libc/gdtoa/
H A Dstrtorx.c1 /* $NetBSD: strtorx.c,v 1.3 2008/03/21 23:13:48 christos Exp $ */
102 strtorx(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L; function
104 strtorx(CONST char *s, char **sp, int rounding, void *L)
H A Dmakefile55 strtorx.c strtorxL.c sum.c ulp.c
75 strtorQ.c strtord.c strtordd.c strtorf.c strtorx.c strtorxL.c\
H A Dgdtoa.h161 extern int strtorx ANSI((CONST char*, char**, int, void*));
176 #define strtopx(s,se,x) strtorx(s,se,1,x)
/netbsd-current/lib/libc/gdtoa/test/
H A Dxtest.c32 /* Test program for g_xfmt, strtoIx, strtopx, and strtorx.
115 i = strtorx(ibuf, &se, r, u.bits);
118 printf("***strtox and strtorx disagree!!\n:");
H A Dmakefile67 xtest = xtest.o getround.o strtorx.o g_xfmt.o strtoIx.o \

Completed in 175 milliseconds