Searched refs:hexnan (Results 1 – 5 of 5) sorted by relevance
/openbsd/lib/libc/gdtoa/ |
H A D | hexnan.c | 54 hexnan(sp, fpi, x0) in hexnan() function 57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
|
H A D | Makefile.inc | 15 hexnan.c ldtoa.c misc.c smisc.c strtod.c strtodg.c \
|
H A D | gdtoaimp.h | 541 #define hexnan __hexnan_D2A macro 592 extern int hexnan ANSI((CONST char**, FPI*, ULong*));
|
H A D | strtod.c | 315 && hexnan(&s, &fpinan, bits)
|
H A D | strtodg.c | 537 irv = hexnan(&s, fpi, bits);
|