Searched refs:strtod (Results 1 – 13 of 13) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/ |
D | floatingpoint.h | 2 #define strtod sun_strtod macro 5 #undef strtod
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdlib.in.h | 320 # define strtod rpl_strtod 324 extern double strtod (const char *str, char **endp); 327 # undef strtod 328 # define strtod(s, e) \ 331 strtod (s, e))
|
/ndk/sources/cxx-stl/llvm-libc++/include/support/win32/ |
D | support.h | 46 _LIBCPP_ALWAYS_INLINE double strtod( const char *nptr, char **endptr ) in strtod() function
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cstdlib | 39 double strtod (const char* restrict nptr, char** restrict endptr); 109 using ::strtod;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdlib.h | 80 using _STLP_VENDOR_CSTD::strtod;
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 47 static_assert((std::is_same<decltype(strtod("", endptr)), double>::value), ""); in main()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdlib | 61 using ::strtod;
|
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 47 static_assert((std::is_same<decltype(std::strtod("", endptr)), double>::value), ""); in main()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 61 using ::strtod;
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lex.c | 148 strtod(buf, &rem); /* parse the number */ in gettok()
|
D | lib.c | 687 r = strtod(s, &ep); in is_number()
|
D | FIXES | 434 now using strtod to test whether a string is a number, instead of 436 reliable if strtod is implemented right.
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
D | string.cpp | 296 double r = strtod(p, &ptr); in stod()
|