NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SNG_EXP
sys/arch/m68k/fpe/fpu_implode.c
245
#define SNG_EXP(e) ((e) << SNG_FRACBITS) /* makes e an exponent */
sys/arch/powerpc/fpu/fpu_implode.c
346
#define SNG_EXP(e) ((e) << SNG_FRACBITS) /* makes e an exponent */
sys/arch/sparc/fpu/fpu_implode.c
299
#define SNG_EXP(e) ((e) << SNG_FRACBITS) /* makes e an exponent */