Home
last modified time | relevance | path

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

12

/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_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/contrib/ntp/clockstuff/
H A Dpropdelay.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/lib/libc/stdlib/
H A Datof.c41 atof(const char *ascii) in atof() function
H A DMakefile.inc10 atof.c \
91 MAN+= a64l.3 abort.3 abs.3 atexit.3 atof.3 \
H A DSymbol.map9 atof;
/freebsd/contrib/byacc/test/
H A Dbtyacc_calc1.y259 (*yylval).dval = atof(buf); in YYLEX_DECL()
261 yylval.dval = atof(buf); in YYLEX_DECL()
H A Dcalc1.y243 yylval.dval = atof(buf); in yylex()
H A Dvarsyntax_calc1.y245 yylval.dval = atof(buf);
/freebsd/usr.bin/units/
H A Dunits.c341 offsetnum = atof(offset+1); in addunit()
348 num = atof(item); in addunit()
361 num = atof(divider + 1); in addunit()
376 num = atof(item); in addunit()
/freebsd/usr.sbin/lpr/pac/
H A Dpac.c119 price = atof(cp); in main()
211 t = atof(cp); in account()
/freebsd/sbin/ipfw/
H A Ddummynet.c940 loss = atof(arg); in load_extra_delays()
963 points[points_no].delay = atof(name); in load_extra_delays()
964 points[points_no].prob = atof(arg); in load_extra_delays()
966 points[points_no].delay = atof(arg); in load_extra_delays()
967 points[points_no].prob = atof(name); in load_extra_delays()
1159 ep->par[3] = atof(av[0]) * PIE_SCALE; in process_extra_parms()
1167 ep->par[4] = atof(av[0]) * PIE_SCALE; in process_extra_parms()
1175 ep->par[5] = atof(av[0]) * PIE_SCALE; in process_extra_parms()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstdlib34 double atof (const char* nptr);
106 using ::atof _LIBCPP_USING_IF_EXISTS;
/freebsd/crypto/openssl/apps/
H A Dspeed.c5008 results[alg][j] += atof(sstrsep(&p, sep)); in do_multi()
5015 d = atof(sstrsep(&p, sep)); in do_multi()
5018 d = atof(sstrsep(&p, sep)); in do_multi()
5021 d = atof(sstrsep(&p, sep)); in do_multi()
5024 d = atof(sstrsep(&p, sep)); in do_multi()
5033 d = atof(sstrsep(&p, sep)); in do_multi()
5036 d = atof(sstrsep(&p, sep)); in do_multi()
5045 d = atof(sstrsep(&p, sep)); in do_multi()
5048 d = atof(sstrsep(&p, sep)); in do_multi()
5056 d = atof(sstrsep(&p, sep)); in do_multi()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdlib34 double atof (const char* nptr);
111 using ::atof _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc34 using ::atof _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.cppm
H A Dcstdlib.inc34 using std::atof _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/ncurses/form/
H A Dfty_num.c267 double val = atof(s); in Check_This_Field()
/freebsd/include/
H A Dstdlib.h87 double atof(const char *);
/freebsd/usr.sbin/iostat/
H A Diostat.c250 f = atof(optarg); in main()
388 f = atof(*argv); in main()
/freebsd/crypto/openssl/crypto/
H A Dmem.c121 md_fail_percent = atsign == NULL ? 0 : (int)(atof(atsign + 1) * 100 + 0.5); in parseit()
/freebsd/contrib/ntp/adjtimed/
H A Dadjtimed.c46 double atof (const char *);
/freebsd/usr.bin/indent/
H A Dargs.c281 opt.case_indent = atof(param_start); in set_option()
/freebsd/contrib/ntp/util/
H A Dntptime.c144 ntx.freq = (long)(atof(ntp_optarg) * SCALE_FREQ); in main()
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c541 frate = atof(optarg); in main()

12