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

  /src/lib/libc/gdtoa/
strtorxL.c 1 /* $NetBSD: strtorxL.c,v 1.4 2011/03/20 23:15:35 christos Exp $ */
90 strtorxL(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L;
92 strtorxL(CONST char *s, char **sp, int rounding, void *L)
gdtoa.h 162 extern int strtorxL ANSI((CONST char*, char**, int, void*));
177 #define strtopxL(s,se,x) strtorxL(s,se,1,x)
makefile 55 strtorx.c strtorxL.c sum.c ulp.c
75 strtorQ.c strtord.c strtordd.c strtorf.c strtorx.c strtorxL.c\
  /src/lib/libc/gdtoa/test/
xLtest.c 32 /* Test program for g_xLfmt, strtoIxL, strtopxL, and strtorxL.
118 i = strtorxL(ibuf, &se, r, u.bits);
121 printf("***strtoxL and strtorxL disagree!!\n:");
makefile 72 xLtest = xLtest.o getround.o strtorxL.o strtopxL.o g_xLfmt.o strtoIxL.o \

Completed in 36 milliseconds