/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | strtod.c | 27 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/ |
D | strtod.c | 27 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/ |
D | strtold.c | 5 return strtold(nptr, endptr); in string_to_ld()
|
/third_party/musl/src/locale/ |
D | strtod_l.c | 17 return strtold(s, p); in strtold_l()
|
/third_party/musl/libc-test/src/functional/ |
D | strtold.c | 89 x = strtold(t[i].s, &p); in main()
|
D | test_src_functional.gni | 62 "strtold",
|
/third_party/musl/libc-test/src/math/gen/ |
D | toe.c | 21 ld = strtold(argv[i], &eptr); in main()
|
D | tog.c | 21 ld = strtold(argv[i], &eptr); in main()
|
D | tof.c | 21 ld = strtold(argv[i], &eptr); in main()
|
D | toa.c | 21 ld = strtold(argv[i], &eptr); in main()
|
D | next.c | 24 ld = strtold(argv[i], &eptr); in main()
|
D | prev.c | 24 ld = strtold(argv[i], &eptr); in main()
|
D | tox.c | 23 ld.f = strtold(argv[i], &eptr); in main()
|
/third_party/musl/src/stdlib/ |
D | strtod.c | 27 long double strtold(const char *restrict s, char **restrict p) in strtold() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
D | strtod.c | 27 long double strtold(const char *restrict s, char **restrict p) in strtold() function
|
/third_party/musl/porting/linux/user/src/stdlib/ |
D | strtod.c | 29 long double strtold(const char *restrict s, char **restrict p) in strtold() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | alternate-keywords.c | 5 extern long double strtold(const char *restrict ptr, char **restrict endptr);
|
/third_party/toybox/toys/posix/ |
D | printf.c | 127 long double ld = strtold(aa, &end); in printf_main()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdlib.h | 28 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdlib.h | 30 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/libc-test/src/api/ |
D | stdlib.c | 59 {long double(*p)(const char*restrict,char**restrict) = strtold;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | stdlib.h | 28 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/porting/linux/user/include/ |
D | stdlib.h | 30 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/include/ |
D | stdlib.h | 30 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdlib.h | 28 long double strtold (const char *__restrict, char **__restrict);
|