Home
last modified time | relevance | path

Searched refs:strtod (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dstrtod.c51 strtod (char *str, char **ptr) in strtod() function
Dd-demangle.c47 extern double strtod (const char *nptr, char **endptr);
880 value = strtod (buffer, &endptr); in dlang_parse_real()
DMakefile.in154 strncmp.c strrchr.c strsignal.c strstr.c strtod.c strtol.c \
221 ./strrchr.$(objext) ./strstr.$(objext) ./strtod.$(objext) \
1458 ./strtod.$(objext): $(srcdir)/strtod.c $(INCDIR)/ansidecl.h \
1461 $(COMPILE.c) $(PICFLAG) $(srcdir)/strtod.c -o pic/$@; \
1464 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/strtod.c -o noasan/$@; \
1466 $(COMPILE.c) $(srcdir)/strtod.c $(OUTPUT_OPTION)
Dconfigure.ac371 funcs="$funcs strtod"
411 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \
525 strchr strdup strerror strncasecmp strrchr strstr strtod \
DChangeLog48 * d-demangle.c: Replace strtold with strtod in global comment.
50 (strtod): New declaration.
52 double. Replace call to strtold by call to strtod.
816 simple-object.txh, snprintf.c, stpncpy.c, strncmp.c, strtod.c,
2367 strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
2573 * strtod.c (strtod, atof): Likewise.
4143 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity'
4409 * strtod.c: Use "ISO C" instead of "ANSI C".
4416 strerror.c, strrchr.c, strstr.c, strtod.c, tmpnam.c, vfork.c,
4487 strncasecmp.c, strncmp.c, strrchr.c, strstr.c, strtod.c, strtol.c,
[all …]
Dconfig.in296 /* Define to 1 if you have the `strtod' function. */
Dfunctions.texi1688 @c strtod.c:27
1689 @deftypefn Supplemental double strtod (const char *@var{string}, @
1722 @code{strtod} above. The @code{strtoul} function is the same, except
1740 @code{strtod} above. The @code{strtoull} function is the same, except
Dconfigure5503 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \
5903 strchr strdup strerror strncasecmp strrchr strstr strtod \
/toolchain/binutils/binutils-2.25/config/
Dtcl.m41384 # to inlining of functions like strtod(). The
2320 # strtod insome versions of SunOS
2380 AC_EGREP_HEADER(strtod, stdlib.h, , tcl_ok=0)
2609 # Under Solaris 2.4, strtod returns the wrong value for the
2614 # strtod(" ") returns 0.0 instead of a failure to convert.
2622 # strtod (=fixstrtod)
2627 AC_CHECK_FUNC(strtod, tcl_strtod=1, tcl_strtod=0)
2629 AC_CACHE_CHECK([for Solaris2.4/Tru64 strtod bugs], tcl_cv_strtod_buggy,[
2631 extern double strtod();
2636 value = strtod(infString, &term);
[all …]
/toolchain/binutils/binutils-2.25/gold/
Doptions.cc230 *retval = strtod(arg, &endptr); in parse_double()
241 *retval = strtod(arg, &endptr) / 100.0; in parse_percent()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic54x.c4572 farg1 = (float) strtod (ptr, &ptr); in subsym_substitute()
4580 farg2 = (float) strtod (ptr, &ptr); in subsym_substitute()
Dtc-xtensa.c1551 fall_through_f = (float) strtod (input_line_pointer, &input_line_pointer); in xtensa_frequency_pseudo()
1559 target_f = (float) strtod (input_line_pointer, &input_line_pointer); in xtensa_frequency_pseudo()