Searched defs:strtof (Results 1 – 7 of 7) sorted by relevance
/third_party/mingw-w64/mingw-w64-crt/stdio/ |
D | strtof.c | 8 float strtof( const char *nptr, char **endptr) in strtof() function
|
/third_party/json/include/nlohmann/detail/input/ |
D | lexer.hpp | 904 static void strtof(float& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer 910 static void strtof(double& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer 916 static void strtof(long double& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
D | strtod.c | 17 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | strtod.c | 17 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
/third_party/musl/src/stdlib/ |
D | strtod.c | 17 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | stdlib.h | 485 float __cdecl __MINGW_NOTHROW strtof(const char * __restrict__ _Str,char ** __restrict__ _EndPtr) in strtof() function
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 6783 static void strtof(float& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer 6789 static void strtof(double& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer 6795 static void strtof(long double& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer
|