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

  /src/lib/libc/gdtoa/
strtoIxL.c 1 /* $NetBSD: strtoIxL.c,v 1.3 2019/08/01 02:27:43 riastradh Exp $ */
38 strtoIxL(s, sp, a, b) CONST char *s; char **sp; void *a; void *b;
40 strtoIxL(CONST char *s, char **sp, void *a, void *b)
makefile 52 strtoIf.c strtoIg.c strtoIx.c strtoIxL.c strtod.c strtodI.c\
73 strtoIxL.c strtod.c strtodI.c strtodg.c strtodnrp.c strtof.c\
gdtoa.h 156 extern int strtoIxL ANSI((CONST char*, char**, void*, void*));
  /src/lib/libc/gdtoa/test/
xLtest.c 32 /* Test program for g_xLfmt, strtoIxL, strtopxL, and strtorxL.
134 printf("strtoIxL returns %d,",
135 strtoIxL(ibuf, &se, v[0].bits, v[1].bits));
makefile 72 xLtest = xLtest.o getround.o strtorxL.o strtopxL.o g_xLfmt.o strtoIxL.o \

Completed in 30 milliseconds