Searched refs:strtof (Results 1 – 17 of 17) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | strtof.c | 36 strtof(s, sp) CONST char *s; char **sp; in strtof() function 38 strtof(CONST char *s, char **sp) 82 DEF_STRONG(strtof);
|
D | gdtoa.h | 112 extern float strtof ANSI((CONST char *, char **));
|
/bionic/libc/include/android/ |
D | legacy_stdlib_inlines.h | 59 static __inline float strtof(const char* nptr, char** endptr) { in strtof() function 103 return strtof(__s, __end_ptr); in strtof_l()
|
/bionic/libc/bionic/ |
D | stdlib_l.cpp | 37 return strtof(s, end_ptr); in strtof_l()
|
D | wcstod.cpp | 97 return wcstod<float>(s, end, strtof); in wcstof()
|
/bionic/tests/headers/posix/ |
D | stdlib_h.c | 130 FUNCTION(strtof, float (*f)(const char*, char**)); in stdlib_h()
|
/bionic/libc/include/ |
D | stdlib.h | 195 float strtof(const char* __s, char** __end_ptr) __INTRODUCED_IN(21);
|
/bionic/tests/ |
D | stdlib_test.cpp | 559 TEST(stdlib, strtof) { in TEST() argument 560 CheckStrToFloat(strtof); in TEST() 568 ASSERT_EQ(0.0f, strtof("7.0064923216240853546186479164495e-46", nullptr)); in TEST() 569 ASSERT_EQ(1.4e-45f, strtof("7.0064923216240853546186479164496e-46", nullptr)); in TEST()
|
/bionic/libc/stdio/ |
D | vfscanf.cpp | 715 float res = strtof(buf, &p); in __svfscanf()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1022 strtof
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_006.S | 689 CALL(strtof)
|
D | liblinker_reloc_bench_029.S | 2154 CALL(strtof)
|
D | liblinker_reloc_bench_001.S | 4240 CALL(strtof)
|
/bionic/docs/ |
D | status.md | 187 …* <stdlib.h> `initstate`, `setstate`, `getprogname`/`setprogname`, `atof`/`strtof`, `at_quick_exit…
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1031 strtof; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1031 strtof; # introduced=21
|
D | Android.bp | 720 "upstream-openbsd/lib/libc/gdtoa/strtof.c",
|