Home
last modified time | relevance | path

Searched refs:strtold (Results 1 - 25 of 33) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dstrtod.c27 long double strtold(const char *restrict s, char **restrict p) in strtold() function
34 weak_alias(strtold, strtold_l);
37 weak_alias(strtold, __strtold_l);
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dstrtod.c27 long double strtold(const char *restrict s, char **restrict p) in strtold() function
34 weak_alias(strtold, strtold_l);
37 weak_alias(strtold, __strtold_l);
/third_party/ltp/tools/sparse/sparse-src/compat/
H A Dstrtold.c5 return strtold(nptr, endptr); in string_to_ld()
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
H A Dstrtod.c27 long double strtold(const char *restrict s, char **restrict p) in strtold() function
/third_party/musl/libc-test/src/math/gen/
H A Dprev.c24 ld = strtold(argv[i], &eptr); in main()
H A Dnext.c24 ld = strtold(argv[i], &eptr); in main()
H A Dtoe.c21 ld = strtold(argv[i], &eptr); in main()
H A Dtog.c21 ld = strtold(argv[i], &eptr); in main()
H A Dtof.c21 ld = strtold(argv[i], &eptr); in main()
H A Dtoa.c21 ld = strtold(argv[i], &eptr); in main()
H A Dtox.c23 ld.f = strtold(argv[i], &eptr); in main()
/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtod.c29 long double strtold(const char *restrict s, char **restrict p) in strtold() function
/third_party/musl/src/stdlib/
H A Dstrtod.c29 long double strtold(const char *restrict s, char **restrict p) in strtold() function
/third_party/musl/libc-test/src/functional/
H A Dstrtold.c89 x = strtold(t[i].s, &p); in main()
91 t_error("strtold(\"%s\") want %La got %La\n", t[i].s, t[i].f, x); in main()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dalternate-keywords.c5 extern long double strtold(const char *restrict ptr, char **restrict endptr);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h28 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h28 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h30 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h28 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c59 {long double(*p)(const char*restrict,char**restrict) = strtold;} in f()
/third_party/musl/src/locale/
H A Dstrtod_l.c176 return strtold(s, p); in strtold_l()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h30 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/include/
H A Dstdlib.h30 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/src/stdio/
H A Dvfscanf.c330 y = strtold(buf, &endptr); in vfscanf()
/third_party/musl/porting/linux/user/src/stdio/
H A Dvfscanf.c330 y = strtold(buf, &endptr); in vfscanf()

Completed in 6 milliseconds

12