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

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

Completed in 185 milliseconds