Searched defs:new_temp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c706 int i, entries, new_temp, denominator; local
714 new_temp = temp;
740 new_temp = (int)(ftemp + (ftemp >= 0 ? 0.5 : -0.5));
743 return (new_temp);
754 int i, entries, new_temp, denominator; local
763 new_temp = temp;
790 new_temp = (int)(ftemp + (ftemp >= 0 ? 0.5 : -0.5));
794 if (new_temp > threshp->max_limit)
795 new_temp = threshp->max_limit;
796 else if (new_temp < thresh
[all...]

Completed in 62 milliseconds