Searched refs:fxtofl (Results 1 – 1 of 1) sorted by relevance
631 #define fxtofl(fixpt) ((double)(fixpt) / fscale) in getpcpu() macro637 return (100.0 * fxtofl(k->ki_p->ki_pctcpu)); in getpcpu()638 return (100.0 * fxtofl(k->ki_p->ki_pctcpu) / in getpcpu()639 (1.0 - exp(k->ki_p->ki_swtime * log(fxtofl(ccpu))))); in getpcpu()