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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_synch.c439 static fixpt_t cexp[3] = {
440 (fixpt_t)(0.9200444146293232 * FSCALE), /* exp(-1/12) */
441 (fixpt_t)(0.9834714538216174 * FSCALE), /* exp(-1/60) */
442 (fixpt_t)(0.9944598480048967 * FSCALE), /* exp(-1/180) */
/darwin-on-arm/xnu/bsd/sys/
H A Dtypes.h107 typedef u_int32_t fixpt_t; /* fixed point number */ typedef
H A Dproc_internal.h266 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime (used by aio)*/
512 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
564 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
H A Dsysctl.h858 /* Load average structure. Use of fixpt_t assume <sys/types.h> in scope. */
859 /* XXX perhaps we should protect fixpt_t, and define it here (or discard it) */
861 fixpt_t ldavg[3];
870 fixpt_t ldavg[3];
875 fixpt_t ldavg[3];
H A Dproc.h117 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */

Completed in 29 milliseconds