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

123

/freebsd-10.0-release/contrib/binutils/libiberty/
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);
/freebsd-10.0-release/contrib/gcclibs/libiberty/
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);
/freebsd-10.0-release/contrib/libreadline/
H A Dansi_stdlib.h29 extern double atof ();
/freebsd-10.0-release/lib/libc/stdlib/
H A Datof.c36 static char sccsid[] = "@(#)atof.c 8.1 (Berkeley) 6/4/93";
45 atof(ascii) function
H A DSymbol.map13 atof;
/freebsd-10.0-release/gnu/usr.bin/binutils/as/
H A DMakefile18 atof-generic.c \
19 atof-ieee.c \
/freebsd-10.0-release/contrib/libstdc++/include/c_compatibility/
H A Dstdlib.h41 using std::atof;
/freebsd-10.0-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp813 par = atof(str2);
834 thick[2] = defthick[0] * atof(str2);
838 thick[5] = defthick[0] * atof(str2);
843 defthick[0] * atof(str2);
848 par = atof(str2);
860 width = atof(str2);
866 height = atof(str2);
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dpropdelay.c153 height = atof(ntp_optarg);
342 arg = atof(buf);
351 arg += atof(buf) / divby;
355 arg += atof(cp) / divby;
357 arg = atof(str);
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h78 #undef atof
112 using ::atof;
/freebsd-10.0-release/usr.sbin/lpr/pac/
H A Dpac.c131 price = atof(cp);
223 t = atof(cp);
/freebsd-10.0-release/contrib/byacc/test/
H A Dcalc1.y243 yylval.dval = atof(buf);
/freebsd-10.0-release/contrib/ncurses/form/
H A Dfty_num.c232 val = atof(s);
/freebsd-10.0-release/include/
H A Dstdlib.h85 double atof(const char *);
/freebsd-10.0-release/tools/regression/usr.bin/yacc/
H A Dcalc1.y243 yylval.dval = atof(buf);
/freebsd-10.0-release/usr.bin/units/
H A Dunits.c331 offsetnum = atof(offset+1);
338 num = atof(item);
350 num = atof(divider + 1);
364 num = atof(item);
/freebsd-10.0-release/sbin/ipfw/
H A Ddummynet.c658 loss = atof(arg);
682 points[points_no].delay = atof(name);
683 points[points_no].prob = atof(arg);
685 points[points_no].delay = atof(arg);
686 points[points_no].prob = atof(name);
/freebsd-10.0-release/contrib/one-true-awk/
H A Dlib.c157 fldtab[0]->fval = atof(fldtab[0]->sval);
256 q->fval = atof(q->sval);
354 p->fval = atof(p->sval);
H A Dtran.c113 setsymtab(temp, *av, atof(*av), STR|NUM, ARGVtab);
135 setsymtab(*envp, p, atof(p), STR|NUM, ENVtab);
356 vp->fval = atof(vp->sval); /* best guess */
/freebsd-10.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite2.c236 *(float*)data = atof(row->data[n]);
239 *(double*)data = atof(row->data[n]);
/freebsd-10.0-release/contrib/mdocml/
H A Dout.c129 if ((dst->scale = atof(buf)) < 0)
/freebsd-10.0-release/usr.bin/indent/
H A Dargs.c279 ps.case_indent = atof(param_start);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddefs.h1103 #ifndef atof
1104 extern double atof (const char *); /* X3.159-1989 4.10.1.1 */
/freebsd-10.0-release/crypto/openssl/apps/
H A Dspeed.c2719 results[alg][j]+=atof(sstrsep(&p,sep));
2730 d=atof(sstrsep(&p,sep));
2736 d=atof(sstrsep(&p,sep));
2752 d=atof(sstrsep(&p,sep));
2758 d=atof(sstrsep(&p,sep));
2775 d=atof(sstrsep(&p,sep));
2781 d=atof(sstrsep(&p,sep));
2799 d=atof(sstrsep(&p,sep));
/freebsd-10.0-release/usr.bin/xlint/llib/
H A Dllib-lstdc185 double (atof)(const char *nptr);

Completed in 254 milliseconds

123