Searched refs:strtod (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdlib/
H A Datof.c4 return strtod(s, 0);
H A Dstrtod.c21 double strtod(const char* restrict s, char** restrict p) { function
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dsystem.h65 static inline double strtod(const char *nptr, char **endptr) function
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdlib.h21 double strtod(const char* __restrict, char** __restrict);
/fuchsia/zircon/system/ulib/perftest/
H A Drunner.cpp410 double val = strtod(optarg, &end);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk761 $(LOCAL_DIR)/src/stdlib/strtod.c \

Completed in 82 milliseconds