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

/external/libcxx/include/support/solaris/
H A Dfloatingpoint.h11 #define strtod sun_strtod macro
14 #undef strtod macro
/external/libcxx/include/support/win32/
H A Dsupport.h55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
/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) ( const HChar* str, HChar** endptr ) function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h599 /// double strtod(const char *nptr, char **endptr);
600 strtod, enumerator in enum:llvm::LibFunc::Func

Completed in 1508 milliseconds