Home
last modified time | relevance | path

Searched refs:gethex (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h512 #define gethex __gethex_D2A macro
565 extern int gethex (CONST char**, CONST FPI*, Long*, Bigint**, int);
Dgethex.c42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign) in gethex() function
Dstrtod.c152 switch((i = gethex(&s, &fpi, &expt, &bb, sign)) & STRTOG_Retmask) { in strtod()
Dstrtodg.c358 irv = gethex(&s, fpi, expt, &rvb, sign); in strtodg()