Home
last modified time | relevance | path

Searched refs:strtod (Results 1 – 23 of 23) sorted by relevance

/picolibc-latest/test/libc-testsuite/
Dstrtod.c59 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
Dmeson.build49 libc_tests_picolibc += ['strtod']
108 libc_tests_native += ['strtod']
/picolibc-latest/newlib/libc/tinystdio/
Dstrtod.c67 strtod (const char * nptr, char ** endptr) in strtod() function
96 return (long double) strtod(nptr, endptr); in strtold()
Dstrtod_l.c44 return strtod (s00, se); in strtod_l()
DCMakeLists.txt123 strtod.c
Dmeson.build126 'strtod.c',
/picolibc-latest/newlib/libc/stdlib/
Datof.c65 return strtod (s, NULL); in atof()
Dgdtoa.h116 extern double strtod ANSI((CONST char *, char **));
Dstdlib.tex48 * Function strtod:: String to double or float
171 @include stdlib/strtod.def
Dmprec.h313 extern "C" double strtod(const char *s00, char **se);
Dmeson.build174 'strtod.c',
Dstrtod.c1278 strtod (const char *__restrict s00,
1294 return (long double) strtod(nptr, endptr);
/picolibc-latest/newlib/libm/test/
Dconvert.c55 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/
Dtest-strtod.c145 d = strtod(tests[i].string, &end); in main()
DCMakeLists.txt55 test-strtod
Dmeson.build52 'test-strtod',
588 'test-strtod', 'test-strchr',
/picolibc-latest/newlib/libc/stdio/
Dnano-vfscanf_float.c317 fp = strtod (pdata->buf, NULL); in _scanf_float()
Dvfscanf.c1923 res = strtod (buf, NULL); in _SVFSCANF()
/picolibc-latest/newlib/libc/include/
Dstdlib.h277 double strtod (const char *__restrict __n, char **__restrict __end_PTR);
/picolibc-latest/newlib/
DNEWS42 - strtod/strtof to set errno to ERANGE consistently for underflow
251 * additional C99 support (printf modifiers, strtod, isnan/isinf)
DChangeLog-2015159 * 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/
Dmacros.inc121 /* used only by fplib/strtod.S - libgcc internal function calls */
/picolibc-latest/
DCOPYING.picolibc707 test/test-strtod.c
2033 Files: newlib/libc/tinystdio/strtod.c
3659 test/libc-testsuite/strtod.c
4106 Files: newlib/libc/stdlib/strtod.c