/titanic_44/usr/src/head/ |
H A D | floatingpoint.h | 199 extern double atof __P((const char *)); 204 using std::atof;
|
H A D | stdlib.h | 56 using std::atof;
|
/titanic_44/usr/src/cmd/spell/ |
H A D | spellin.c | 106 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 D | atof.c | 40 atof(const char *cp) in atof() function
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | atof.c | 34 atof(cp) in atof() function
|
/titanic_44/usr/src/cmd/lp/filter/postscript/common/ |
H A D | ext.h | 56 extern double atof();
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | stdlib.h | 46 extern double atof(/* const char *nptr */);
|
H A D | floatingpoint.h | 189 extern double atof();
|
/titanic_44/usr/src/lib/libbc/inc/5include/ |
H A D | stdlib.h | 56 extern double atof(/* const char *nptr */);
|
/titanic_44/usr/src/head/iso/ |
H A D | stdlib_iso.h | 123 extern double atof(const char *);
|
/titanic_44/usr/src/lib/libeti/form/common/ |
H A D | ty_num.c | 135 double v = atof(t); in fcheck_num()
|
/titanic_44/usr/src/cmd/awk/ |
H A D | tran.c | 145 (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 D | lib.c | 132 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 D | run.c | 1250 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 D | awk.lx.l | 153 … yylval.cp = setsymtab((uchar *)yytext, tostring((uchar *)yytext), atof(yytext), CON|NUM, symtab);
|
/titanic_44/usr/src/cmd/troff/troff.d/ |
H A D | ta.c | 143 aspect = atof(&argv[1][2]); in main() 579 aspect = atof(&buf[1]); in t_page()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | grades.c | 368 *nlimit = (long) (atof(rest) * ONE_K); 372 *nlimit = (long) (atof(rest) * ONE_MEG);
|
/titanic_44/usr/src/cmd/mandoc/ |
H A D | out.c | 129 if ((dst->scale = atof(buf)) < 0) in a2roffsu()
|
/titanic_44/usr/src/cmd/hal/tools/ |
H A D | hal_set_property.c | 173 double_value = (double) atof (optarg); in main()
|
/titanic_44/usr/src/cmd/oawk/ |
H A D | awk.def | 90 double log(), sqrt(), exp(), atof();
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 192 atof(cur_vers) < atof(new_vers)) { in _be_activate()
|
/titanic_44/usr/src/cmd/audio/audiorecord/ |
H A D | audiorecord.c | 759 drate = atof(s); in parse_sample_rate()
|
/titanic_44/usr/src/cmd/hal/hald/ |
H A D | device_info.c | 305 *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 D | sys | 160 extern atof double (const char*)
|
/titanic_44/usr/src/cmd/cpc/common/ |
H A D | cputrack.c | 141 opts->mseconds = (uint_t)(atof(optarg) * 1000.0); in main()
|