Searched refs:atof (Results 1 - 25 of 56) sorted by relevance

123

/openbsd-current/gnu/llvm/libcxx/include/__support/solaris/
H A Dfloatingpoint.h9 #define atof sun_atof macro
12 #undef atof macro
/openbsd-current/lib/libc/stdlib/
H A Datof.c1 /* $OpenBSD: atof.c,v 1.5 2005/08/08 08:05:36 espie Exp $ */
34 atof(const char *ascii) function
H A 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 \
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20020709-1.c1 extern double atof (__const char *__nptr) __attribute__ ((__pure__));
6 u.val = atof (s);
/openbsd-current/gnu/lib/libiberty/src/
H A Dstrtod.c1 /* Implementation of strtod for systems with atof.
43 extern double atof (const char *);
55 return atof (str);
77 return atof (str);
82 return atof (str);
101 return atof (str);
127 return atof (str);
131 return atof (str);
/openbsd-current/gnu/lib/libreadline/
H A Dansi_stdlib.h29 extern double atof ();
/openbsd-current/gnu/usr.bin/binutils/gas/
H A 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;
H A Dmake-gas.com39 $ atof="vax"
43 $ atof="ieee"
78 $ gcc 'c_flags'/Define=('C_DEFS')/Object=[]atof-'atof'.obj [.config]atof-'atof'.c
81 $ gcc 'c_flags'/Define=('C_DEFS') atof-generic.c
118 $ write ifile$ "atof-''atof'.obj"
122 atof
[all...]
H A Dvmsconf.sh42 $ atof="vax"
46 $ atof="ieee"
81 $ gcc 'c_flags'/Define=('C_DEFS')/Object=[]atof-'atof'.obj [.config]atof-'atof'.c
109 $ write ifile$ "atof-''atof'.obj"
H A Dconfig-gas.com14 $ atof="vax"
18 $ atof="ieee"
/openbsd-current/gnu/gcc/fixincludes/tests/base/
H A Dmath.h107 extern double atof(const char *__nptr);
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h41 using std::atof;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dstdlib.h41 using std::atof;
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.c82 char ffetarget_string_[40]; /* Temp for ascii-to-double (atof). */
110 #define FFETARGET_ATOF_(p,m) atof ((p))
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dmath.h145 extern double atof(const char *__nptr);
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdlib.h78 #undef atof
112 using ::atof;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdlib.h58 #undef atof macro
92 using ::atof;
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dunimplemented.t13 [atof => 'C-specific, stopped'],
/openbsd-current/usr.bin/units/
H A Dunits.c309 num = atof(item);
319 num = atof(divider + 1);
330 num = atof(item);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcfns.h211 "atof",
/openbsd-current/lib/libform/
H A Dfty_num.c268 double val = atof(s);
/openbsd-current/lib/libc/hidden/
H A Dstdlib.h66 PROTO_STD_DEPRECATED(atof); variable
/openbsd-current/include/
H A Dstdlib.h100 double atof(const char *);
/openbsd-current/lib/libkeynote/
H A Dkeynote.y378 $$ = (int) floor(atof($2));
412 $$ = atof($2);
/openbsd-current/usr.bin/indent/
H A Dargs.c262 ps.case_indent = atof(param_start);

Completed in 533 milliseconds

123