Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/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.build65 libc_tests += ['strtod']
/picolibc-3.7.0-3.6.0/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.txt119 strtod.c
Dmeson.build119 'strtod.c',
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Datof.c66 return strtod (s, NULL); in atof()
Dgdtoa.h116 extern double strtod ANSI((CONST char *, char **));
Dstdlib.tex48 * strtod:: String to double or float
171 @include stdlib/strtod.def
Dmprec.h314 extern "C" double strtod(const char *s00, char **se);
Dmeson.build173 'strtod.c',
Dstrtod.c1279 strtod (const char *__restrict s00,
1295 return (long double) strtod(nptr, endptr);
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dconvert.c57 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/
Dtest-strtod.c127 d = strtod(tests[i].string, &end); in main()
DCMakeLists.txt54 test-strtod
Dmeson.build508 'test-strtod', 'test-strchr',
614 'test-strtod.c',
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dnano-vfscanf_float.c319 fp = strtod (pdata->buf, NULL); in _scanf_float()
Dvfscanf.c1918 res = strtod (buf, NULL); in _SVFSCANF()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dstdlib.h177 double strtod (const char *__restrict __n, char **__restrict __end_PTR);
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/newlib/libc/machine/avr/
Dmacros.inc121 /* used only by fplib/strtod.S - libgcc internal function calls */
/picolibc-3.7.0-3.6.0/
DCOPYING.picolibc720 test/test-strtod.c
1949 Files: newlib/libc/tinystdio/strtod.c
3567 test/libc-testsuite/strtod.c
4012 Files: newlib/libc/stdlib/strtod.c