NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
FP_LG
sys/arch/m68k/fpe/fpu_emulate.h
89
#define FP_LG ((FP_NMANT - 1) & 31) /* log2(1.0) for fp_mant[0] */
sys/arch/powerpc/fpu/fpu_emu.h
88
#define FP_LG ((FP_NMANT - 1) & 31) /* log2(1.0) for fp_mant[0] */
sys/arch/sparc/fpu/fpu_emu.h
92
#define FP_LG ((FP_NMANT - 1) & 31) /* log2(1.0) for fp_mant[0] */