Home
last modified time | relevance | path

Searched refs:fscale (Results 1 – 21 of 21) sorted by relevance

/openbsd/lib/libkvm/
H A Dkvm_getloadavg.c69 int fscale, i; in kvm_getloadavg() local
91 if (!KREAD(kd, nl[X_FSCALE].n_value, &fscale)) in kvm_getloadavg()
92 loadinfo.fscale = fscale; in kvm_getloadavg()
96 loadavg[i] = (double) loadinfo.ldavg[i] / loadinfo.fscale; in kvm_getloadavg()
/openbsd/bin/ps/
H A Dnlist.c63 int fscale; /* kernel _fscale variable */ variable
87 if (kread(X_FSCALE, fscale)) { in donlist()
104 siz = sizeof (fscale); in donlist()
107 if (sysctl(mib, 2, &fscale, &siz, NULL, 0) == -1) { in donlist()
H A Dextern.h40 extern int eval, fscale, nlistread, maxslp;
H A Dprint.c691 if (fscale == 0) in getpcpu()
694 #define fxtofl(fixpt) ((double)(fixpt) / fscale) in getpcpu()
/openbsd/usr.bin/systat/
H A Dpigs.c101 int fscale; variable
103 #define pctdouble(p) ((double)(p) / fscale)
111 size_t size = sizeof(fscale); in select_pg()
114 &fscale, &size, NULL, 0) == -1) in select_pg()
245 lccpu = log((double) ccpu / sysload.fscale); in initpigs()
/openbsd/usr.bin/top/
H A Dmachine.c141 int fscale; variable
149 size_t size = sizeof(fscale); in getfscale()
152 &fscale, &size, NULL, 0) == -1) in getfscale()
154 return fscale; in getfscale()
276 *infoloadp++ = ((double) sysload.ldavg[i]) / sysload.fscale; in get_system_info()
563 pct = (double)pp->p_pctcpu / fscale; in format_next_process()
/openbsd/lib/libm/arch/i387/
H A De_scalb.S12 fscale
H A Ds_scalbnf.S15 fscale
H A De_exp.S76 fscale /* e^x */
/openbsd/lib/libm/arch/amd64/
H A De_scalb.S16 fscale
H A Ds_scalbnf.S20 fscale
H A De_exp.S80 fscale /* e^x */
/openbsd/lib/libc/gen/
H A Dgetloadavg.c59 loadavg[i] = (double) loadinfo.ldavg[i] / loadinfo.fscale; in getloadavg()
/openbsd/sys/conf/
H A Dparam.c90 int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */ variable
/openbsd/sys/sys/
H A Dresource.h107 long fscale; member
/openbsd/sys/uvm/
H A Duvm_init.c84 averunnable.fscale = FSCALE; in uvm_init()
/openbsd/sys/kern/
H A Dkern_sysctl.c132 extern int fscale;
385 {KERN_FSCALE, &fscale, SYSCTL_INT_READONLY},
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFPStack.td772 def FSCALE : I<0xD9, MRM_FD, (outs), (ins), "fscale", []>;
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dm68k.md84 ;;- the kernel. The affected instructions are fintrz and fscale. The
107 ;;- fscale. The TARGET_68060 flag turns the use of the opcodes off.
2878 return "fscale%.l %2,%0";
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68k.md93 ;;- the kernel. The affected instructions are fintrz and fscale. The
116 ;;- fscale. The TARGET_68060 flag turns the use of the opcodes off.
3352 return \"fscale%.l %2,%0\";
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td601 defm FSCALE_ZPmZ : sve_fp_2op_p_zds_fscale<0b1001, "fscale", int_aarch64_sve_fscale>;