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

  /external/libcxx/include/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
floatingpoint.h 11 #define strtod sun_strtod macro
14 #undef strtod macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strtod.py 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
102 expected = strtod(s)
  /external/libcxx/include/support/win32/
support.h 55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h 55 _LIBCPP_ALWAYS_INLINE double strtod(const char *nptr, char **endptr) function
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 46 /* flag unnecessarily. It leads to a song and dance at the end of strtod. */
83 strtod function
  /external/bison/darwin-lib/
stdlib.h 1142 # undef strtod macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 1142 # undef strtod macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 389 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr) function
404 double __cdecl __MINGW_NOTHROW strtod(const char * __restrict__ _Str,char ** __restrict__ _EndPtr);
409 /* libmingwex.a provides a c99-compliant strtod() exported as __strtod() */
412 #define strtod __strtod macro
  /external/valgrind/main/coregrind/
m_libcbase.c 183 double VG_(strtod) ( const HChar* str, HChar** endptr ) function
  /ndk/sources/android/support/src/stdio/
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
107 __RCSID("$NetBSD: strtod.c,v 1.45.2.1 2005/04/19 13:35:54 tron Exp $");
421 extern "C" double strtod(const char *s00, char **se);
1585 strtod function
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 599 /// double strtod(const char *nptr, char **endptr);
600 strtod, enumerator in enum:llvm::LibFunc::Func

Completed in 508 milliseconds