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

/bionic/libc/
H A DAndroid.mk52 stdlib/strtod.c \
/bionic/libc/bionic/
H A Dwchar.cpp249 return strtod(reinterpret_cast<const char*>(nptr), reinterpret_cast<char**>(endptr));
/bionic/libc/include/
H A Dstdlib.h62 extern double strtod(const char *nptr, char **endptr);
68 return (float)strtod(nptr, endptr);
77 return (strtod(nptr, NULL));
/bionic/libc/stdio/
H A Dvfscanf.c86 #define CT_FLOAT 4 /* floating, i.e., strtod */
608 /* scan a floating point number as if by strtod */
687 res = strtod(buf, (char **) NULL);
/bionic/libc/stdlib/
H A Dstrtod.c1 /* $NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $ */
31 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
33 * This strtod returns a nearest machine number to the input decimal
102 __RCSID("$NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $");
357 extern "C" double strtod(const char *s00, char **se);
1332 strtod function
/bionic/libstdc++/include/
H A Dcstdlib62 using ::strtod;

Completed in 167 milliseconds