Searched refs:tens (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A D_halfdelay.c49 halfdelay(int tens) argument
51 return (ttimeout(tens * 100));
H A Dllib-lcurses194 int halfdelay(int tens);
/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c695 double total, exp, tens; local
752 tens = 1.0;
754 total += (*sp -'0') * tens;
755 tens *= 10.0;
758 tens = .1;
760 total += (*sp - '0') * tens;
761 tens /= 10.0;
766 tens = 1.0;
770 exp += (*sp - '0') * tens;
771 tens *
[all...]
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_util.c218 int tens, ones; local
220 tens = (value >> 4) * 10;
223 return (tens + ones);
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl96 set tens {{} ten twenty thirty forty fifty sixty seventy eighty ninety}
109 append txt " [lindex $::tens [expr {$n/10}]]"
H A Dspeedtest.tcl105 set tens {{} ten twenty thirty forty fifty sixty seventy eighty ninety}
118 append txt " [lindex $::tens [expr {$n/10}]]"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm3313 to tens (P=1) becomes 980, and rounded to the fourth sigdig

Completed in 39 milliseconds