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

/netbsd-current/lib/libc/gdtoa/
H A DstrtoIx.c1 /* $NetBSD: strtoIx.c,v 1.3 2019/08/01 02:27:43 riastradh Exp $ */
38 strtoIx(s, sp, a, b) CONST char *s; char **sp; void *a; void *b; function
40 strtoIx(CONST char *s, char **sp, void *a, void *b)
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.h155 extern int strtoIx ANSI((CONST char*, char**, void*, void*));
/netbsd-current/lib/libc/gdtoa/test/
H A Dxtest.c32 /* Test program for g_xfmt, strtoIx, strtopx, and strtorx.
132 printf("strtoIx returns %d,",
133 strtoIx(ibuf, &se, v[0].bits, v[1].bits));
H A Dmakefile67 xtest = xtest.o getround.o strtorx.o g_xfmt.o strtoIx.o \

Completed in 166 milliseconds