Searched refs:strtod (Results 1 – 23 of 23) sorted by relevance
/picolibc-latest/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 | 49 libc_tests_picolibc += ['strtod'] 108 libc_tests_native += ['strtod']
|
/picolibc-latest/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 | 123 strtod.c
|
D | meson.build | 126 'strtod.c',
|
/picolibc-latest/newlib/libc/stdlib/ |
D | atof.c | 65 return strtod (s, NULL); in atof()
|
D | gdtoa.h | 116 extern double strtod ANSI((CONST char *, char **));
|
D | stdlib.tex | 48 * Function strtod:: String to double or float 171 @include stdlib/strtod.def
|
D | mprec.h | 313 extern "C" double strtod(const char *s00, char **se);
|
D | meson.build | 174 'strtod.c',
|
D | strtod.c | 1278 strtod (const char *__restrict s00, 1294 return (long double) strtod(nptr, endptr);
|
/picolibc-latest/newlib/libm/test/ |
D | convert.c | 55 v = strtod(pd->string, &tail); in test_strtod() 309 v1 = strtod(buffer, &sde); in test_fcvt_r() 310 v2 = strtod(fbuffer, &sfe); in test_fcvt_r() 361 v1 = strtod(sd, &sde); in test_fcvt() 362 v2 = strtod(sf, &sfe); in test_fcvt()
|
/picolibc-latest/test/ |
D | test-strtod.c | 145 d = strtod(tests[i].string, &end); in main()
|
D | CMakeLists.txt | 55 test-strtod
|
D | meson.build | 52 'test-strtod', 588 'test-strtod', 'test-strchr',
|
/picolibc-latest/newlib/libc/stdio/ |
D | nano-vfscanf_float.c | 317 fp = strtod (pdata->buf, NULL); in _scanf_float()
|
D | vfscanf.c | 1923 res = strtod (buf, NULL); in _SVFSCANF()
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 277 double strtod (const char *__restrict __n, char **__restrict __end_PTR);
|
/picolibc-latest/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-latest/newlib/libc/machine/avr/ |
D | macros.inc | 121 /* used only by fplib/strtod.S - libgcc internal function calls */
|
/picolibc-latest/ |
D | COPYING.picolibc | 707 test/test-strtod.c 2033 Files: newlib/libc/tinystdio/strtod.c 3659 test/libc-testsuite/strtod.c 4106 Files: newlib/libc/stdlib/strtod.c
|