/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
H A 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/uniproton/kernel/src/stdlib/ |
H A 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/ |
H A D | strtold.c | 5 return strtold(nptr, endptr); in string_to_ld()
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
H A D | strtod.c | 27 long double strtold(const char *restrict s, char **restrict p) in strtold() function
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | prev.c | 24 ld = strtold(argv[i], &eptr); in main()
|
H A D | next.c | 24 ld = strtold(argv[i], &eptr); in main()
|
H A D | toe.c | 21 ld = strtold(argv[i], &eptr); in main()
|
H A D | tog.c | 21 ld = strtold(argv[i], &eptr); in main()
|
H A D | tof.c | 21 ld = strtold(argv[i], &eptr); in main()
|
H A D | toa.c | 21 ld = strtold(argv[i], &eptr); in main()
|
H A D | tox.c | 23 ld.f = strtold(argv[i], &eptr); in main()
|
/third_party/musl/porting/linux/user/src/stdlib/ |
H A D | strtod.c | 29 long double strtold(const char *restrict s, char **restrict p) in strtold() function
|
/third_party/musl/src/stdlib/ |
H A D | strtod.c | 29 long double strtold(const char *restrict s, char **restrict p) in strtold() function
|
/third_party/musl/libc-test/src/functional/ |
H A D | strtold.c | 89 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 D | alternate-keywords.c | 5 extern long double strtold(const char *restrict ptr, char **restrict endptr);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 28 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 28 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 30 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 28 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdlib.c | 59 {long double(*p)(const char*restrict,char**restrict) = strtold;} in f()
|
/third_party/musl/src/locale/ |
H A D | strtod_l.c | 176 return strtold(s, p); in strtold_l()
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 30 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/include/ |
H A D | stdlib.h | 30 long double strtold (const char *__restrict, char **__restrict);
|
/third_party/musl/src/stdio/ |
H A D | vfscanf.c | 330 y = strtold(buf, &endptr); in vfscanf()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | vfscanf.c | 330 y = strtold(buf, &endptr); in vfscanf()
|