Home
last modified time | relevance | path

Searched refs:pow10 (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Decvt.c111 double pow10 = 10.0, powtemp; in cvt() local
113 while ((powtemp = 10.0 * pow10) <= value) in cvt()
114 pow10 = powtemp; in cvt()
115 for (; ; pow10 /= 10.0) { in cvt()
116 int digit = value/pow10; in cvt()
118 value -= digit * pow10; in cvt()
120 if (pow10 <= 10.0) in cvt()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dbitset.c96 pow10(int exp) in pow10() function
169 p = pow10(l); in bitset_print()
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-snprintf.c482 pow10(int exp) in pow10() function
550 fracpart = round((pow10 (max)) * (ufvalue - intpart)); in fmtfp()
552 if (fracpart >= pow10 (max)) { in fmtfp()
554 fracpart -= pow10 (max); in fmtfp()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c41 extern int pow10[];
94 pow10[link.mac_speed]; in oce_start()
474 pow10[link.mac_speed]; in oce_m_getprop()
H A Doce_stat.c33 int pow10[5] = { variable
370 pow10[link.mac_speed]; in oce_m_stat()