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

  /external/v8/src/
dtoa-config.c 35 * of dtoa, strtod etc. override the default ones. So if you fail
62 * name of strtod. If it's included after strtod is redefined as
70 * included after strtod is redefined as gay_strtod, it will add
78 /* For MinGW, turn on __NO_ISOCEXT so that its strtod doesn't get added */
88 /* Make sure we use the David M. Gay version of strtod(). On Linux, we
91 #define strtod gay_strtod macro
  /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);
1327 strtod function
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 25 * before invoking strtod or dtoa. If the machine uses (the equivalent
34 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
36 * This strtod returns a nearest machine number to the input decimal
75 * and strtod and dtoa should round accordingly.
108 * long. For conversions by strtod of strings of 800 digits and
112 * #define INFNAN_CHECK on IEEE systems to cause strtod to check for
118 * strtod also accepts (case insensitively) strings of the form
136 * #define NO_IEEE_Scale to disable new (Feb. 1997) logic in strtod that
158 * inexact bit to 0. When SET_INEXACT is #defined, strtod
162 * #define NO_ERRNO if strtod should not assign errno = ERANGE whe
1528 strtod function
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 32 * before invoking strtod or dtoa. If the machine uses (the equivalent
41 /* strtod for IEEE-arithmetic machines.
43 * This strtod returns a nearest machine number to the input decimal
91 * #define INFNAN_CHECK on IEEE systems to cause strtod to check for
97 * strtod also accepts (case insensitively) strings of the form
106 * #define NO_IEEE_Scale to disable new (Feb. 1997) logic in strtod that
127 * inexact bit to 0. When SET_INEXACT is #defined, strtod
131 * #define NO_ERRNO if strtod should not assign errno = ERANGE when
1023 /* flag unnecessarily. It leads to a song and dance at the end of strtod. */
1099 double strtod(const char* s00, char** se function in namespace:WTF
    [all...]

Completed in 437 milliseconds