Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dstrtod.c91 extern long double strtold(const char *, char **) __attribute__ ((__alias__ ("strtod")));
94 strtold (const char * nptr, char ** endptr) in strtold() function
Dstrtold_l.c46 return strtold (s00, se); in strtold_l()
Dstrtold.c68 strtold (const char * nptr, char ** endptr) in strtold() function
DCMakeLists.txt129 strtold.c
Dmeson.build132 'strtold.c',
/picolibc-latest/newlib/libc/stdlib/
Dstrtold.c72 strtold (const char *__restrict s00, char **__restrict se) in strtold() function
Dmeson.build185 'strtold.c',
Dstrtod.c1289 extern long double strtold(const char *, char **) __attribute__ ((__alias__ ("strtod")));
1292 strtold (const char * nptr, char ** endptr)
Dldtoa.c3337 strtold (char *s, char **se)
/picolibc-latest/newlib/libc/include/
Dstdlib.h286 strtold (const char *__restrict __n, char **__restrict __end_PTR);
307 strtold (const char *__restrict, char **__restrict);
/picolibc-latest/test/
Dtest-strtod.c179 ld = strtold(tests[i].string, &end); in main()
Dlong_double.c457 r = strtold(buf, &end); in test_io()
/picolibc-latest/newlib/libm/test/
Dconvert.c113 v = strtold(pd->string, &tail); in test_strtold()
/picolibc-latest/newlib/
DNEWS134 - 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-latest/newlib/libc/stdio/
Dvfscanf.c1920 qres = strtold (buf, NULL); in _SVFSCANF()
/picolibc-latest/
DREADME.md1052 5. Fix long double strtold. The working version is only available
1053 when using tinystdio; if using newlib stdio, strtold is simply not
DCOPYING.picolibc2035 newlib/libc/tinystdio/strtold.c
2203 newlib/libc/stdlib/strtold.c