Searched refs:strtold (Results 1 – 16 of 16) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | strtod.c | 99 extern long double strtold(const char *, char **) __attribute__ ((__alias__ ("strtod"))); 102 strtold (const char * nptr, char ** endptr) in strtold() function
|
D | strtold_l.c | 50 return strtold (s00, se); in strtold_l()
|
D | strtold.c | 76 strtold (const char * nptr, char ** endptr) in strtold() function
|
D | meson.build | 179 srcs_tinystdio += ['strtold.c', 'strtold_l.c', 'atold_engine.c']
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | strtold.c | 72 strtold (const char *__restrict s00, char **__restrict se) in strtold() function
|
D | meson.build | 182 'strtold.c',
|
D | strtod.c | 1290 extern long double strtold(const char *, char **) __attribute__ ((__alias__ ("strtod"))); 1293 strtold (const char * nptr, char ** endptr)
|
D | ldtoa.c | 3330 strtold (char *s, char **se)
|
/picolibc-3.5.0-3.4.0/test/ |
D | test-strtod.c | 136 ld = strtold(tests[i].string, &end); in main()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | stdlib.h | 185 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/ |
D | convert.c | 104 v = strtold(pd->string, &tail); in test_strtold()
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | NEWS | 122 - 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-3.5.0-3.4.0/newlib/libc/stdio/ |
D | vfscanf.c | 1905 qres = strtold (buf, NULL); in _SVFSCANF()
|
/picolibc-3.5.0-3.4.0/ |
D | README.md | 743 5. Fix long double strtold. The working version is only available 744 when using tinystdio; if using newlib stdio, strtold is simply not
|
D | COPYING.picolibc | 1861 newlib/libc/tinystdio/strtold.c 2025 newlib/libc/stdlib/strtold.c
|