Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dmprec.h339 #define gethex __gethex macro
380 int gethex (const char **sp, const struct FPI *fpi, Long *exp, _Bigint **bp, int sign, locale_t lo…
Dgdtoa-gethex.c150 gethex (const char **sp, const FPI *fpi, in gethex() function
Dmeson.build171 'gdtoa-gethex.c',
Dstrtod.c322 switch((i = gethex(&s, &fpi1, &exp, &bb, sign, loc)) & STRTOG_Retmask) {
Dstrtodg.c489 irv = gethex(&s, fpi, exp, &rvb, sign, loc); in _strtodg_l()
/picolibc-latest/newlib/
DChangeLog-20152806 * libc/stdlib/gdtoa-gethex.c (__hexdig): Constify.
2810 (gethex): Call __get_hexdig macro rather than hexdig.
2825 (gethex): Constify args in declaration where appropriate.
6114 * libc/stdlib/gdtoa-gethex.c: Remove use of USE_LOCALE.
6115 (gethex): Allow multibyte decimal point.
11442 * libc/stdlib/gdtoa-gethex.c: Ditto.
/picolibc-latest/
DCOPYING.picolibc4097 Files: newlib/libc/stdlib/gdtoa-gethex.c