Searched refs:_strtorx_l (Results 1 – 3 of 3) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | strtold.c | 67 _strtorx_l (s00, se, FLT_ROUNDS, &result, loc); in strtold_l() 76 _strtorx_l (s00, se, FLT_ROUNDS, &result, __get_current_locale ()); in strtold()
|
D | strtorx.c | 102 _strtorx_l(s, sp, rounding, L, loc) const char *s; char **sp; int rounding; void *L; locale_t loc; in _strtorx_l() function 104 _strtorx_l(const char *s, char **sp, int rounding, void *L,
|
D | mprec.h | 388 int _strtorx_l (const char *, char **, int,
|