Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/head/
H A Dfloatingpoint.h199 extern double atof __P((const char *));
204 using std::atof;
H A Dstdlib.h56 using std::atof;
/titanic_44/usr/src/cmd/spell/
H A Dspellin.c106 if ((atof(argv[1])) == 0.0) { in main()
111 z = huff((1L<<HASHWIDTH)/atof(argv[1])); in main()
/titanic_44/usr/src/lib/libc/port/gen/
H A Datof.c40 atof(const char *cp) in atof() function
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Datof.c34 atof(cp) in atof() function
/titanic_44/usr/src/cmd/lp/filter/postscript/common/
H A Dext.h56 extern double atof();
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dstdlib.h46 extern double atof(/* const char *nptr */);
H A Dfloatingpoint.h189 extern double atof();
/titanic_44/usr/src/lib/libbc/inc/5include/
H A Dstdlib.h56 extern double atof(/* const char *nptr */);
/titanic_44/usr/src/head/iso/
H A Dstdlib_iso.h123 extern double atof(const char *);
/titanic_44/usr/src/lib/libeti/form/common/
H A Dty_num.c135 double v = atof(t); in fcheck_num()
/titanic_44/usr/src/cmd/awk/
H A Dtran.c145 (void) setsymtab(temp, *av, atof((const char *)*av), in arginit()
168 (void) setsymtab(*envp, p, atof((const char *)p), in envinit()
400 vp->fval = atof((const char *)vp->sval); /* best guess */ in r_getfval()
H A Dlib.c132 atof((const char *)recloc->sval); in getrec()
216 q->fval = atof((const char *)q->sval); in setclvar()
296 p->fval = atof((const char *)p->sval); in fldbld()
H A Drun.c1250 atof((char *)s), in split()
1274 (void) setsymtab(num, s, atof((char *)s), in split()
1300 (void) setsymtab(num, t, atof((char *)t), in split()
1322 (void) setsymtab(num, t, atof((char *)t), in split()
H A Dawk.lx.l153 … yylval.cp = setsymtab((uchar *)yytext, tostring((uchar *)yytext), atof(yytext), CON|NUM, symtab);
/titanic_44/usr/src/cmd/troff/troff.d/
H A Dta.c143 aspect = atof(&argv[1][2]); in main()
579 aspect = atof(&buf[1]); in t_page()
/titanic_44/usr/src/cmd/bnu/
H A Dgrades.c368 *nlimit = (long) (atof(rest) * ONE_K);
372 *nlimit = (long) (atof(rest) * ONE_MEG);
/titanic_44/usr/src/cmd/mandoc/
H A Dout.c129 if ((dst->scale = atof(buf)) < 0) in a2roffsu()
/titanic_44/usr/src/cmd/hal/tools/
H A Dhal_set_property.c173 double_value = (double) atof (optarg); in main()
/titanic_44/usr/src/cmd/oawk/
H A Dawk.def90 double log(), sqrt(), exp(), atof();
/titanic_44/usr/src/lib/libbe/common/
H A Dbe_activate.c192 atof(cur_vers) < atof(new_vers)) { in _be_activate()
/titanic_44/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c759 drate = atof(s); in parse_sample_rate()
/titanic_44/usr/src/cmd/hal/hald/
H A Ddevice_info.c305 *result = (dbus_int64_t) ceil (hal_device_property_get_double (d, key) - atof (right_side)); in match_compare_property()
1155 atof (pc->cdata_buf)); in end()
/titanic_44/usr/src/lib/libast/common/features/
H A Dsys160 extern atof double (const char*)
/titanic_44/usr/src/cmd/cpc/common/
H A Dcputrack.c141 opts->mseconds = (uint_t)(atof(optarg) * 1000.0); in main()

12