Home
last modified time | relevance | path

Searched refs:strtof (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtof.c36 strtof(s, sp) CONST char *s; char **sp; in strtof() function
38 strtof(CONST char *s, char **sp)
82 DEF_STRONG(strtof);
Dgdtoa.h112 extern float strtof ANSI((CONST char *, char **));
/bionic/libc/include/android/
Dlegacy_stdlib_inlines.h59 static __inline float strtof(const char* nptr, char** endptr) { in strtof() function
103 return strtof(__s, __end_ptr); in strtof_l()
/bionic/libc/bionic/
Dstdlib_l.cpp37 return strtof(s, end_ptr); in strtof_l()
Dwcstod.cpp97 return wcstod<float>(s, end, strtof); in wcstof()
/bionic/tests/headers/posix/
Dstdlib_h.c130 FUNCTION(strtof, float (*f)(const char*, char**)); in stdlib_h()
/bionic/libc/include/
Dstdlib.h195 float strtof(const char* __s, char** __end_ptr) __INTRODUCED_IN(21);
/bionic/tests/
Dstdlib_test.cpp559 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/
Dvfscanf.cpp715 float res = strtof(buf, &p); in __svfscanf()
/bionic/libc/tools/
Dposix-2013.txt1022 strtof
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_006.S689 CALL(strtof)
Dliblinker_reloc_bench_029.S2154 CALL(strtof)
Dliblinker_reloc_bench_001.S4240 CALL(strtof)
/bionic/docs/
Dstatus.md187 …* <stdlib.h> `initstate`, `setstate`, `getprogname`/`setprogname`, `atof`/`strtof`, `at_quick_exit…
/bionic/tools/versioner/platforms/
Dlibc.map.txt1031 strtof; # introduced=21
/bionic/libc/
Dlibc.map.txt1031 strtof; # introduced=21
DAndroid.bp720 "upstream-openbsd/lib/libc/gdtoa/strtof.c",