HomeSort by relevance Sort by last modified time
    Searched refs:hexnan (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
hexnan.c 1 /* $NetBSD: hexnan.c,v 1.3 2006/03/11 18:38:14 kleink Exp $ */
57 hexnan(sp, fpi, x0) function
60 hexnan( CONST char **sp, CONST FPI *fpi, ULong *x0)
gdtoa.inf 66 hexnan.c
gdtoaimp.h 515 #define hexnan __hexnan_D2A macro
567 extern int hexnan (CONST char**, CONST FPI*, ULong*);
strtod.c 286 && hexnan(&s, &fpinan, bits)
strtodg.c 481 irv = hexnan(&s, fpi, bits);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
hexnan.c 54 hexnan(sp, fpi, x0) function
57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
gdtoaimp.h 542 #define hexnan __hexnan_D2A macro
594 extern int hexnan ANSI((CONST char**, FPI*, ULong*));
strtod.c 318 && hexnan(&s, &fpinan, bits)
strtodg.c 540 irv = hexnan(&s, fpi, bits);

Completed in 68 milliseconds