Searched refs:strtod (Results 1 – 23 of 23) sorted by relevance
/picolibc-3.7.0-3.6.0/test/libc-testsuite/ |
D | strtod.c | 59 TEST(d2, strtod(buf, 0), d, "round trip fail %a != %a (%a)"); in test_strtod() 65 TEST(d, strtod("0x1p4", 0), 16.0, "hex float %a != %a"); in test_strtod() 66 TEST(d, strtod("0x1.1p4", 0), 17.0, "hex float %a != %a"); in test_strtod() 72 #define TEST_NAME strtod
|
D | meson.build | 65 libc_tests += ['strtod']
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | strtod.c | 67 strtod (const char * nptr, char ** endptr) in strtod() function 96 return (long double) strtod(nptr, endptr); in strtold()
|
D | strtod_l.c | 44 return strtod (s00, se); in strtod_l()
|
D | CMakeLists.txt | 119 strtod.c
|
D | meson.build | 119 'strtod.c',
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | atof.c | 66 return strtod (s, NULL); in atof()
|
D | gdtoa.h | 116 extern double strtod ANSI((CONST char *, char **));
|
D | stdlib.tex | 48 * strtod:: String to double or float 171 @include stdlib/strtod.def
|
D | mprec.h | 314 extern "C" double strtod(const char *s00, char **se);
|
D | meson.build | 173 'strtod.c',
|
D | strtod.c | 1279 strtod (const char *__restrict s00, 1295 return (long double) strtod(nptr, endptr);
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | convert.c | 57 v = strtod(pd->string, &tail); in test_strtod() 311 v1 = strtod(buffer, &sde); in test_fcvt_r() 312 v2 = strtod(fbuffer, &sfe); in test_fcvt_r() 363 v1 = strtod(sd, &sde); in test_fcvt() 364 v2 = strtod(sf, &sfe); in test_fcvt()
|
/picolibc-3.7.0-3.6.0/test/ |
D | test-strtod.c | 127 d = strtod(tests[i].string, &end); in main()
|
D | CMakeLists.txt | 54 test-strtod
|
D | meson.build | 508 'test-strtod', 'test-strchr', 614 'test-strtod.c',
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | nano-vfscanf_float.c | 319 fp = strtod (pdata->buf, NULL); in _scanf_float()
|
D | vfscanf.c | 1918 res = strtod (buf, NULL); in _SVFSCANF()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | stdlib.h | 177 double strtod (const char *__restrict __n, char **__restrict __end_PTR);
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | NEWS | 42 - strtod/strtof to set errno to ERANGE consistently for underflow 251 * additional C99 support (printf modifiers, strtod, isnan/isinf)
|
D | ChangeLog-2015 | 159 * libc/stdlib/strtod.c (match): Move from here... 1428 * libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow. 1902 * libc/stdlib/strtold.c (strtold): Ditto. Call strtod on systems 2196 libc/stdlib/strtod.c, libc/stdlib/strtol.c, libc/stdlib/strtoll.c, 2402 libc/stdlib/mbtowc_r.c, libc/stdlib/strtod.c, 2829 * libc/stdlib/strtod.c (fpi): Constify. 3025 * libc/stdlib/strtod.c: Manual update to latest algorithm from NetBSD. 3302 * libc/stdlib/strtod.c (_strtod_r): Revert change from 2011-05-16. 4217 * libc/stdlib/strtod.c (_strtod_r): Fix nf/nd counts to not exceed 4502 * libc/stdlib/strtod.c (_strtod_r): Fix code to handle case whereby [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/avr/ |
D | macros.inc | 121 /* used only by fplib/strtod.S - libgcc internal function calls */
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 720 test/test-strtod.c 1949 Files: newlib/libc/tinystdio/strtod.c 3567 test/libc-testsuite/strtod.c 4012 Files: newlib/libc/stdlib/strtod.c
|