Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dmprec.h340 #define gethex __gethex macro
381 int gethex (const char **sp, const struct FPI *fpi, Long *exp, _Bigint **bp, int sign, locale_t lo…
Dgdtoa-gethex.c151 gethex (const char **sp, const FPI *fpi, in gethex() function
Dmeson.build168 'gdtoa-gethex.c',
Dstrtod.c323 switch((i = gethex(&s, &fpi1, &exp, &bb, sign, loc)) & STRTOG_Retmask) {
Dstrtodg.c490 irv = gethex(&s, fpi, exp, &rvb, sign, loc); in _strtodg_l()
/picolibc-3.5.0-3.4.0/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-3.5.0-3.4.0/
DCOPYING.picolibc3872 newlib/libc/stdlib/gdtoa-gethex.c