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

  /external/valgrind/main/coregrind/
m_libcbase.c 125 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...]

Completed in 2131 milliseconds