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

  /src/lib/libc/gdtoa/
gdtoa.h 124 #define strtopxL __strtopxL_D2A
170 extern int strtopxL ANSI((CONST char*, char**, void*, locale_t));
177 #define strtopxL(s,se,x) strtorxL(s,se,1,x)
strtopxL.c 1 /* $NetBSD: strtopxL.c,v 1.6 2013/04/18 21:54:11 joerg Exp $ */
53 strtopxL(CONST char *s, char **sp, void *V, locale_t loc)
makefile 54 strtopx.c strtopxL.c strtorQ.c strtord.c strtordd.c strtorf.c\
74 strtopQ.c strtopd.c strtopdd.c strtopf.c strtopx.c strtopxL.c\
  /src/lib/libc/gdtoa/test/
xLtest.c 32 /* Test program for g_xLfmt, strtoIxL, strtopxL, and strtorxL.
119 if (r == 1 && (i != strtopxL(ibuf, &se1, v[0].bits) || se1 != se
makefile 72 xLtest = xLtest.o getround.o strtorxL.o strtopxL.o g_xLfmt.o strtoIxL.o \

Completed in 13 milliseconds