Searched refs:strtod (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | strtod.c | 51 strtod (char *str, char **ptr) in strtod() function
|
D | d-demangle.c | 47 extern double strtod (const char *nptr, char **endptr); 880 value = strtod (buffer, &endptr); in dlang_parse_real()
|
D | Makefile.in | 154 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)
|
D | configure.ac | 371 funcs="$funcs strtod" 411 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \ 525 strchr strdup strerror strncasecmp strrchr strstr strtod \
|
D | ChangeLog | 48 * 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 …]
|
D | config.in | 296 /* Define to 1 if you have the `strtod' function. */
|
D | functions.texi | 1688 @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
|
D | configure | 5503 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \ 5903 strchr strdup strerror strncasecmp strrchr strstr strtod \
|
/toolchain/binutils/binutils-2.25/config/ |
D | tcl.m4 | 1384 # 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/ |
D | options.cc | 230 *retval = strtod(arg, &endptr); in parse_double() 241 *retval = strtod(arg, &endptr) / 100.0; in parse_percent()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic54x.c | 4572 farg1 = (float) strtod (ptr, &ptr); in subsym_substitute() 4580 farg2 = (float) strtod (ptr, &ptr); in subsym_substitute()
|
D | tc-xtensa.c | 1551 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()
|