Lines Matching refs:fixpt_t
273 static fixpt_t
274 decay_cpu(fixpt_t loadfac, fixpt_t estcpu)
283 #define FIXPT_MAX ((fixpt_t)((UINTMAX_C(1) << sizeof(fixpt_t) * CHAR_BIT) - 1))
292 static fixpt_t
293 decay_cpu_batch(fixpt_t loadfac, fixpt_t estcpu, unsigned int n)
325 fixpt_t loadfac;
350 fixpt_t loadfac;
465 fixpt_t loadfac = loadfactor(averunnable.ldavg[0]);
466 fixpt_t estcpu;