Searched refs:strtold (Results 1 – 18 of 18) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | strtod.c | 91 extern long double strtold(const char *, char **) __attribute__ ((__alias__ ("strtod"))); 94 strtold (const char * nptr, char ** endptr) in strtold() function
|
D | strtold_l.c | 46 return strtold (s00, se); in strtold_l()
|
D | strtold.c | 68 strtold (const char * nptr, char ** endptr) in strtold() function
|
D | CMakeLists.txt | 129 strtold.c
|
D | meson.build | 132 'strtold.c',
|
/picolibc-latest/newlib/libc/stdlib/ |
D | strtold.c | 72 strtold (const char *__restrict s00, char **__restrict se) in strtold() function
|
D | meson.build | 185 'strtold.c',
|
D | strtod.c | 1289 extern long double strtold(const char *, char **) __attribute__ ((__alias__ ("strtod"))); 1292 strtold (const char * nptr, char ** endptr)
|
D | ldtoa.c | 3337 strtold (char *s, char **se)
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 286 strtold (const char *__restrict __n, char **__restrict __end_PTR); 307 strtold (const char *__restrict, char **__restrict);
|
/picolibc-latest/test/ |
D | test-strtod.c | 179 ld = strtold(tests[i].string, &end); in main()
|
D | long_double.c | 457 r = strtold(buf, &end); in test_io()
|
/picolibc-latest/newlib/libm/test/ |
D | convert.c | 113 v = strtold(pd->string, &tail); in test_strtold()
|
/picolibc-latest/newlib/ |
D | NEWS | 134 - new version of strtold
|
D | ChangeLog-2015 | 144 * 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/ |
D | vfscanf.c | 1920 qres = strtold (buf, NULL); in _SVFSCANF()
|
/picolibc-latest/ |
D | README.md | 1052 5. Fix long double strtold. The working version is only available 1053 when using tinystdio; if using newlib stdio, strtold is simply not
|
D | COPYING.picolibc | 2035 newlib/libc/tinystdio/strtold.c 2203 newlib/libc/stdlib/strtold.c
|