Searched defs:strtod (Results 1 - 4 of 4) sorted by relevance

/external/bison/darwin-lib/
H A Dstdlib.h1128 # define strtod rpl_strtod
1130 _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp)
1132 _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp));
1135 _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp)
1138 _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp));
1140 _GL_CXXALIASWARN (strtod);
1142 # undef strtod macro
1144 _GL_WARN_ON_USE (strtod, "strtod is unportable - "
1145 "use gnulib module strtod fo
[all...]
/external/bison/linux-lib/
H A Dstdlib.h1128 # define strtod rpl_strtod
1130 _GL_FUNCDECL_RPL (strtod, double, (const char *str, char **endp)
1132 _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp));
1135 _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp)
1138 _GL_CXXALIAS_SYS (strtod, double, (const char *str, char **endp));
1140 _GL_CXXALIASWARN (strtod);
1142 # undef strtod macro
1144 _GL_WARN_ON_USE (strtod, "strtod is unportable - "
1145 "use gnulib module strtod fo
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcbase.c183 double VG_(strtod) ( Char* str, Char** endptr ) function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h558 /// double strtod(const char *nptr, char **endptr);
559 strtod, enumerator in enum:llvm::LibFunc::Func

Completed in 623 milliseconds