Searched refs:gethex (Results 1 – 7 of 7) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | mprec.h | 340 #define gethex __gethex macro 381 int gethex (const char **sp, const struct FPI *fpi, Long *exp, _Bigint **bp, int sign, locale_t lo…
|
D | gdtoa-gethex.c | 151 gethex (const char **sp, const FPI *fpi, in gethex() function
|
D | meson.build | 168 'gdtoa-gethex.c',
|
D | strtod.c | 323 switch((i = gethex(&s, &fpi1, &exp, &bb, sign, loc)) & STRTOG_Retmask) {
|
D | strtodg.c | 490 irv = gethex(&s, fpi, exp, &rvb, sign, loc); in _strtodg_l()
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 2806 * 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/ |
D | COPYING.picolibc | 3872 newlib/libc/stdlib/gdtoa-gethex.c
|