Searched refs:gethex (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | mprec.h | 339 #define gethex __gethex macro 380 int gethex (const char **sp, const struct FPI *fpi, Long *exp, _Bigint **bp, int sign, locale_t lo…
|
D | gdtoa-gethex.c | 150 gethex (const char **sp, const FPI *fpi, in gethex() function
|
D | meson.build | 171 'gdtoa-gethex.c',
|
D | strtod.c | 322 switch((i = gethex(&s, &fpi1, &exp, &bb, sign, loc)) & STRTOG_Retmask) {
|
D | strtodg.c | 489 irv = gethex(&s, fpi, exp, &rvb, sign, loc); in _strtodg_l()
|
/picolibc-latest/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-latest/ |
D | COPYING.picolibc | 4097 Files: newlib/libc/stdlib/gdtoa-gethex.c
|