Home
last modified time | relevance | path

Searched refs:strtold (Results 1 – 16 of 16) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dstrtod.c99 extern long double strtold(const char *, char **) __attribute__ ((__alias__ ("strtod")));
102 strtold (const char * nptr, char ** endptr) in strtold() function
Dstrtold_l.c50 return strtold (s00, se); in strtold_l()
Dstrtold.c76 strtold (const char * nptr, char ** endptr) in strtold() function
Dmeson.build179 srcs_tinystdio += ['strtold.c', 'strtold_l.c', 'atold_engine.c']
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dstrtold.c72 strtold (const char *__restrict s00, char **__restrict se) in strtold() function
Dmeson.build182 'strtold.c',
Dstrtod.c1290 extern long double strtold(const char *, char **) __attribute__ ((__alias__ ("strtod")));
1293 strtold (const char * nptr, char ** endptr)
Dldtoa.c3330 strtold (char *s, char **se)
/picolibc-3.5.0-3.4.0/test/
Dtest-strtod.c136 ld = strtold(tests[i].string, &end); in main()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstdlib.h185 long double strtold (const char *__restrict __n, char **__restrict __end_PTR);
360 extern long double strtold (const char *__restrict, char **__restrict);
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dconvert.c104 v = strtold(pd->string, &tail); in test_strtold()
/picolibc-3.5.0-3.4.0/newlib/
DNEWS122 - new version of strtold
DChangeLog-2015144 * libc/stdlib/strtold.c (__flt_rounds): Define for i386 and x86_64
148 (_strtold_r): Converted from strtold. Call _strtorx_r on targets
150 (strtold): Just call _strtold_r.
1900 * libc/include/stdlib.h (strtold): Define if _HAVE_LONG_DOUBLE is
1902 * libc/stdlib/strtold.c (strtold): Ditto. Call strtod on systems
2403 libc/stdlib/strtol.c, libc/stdlib/strtold.c,
3107 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold): Also
3432 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):Prototype
6382 * libc/stdlib/strtold.c: Include local.h.
6485 (strtold, wcstold): Declare.
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dvfscanf.c1905 qres = strtold (buf, NULL); in _SVFSCANF()
/picolibc-3.5.0-3.4.0/
DREADME.md743 5. Fix long double strtold. The working version is only available
744 when using tinystdio; if using newlib stdio, strtold is simply not
DCOPYING.picolibc1861 newlib/libc/tinystdio/strtold.c
2025 newlib/libc/stdlib/strtold.c