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

/osnet-11/usr/src/lib/libc/port/gen/
H A Datof.c40 atof(const char *cp) function
/osnet-11/usr/src/lib/libeti/form/common/
H A Dty_num.c135 double v = atof(t);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dstr.c53 str->str_nval = atof(str->str_ptr);
359 str_numset(str,atof(str->str_ptr) + 1.0); /* punt */
395 str_numset(str,atof(str->str_ptr) - 1.0); /* punt */
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_set_property.c173 double_value = (double) atof (optarg);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm407 sub atof {
408 unimpl "atof() is C-specific, stopped";
835 abort atexit atof atoi atol bsearch calloc div
/osnet-11/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));
1155 atof (pc->cdata_buf));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1543 /* The default is to use Perl's own atof() implementation (in numeric.c).
1545 * it is however best to use the native implementation of atof.
1549 * you may need to be using a different function than atof! */
1565 # define Perl_atof(s) (NV)atof(s)
1566 # define Perl_atof2(s, n) ((n) = atof(s))
2818 #ifndef atof
2819 double atof (const char*);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c620 pool_value_set_double(value, atof((const char *)data));
783 atof((const char *)node_data));
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com357 atof.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com387 atof.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com352 atof.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile329 atof.o \
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1049 *speed = (dladm_wlan_speed_t)(atof(str) * 2);
H A Dlinkprop.c4013 (atof(*prop_val) * 2);
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc287 /* atof.c */
288 double atof(const char *p);

Completed in 77 milliseconds