/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
H A D | strtod.c | 17 float strtof(const char *restrict s, char **restrict p) in strtof() function 32 weak_alias(strtof, strtof_l); 35 weak_alias(strtof, __strtof_l);
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | strtod.c | 17 float strtof(const char *restrict s, char **restrict p) in strtof() function 32 weak_alias(strtof, strtof_l); 35 weak_alias(strtof, __strtof_l);
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | strtof.c | 87 strtof(s, sp) CONST char *s; char **sp; in strtof() function 89 strtof(CONST char *s, char **sp)
|
H A D | gdtoa.h | 111 extern float strtof ANSI((CONST char *, char **));
|
/third_party/json/include/nlohmann/detail/input/ |
H A D | lexer.hpp | 15 #include <cstdlib> // strtof, strtod, strtold, strtoll, strtoull 912 static void strtof(float& f, const char* str, char** endptr) noexcept 914 f = std::strtof(str, endptr); 918 static void strtof(double& f, const char* str, char** endptr) noexcept 924 static void strtof(long double& f, const char* str, char** endptr) noexcept 1286 strtof(value_float, token_buffer.data(), &endptr); in scan_number()
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
H A D | strtod.c | 17 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | prev.c | 16 f = strtof(argv[i], &eptr); in main()
|
H A D | next.c | 16 f = strtof(argv[i], &eptr); in main()
|
H A D | toe.c | 15 f = strtof(argv[i], &eptr); in main()
|
H A D | tog.c | 15 f = strtof(argv[i], &eptr); in main()
|
H A D | tof.c | 15 f = strtof(argv[i], &eptr); in main()
|
H A D | toa.c | 15 f = strtof(argv[i], &eptr); in main()
|
H A D | tox.c | 16 f.f = strtof(argv[i], &eptr); in main()
|
/third_party/musl/porting/linux/user/src/stdlib/ |
H A D | strtod.c | 18 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
/third_party/musl/src/stdlib/ |
H A D | strtod.c | 18 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
/third_party/mesa3d/src/util/ |
H A D | strtod.c | 72 * Wrapper around strtof which uses the "C" locale so the decimal 81 return strtof(s, end); in _mesa_strtof()
|
/third_party/musl/libc-test/src/functional/ |
H A D | strtof.c | 40 x = strtof(t[i].s, &p); in main() 42 t_error("strtof(\"%s\") want %a got %a\n", t[i].s, t[i].f, x); in main()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | alternate-keywords.c | 2 extern float strtof(const char *__restrict__ ptr, char **__restrict__ endptr);
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
H A D | xmltchar.h | 77 # define tcstof strtof
|
/third_party/alsa-utils/bat/ |
H A D | bat.c | 53 thd_db = strtof(thd, &ptrf); in get_snr_thd_db() 69 thd_pc = strtof(thd, &ptrf); in get_snr_thd_pc() 85 duration_f = strtof(bat->narg, &ptrf); in get_duration()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 26 float strtof (const char *__restrict, char **__restrict);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 26 float strtof (const char *__restrict, char **__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 28 float strtof (const char *__restrict, char **__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 26 float strtof (const char *__restrict, char **__restrict);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdlib.c | 57 {float(*p)(const char*restrict,char**restrict) = strtof;} in f()
|