Home
last modified time | relevance | path

Searched refs:strtold (Results 1 – 25 of 57) sorted by relevance

123

/third_party/musl/porting/uniproton/kernel/src/stdlib/
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/liteos_m/kernel/src/stdlib/
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/
Dstrtold.c5 return strtold(nptr, endptr); in string_to_ld()
/third_party/musl/src/locale/
Dstrtod_l.c17 return strtold(s, p); in strtold_l()
/third_party/musl/libc-test/src/functional/
Dstrtold.c89 x = strtold(t[i].s, &p); in main()
Dtest_src_functional.gni62 "strtold",
/third_party/musl/libc-test/src/math/gen/
Dtoe.c21 ld = strtold(argv[i], &eptr); in main()
Dtog.c21 ld = strtold(argv[i], &eptr); in main()
Dtof.c21 ld = strtold(argv[i], &eptr); in main()
Dtoa.c21 ld = strtold(argv[i], &eptr); in main()
Dnext.c24 ld = strtold(argv[i], &eptr); in main()
Dprev.c24 ld = strtold(argv[i], &eptr); in main()
Dtox.c23 ld.f = strtold(argv[i], &eptr); in main()
/third_party/musl/src/stdlib/
Dstrtod.c27 long double strtold(const char *restrict s, char **restrict p) in strtold() function
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtod.c27 long double strtold(const char *restrict s, char **restrict p) in strtold() function
/third_party/musl/porting/linux/user/src/stdlib/
Dstrtod.c29 long double strtold(const char *restrict s, char **restrict p) in strtold() function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dalternate-keywords.c5 extern long double strtold(const char *restrict ptr, char **restrict endptr);
/third_party/toybox/toys/posix/
Dprintf.c127 long double ld = strtold(aa, &end); in printf_main()
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h28 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h30 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/libc-test/src/api/
Dstdlib.c59 {long double(*p)(const char*restrict,char**restrict) = strtold;} in f()
/third_party/musl/ndk_musl_include/
Dstdlib.h28 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/porting/linux/user/include/
Dstdlib.h30 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/include/
Dstdlib.h30 long double strtold (const char *__restrict, char **__restrict);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h28 long double strtold (const char *__restrict, char **__restrict);

123