HomeSort by relevance Sort by last modified time
    Searched defs:strtod (Results 1 - 8 of 8) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/include/support/solaris/
floatingpoint.h 2 #define strtod sun_strtod macro
5 #undef strtod macro
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
support.h 46 _LIBCPP_ALWAYS_INLINE double strtod( const char *nptr, char **endptr ) function
  /external/bison/darwin-lib/
stdlib.h 1142 # undef strtod macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1142 # undef strtod macro
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 183 double VG_(strtod) ( Char* str, Char** endptr ) function
  /bionic/libc/stdlib/
strtod.c 1 /* $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
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 26 * before invoking strtod or dtoa. If the machine uses (the equivalent
35 /* strtod for IEEE-arithmetic machines.
37 * This strtod returns a nearest machine number to the input decimal
744 /* flag unnecessarily. It leads to a song and dance at the end of strtod. */
748 double strtod(const char* s00, char** se) function in namespace:WTF
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 546 /// double strtod(const char *nptr, char **endptr);
547 strtod, enumerator in enum:llvm::LibFunc::Func

Completed in 173 milliseconds