/openbsd/lib/libkvm/ |
H A D | kvm_getloadavg.c | 69 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 D | nlist.c | 63 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 D | extern.h | 40 extern int eval, fscale, nlistread, maxslp;
|
H A D | print.c | 691 if (fscale == 0) in getpcpu() 694 #define fxtofl(fixpt) ((double)(fixpt) / fscale) in getpcpu()
|
/openbsd/usr.bin/systat/ |
H A D | pigs.c | 101 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 D | machine.c | 141 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 D | e_scalb.S | 12 fscale
|
H A D | s_scalbnf.S | 15 fscale
|
H A D | e_exp.S | 76 fscale /* e^x */
|
/openbsd/lib/libm/arch/amd64/ |
H A D | e_scalb.S | 16 fscale
|
H A D | s_scalbnf.S | 20 fscale
|
H A D | e_exp.S | 80 fscale /* e^x */
|
/openbsd/lib/libc/gen/ |
H A D | getloadavg.c | 59 loadavg[i] = (double) loadinfo.ldavg[i] / loadinfo.fscale; in getloadavg()
|
/openbsd/sys/conf/ |
H A D | param.c | 90 int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */ variable
|
/openbsd/sys/sys/ |
H A D | resource.h | 107 long fscale; member
|
/openbsd/sys/uvm/ |
H A D | uvm_init.c | 84 averunnable.fscale = FSCALE; in uvm_init()
|
/openbsd/sys/kern/ |
H A D | kern_sysctl.c | 132 extern int fscale; 385 {KERN_FSCALE, &fscale, SYSCTL_INT_READONLY},
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrFPStack.td | 772 def FSCALE : I<0xD9, MRM_FD, (outs), (ins), "fscale", []>;
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | m68k.md | 84 ;;- 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 D | m68k.md | 93 ;;- 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 D | AArch64SVEInstrInfo.td | 601 defm FSCALE_ZPmZ : sve_fp_2op_p_zds_fscale<0b1001, "fscale", int_aarch64_sve_fscale>;
|