Home
last modified time | relevance | path

Searched refs:strtof (Results 1 - 25 of 50) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dstrtod.c17 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 Dstrtod.c17 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 Dstrtof.c87 strtof(s, sp) CONST char *s; char **sp; in strtof() function
89 strtof(CONST char *s, char **sp)
H A Dgdtoa.h111 extern float strtof ANSI((CONST char *, char **));
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp15 #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 Dstrtod.c17 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/musl/libc-test/src/math/gen/
H A Dprev.c16 f = strtof(argv[i], &eptr); in main()
H A Dnext.c16 f = strtof(argv[i], &eptr); in main()
H A Dtoe.c15 f = strtof(argv[i], &eptr); in main()
H A Dtog.c15 f = strtof(argv[i], &eptr); in main()
H A Dtof.c15 f = strtof(argv[i], &eptr); in main()
H A Dtoa.c15 f = strtof(argv[i], &eptr); in main()
H A Dtox.c16 f.f = strtof(argv[i], &eptr); in main()
/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtod.c18 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/musl/src/stdlib/
H A Dstrtod.c18 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/mesa3d/src/util/
H A Dstrtod.c72 * 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 Dstrtof.c40 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 Dalternate-keywords.c2 extern float strtof(const char *__restrict__ ptr, char **__restrict__ endptr);
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dxmltchar.h77 # define tcstof strtof
/third_party/alsa-utils/bat/
H A Dbat.c53 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 Dstdlib.h26 float strtof (const char *__restrict, char **__restrict);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h26 float strtof (const char *__restrict, char **__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h28 float strtof (const char *__restrict, char **__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h26 float strtof (const char *__restrict, char **__restrict);
/third_party/musl/libc-test/src/api/
H A Dstdlib.c57 {float(*p)(const char*restrict,char**restrict) = strtof;} in f()

Completed in 8 milliseconds

12