Home
last modified time | relevance | path

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

1234

/freebsd-11-stable/contrib/gcclibs/libiberty/
HDstrtod.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()
/freebsd-11-stable/contrib/binutils/libiberty/
HDstrtod.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()
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
HDt_atoi.c53 ATF_REQUIRE(atof("0") == strtod("0", NULL)); in ATF_TC_BODY()
54 ATF_REQUIRE(atof("-1") == strtod("-1", NULL)); in ATF_TC_BODY()
55 ATF_REQUIRE(atof(buf) == strtod(buf, NULL)); in ATF_TC_BODY()
/freebsd-11-stable/contrib/groff/src/preproc/grn/
HDmain.cpp813 par = atof(str2); in interpret()
834 thick[2] = defthick[0] * atof(str2); in interpret()
838 thick[5] = defthick[0] * atof(str2); in interpret()
843 defthick[0] * atof(str2); in interpret()
848 par = atof(str2); in interpret()
860 width = atof(str2); in interpret()
866 height = atof(str2); in interpret()
/freebsd-11-stable/contrib/ntp/clockstuff/
HDpropdelay.c157 height = atof(ntp_optarg); in main()
346 arg = atof(buf); in latlong()
355 arg += atof(buf) / divby; in latlong()
359 arg += atof(cp) / divby; in latlong()
361 arg = atof(str); in latlong()
/freebsd-11-stable/gnu/usr.bin/binutils/as/
HDMakefile18 atof-generic.c \
19 atof-ieee.c \
/freebsd-11-stable/contrib/libstdc++/include/c_std/
Dstd_cstdlib.h78 #undef atof
112 using ::atof;
/freebsd-11-stable/lib/libc/stdlib/
HDMakefile.inc7 MISRCS+=C99_Exit.c a64l.c abort.c abs.c atexit.c atof.c atoi.c atol.c atoll.c \
33 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 \
HDatof.c45 atof(const char *ascii) in atof() function
HDSymbol.map13 atof;
/freebsd-11-stable/contrib/byacc/test/
HDbtyacc_calc1.y259 (*yylval).dval = atof(buf); in YYLEX_DECL()
261 yylval.dval = atof(buf); in YYLEX_DECL()
HDvarsyntax_calc1.y245 yylval.dval = atof(buf);
HDcalc1.y243 yylval.dval = atof(buf); in yylex()
/freebsd-11-stable/contrib/libreadline/
HDansi_stdlib.h29 extern double atof ();
/freebsd-11-stable/usr.bin/units/
HDunits.c347 offsetnum = atof(offset+1); in addunit()
354 num = atof(item); in addunit()
367 num = atof(divider + 1); in addunit()
382 num = atof(item); in addunit()
/freebsd-11-stable/sbin/ipfw/
HDdummynet.c933 loss = atof(arg); in load_extra_delays()
956 points[points_no].delay = atof(name); in load_extra_delays()
957 points[points_no].prob = atof(arg); in load_extra_delays()
959 points[points_no].delay = atof(arg); in load_extra_delays()
960 points[points_no].prob = atof(name); in load_extra_delays()
1152 ep->par[3] = atof(av[0]) * PIE_SCALE; in process_extra_parms()
1160 ep->par[4] = atof(av[0]) * PIE_SCALE; in process_extra_parms()
1168 ep->par[5] = atof(av[0]) * PIE_SCALE; in process_extra_parms()
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
Dstdlib.h41 using std::atof;
/freebsd-11-stable/usr.sbin/lpr/pac/
HDpac.c131 price = atof(cp); in main()
223 t = atof(cp); in account()
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDcstdlib34 double atof (const char* nptr);
105 using ::atof;
/freebsd-11-stable/contrib/one-true-awk/
HDtran.c113 setsymtab(temp, *av, atof(*av), STR|NUM, ARGVtab); in arginit()
135 setsymtab(*envp, p, atof(p), STR|NUM, ENVtab); in envinit()
356 vp->fval = atof(vp->sval); /* best guess */ in getfval()
HDlib.c157 fldtab[0]->fval = atof(fldtab[0]->sval); in getrec()
256 q->fval = atof(q->sval); in setclvar()
354 p->fval = atof(p->sval); in fldbld()
/freebsd-11-stable/contrib/binutils/gas/
HDMakefile.am34 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
35 ATOF_TARG_O = atof-@atof@.o
177 atof-generic.c \
424 atof-generic.o \
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
HDle.c87 interval = (int)(atof(argv[1])/0.625); in le_set_scan_param()
89 window = (int)(atof(argv[2])/0.625); in le_set_scan_param()
/freebsd-11-stable/contrib/apr-util/dbd/
HDapr_dbd_sqlite2.c236 *(float*)data = atof(row->data[n]); in dbd_sqlite_datum_get()
239 *(double*)data = atof(row->data[n]); in dbd_sqlite_datum_get()
/freebsd-11-stable/contrib/ncurses/form/
HDfty_num.c266 val = atof(s); in Check_This_Field()

1234