Home
last modified time | relevance | path

Searched refs:atof (Results 1 – 25 of 118) sorted by relevance

12345

/openbsd/src/gnu/lib/libiberty/src/
Dstrtod.c43 extern double atof (const char *);
55 return atof (str); in strtod()
77 return atof (str); in strtod()
82 return atof (str); in strtod()
101 return atof (str); in strtod()
127 return atof (str); in strtod()
131 return atof (str); in strtod()
/openbsd/src/gnu/usr.bin/binutils/gas/
Dmpw-config.in71 forward-include "{srcdir}"config:atof-ns32k.c atof-targ.c
73 forward-include "{srcdir}"config:atof-tahoe.c atof-targ.c
75 forward-include "{srcdir}"config:atof-vax.c atof-targ.c
78 forward-include "{srcdir}"config:atof-ieee.c atof-targ.c
Dmakefile.vms42 OBJS=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,atof-generic.obj,\
92 atof-targ.c: [.config]atof-$(FLTFORMAT).c
95 targ-cpu.obj: targ-cpu.c targ-cpu.h [.config]atof-vax.c
109 $(RM) atof-targ.c;
Dmpw-make.sed47 /atof-targ/s/"{s}"atof-targ\.c/"{o}"atof-targ.c/g
Dvmsconf.sh81 $ gcc 'c_flags'/Define=('C_DEFS')/Object=[]atof-'atof'.obj [.config]atof-'atof'.c
Dmake-gas.com78 $ gcc 'c_flags'/Define=('C_DEFS')/Object=[]atof-'atof'.obj [.config]atof-'atof'.c
Dconfig-gas.com14 $ atof="vax"
18 $ atof="ieee"
DMakefile.am31 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
32 ATOF_TARG_O = atof-@atof@.o
177 atof-generic.c \
426 atof-generic.o \
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D20020709-1.c1 extern double atof (__const char *__nptr) __attribute__ ((__pure__));
6 u.val = atof (s); in bar()
/openbsd/src/lib/libc/stdlib/
DMakefile.inc6 SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \
28 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \
Datof.c34 atof(const char *ascii) in atof() function
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cstdlib.h78 #undef atof
112 using ::atof;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cstdlib.h58 #undef atof
92 using ::atof;
/openbsd/src/gnu/lib/libreadline/
Dansi_stdlib.h29 extern double atof ();
/openbsd/src/gnu/gcc/fixincludes/tests/base/
Dmath.h107 extern double atof(const char *__nptr);
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_compatibility/
Dstdlib.h41 using std::atof;
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
Dstdlib.h41 using std::atof;
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
Dmath.h145 extern double atof(const char *__nptr);
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dunimplemented.t13 [atof => 'C-specific, stopped'],
/openbsd/src/usr.bin/units/
Dunits.c309 num = atof(item); in addunit()
319 num = atof(divider + 1); in addunit()
330 num = atof(item); in addunit()
/openbsd/src/usr.bin/openssl/
Dspeed.c2692 results[alg][j] += atof(sstrsep(&p, sep)); in do_multi()
2702 d = atof(sstrsep(&p, sep)); in do_multi()
2708 d = atof(sstrsep(&p, sep)); in do_multi()
2722 d = atof(sstrsep(&p, sep)); in do_multi()
2728 d = atof(sstrsep(&p, sep)); in do_multi()
2742 d = atof(sstrsep(&p, sep)); in do_multi()
2748 d = atof(sstrsep(&p, sep)); in do_multi()
2762 d = atof(sstrsep(&p, sep)); in do_multi()
2768 d = atof(sstrsep(&p, sep)); in do_multi()
2782 d = atof(sstrsep(&p, sep)); in do_multi()
/openbsd/src/gnu/llvm/libcxx/include/
Dcstdlib34 double atof (const char* nptr);
107 using ::atof _LIBCPP_USING_IF_EXISTS;
/openbsd/src/gnu/usr.bin/binutils/gas/po/
DPOTFILES.in7 atof-generic.c
8 atof-generic.c
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dconfigure.in427 vax | tahoe ) atof=${target_cpu} ;;
428 pdp11) atof=vax ;;
429 *) atof=ieee ;;
549 AC_SUBST(atof) subst
687 [rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
DMakefile.am32 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
33 ATOF_TARG_O = atof-@atof@.o
166 atof-generic.c \
408 atof-generic.o \

12345