Searched refs:strtod (Results 1 - 25 of 141) sorted by relevance

123456

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dstrtod.c23 * strtod() implementation
28 #define S2F_function strtod
/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Dfixstrtod.c5 * used in place of strtod under Solaris 2.4, in order to fix
18 #undef strtod macro
21 * Declare strtod explicitly rather than including stdlib.h, since in
22 * somes systems (e.g. SunOS 4.1.4) stdlib.h doesn't declare strtod.
25 extern double strtod(char *, char **);
33 d = strtod(string, endPtr);
H A Dstdlib.h9 * declare all the procedures needed here (such as strtod).
39 extern double strtod _ANSI_ARGS_((CONST char *string, char **endPtr));
H A Dstrtod.c2 * strtod.c --
4 * Source code for the "strtod" library procedure.
12 * RCS: @(#) $Id: strtod.c,v 1.8 2007/04/16 13:36:34 dkf Exp $
47 * strtod --
66 strtod(
65 strtod( function
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Dfixstrtod.c5 * used in place of strtod under Solaris 2.4, in order to fix
18 #undef strtod macro
21 * Declare strtod explicitly rather than including stdlib.h, since in
22 * somes systems (e.g. SunOS 4.1.4) stdlib.h doesn't declare strtod.
25 extern double strtod();
33 d = strtod(string, endPtr);
H A Dstdlib.h9 * declare all the procedures needed here (such as strtod).
39 extern double strtod _ANSI_ARGS_((CONST char *string, char **endPtr));
H A Dstrtod.c2 * strtod.c --
4 * Source code for the "strtod" library procedure.
12 * RCS: @(#) $Id: strtod.c,v 1.6 2002/02/25 14:26:12 dgp Exp $
48 * strtod --
67 strtod(string, endPtr)
66 strtod(string, endPtr) function
/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/
H A Dfixstrtod.c5 * used in place of strtod under Solaris 2.4, in order to fix
18 #undef strtod macro
21 * Declare strtod explicitly rather than including stdlib.h, since in
22 * somes systems (e.g. SunOS 4.1.4) stdlib.h doesn't declare strtod.
25 extern double strtod();
33 d = strtod(string, endPtr);
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dansi_stdlib.h30 extern double strtod ();
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dansi_stdlib.h30 extern double strtod ();
/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dmachdep_ldisd.c42 return strtod(s, sp);
H A Dgdtoa.h112 extern double strtod ANSI((CONST char *, char **));
/macosx-10.9.5/procmail-14/procmail/src/
H A Dgoodies.h14 strtod P((const char*str,char**const ptr));
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dutil.h75 #undef strtod macro
76 #define strtod(s,e) ruby_strtod((s),(e)) macro
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A Dstdlib.h9 * declare all the procedures needed here (such as strtod).
39 extern double strtod _ANSI_ARGS_((CONST char *string, char **endPtr));
/macosx-10.9.5/tcl-102/tk/tk/compat/
H A Dstdlib.h9 * declare all the procedures needed here (such as strtod).
39 extern double strtod _ANSI_ARGS_((CONST char *string, char **endPtr));
/macosx-10.9.5/tcl-102/tk84/tk/compat/
H A Dstdlib.h9 * declare all the procedures needed here (such as strtod).
39 extern double strtod _ANSI_ARGS_((CONST char *string, char **endPtr));
/macosx-10.9.5/libstdcxx-60/src/
H A Dc++locale.cc62 double __d = strtod(__s, &__sanity);
96 double __d = strtod(__s, &__sanity);
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dstrtod.c1 /* Implementation of strtod for systems with atof.
27 @deftypefn Supplemental double strtod (const char *@var{string}, char **@var{endptr})
50 strtod (char *str, char **ptr) function
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtmxduration.c52 ns = strtod(s, &last) * TMX_RESOLUTION;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DFileUtilities.cpp104 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd));
105 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd));
113 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd));
123 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd));
/macosx-10.9.5/ntp-88/util/
H A Dtimetrim.c90 value = strtod(argv[0], &rem);
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dstrtod.c51 strtod (nptr, endptr) function
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdlib.h170 double strtod(const char *, char **) __DARWIN_ALIAS(strtod); variable
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dsleep.c70 d = strtod(cp, &last);
82 d = strtod(cp,&last);

Completed in 199 milliseconds

123456