Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IS_FLOAT
usr/src/uts/sun4/os/trap.c
131
#define IS_FLOAT(i) (((i) & 0x1000000) != 0)
usr/src/uts/sun4v/cpu/generic.c
221
#define IS_FLOAT(i) (((i) & 0x1000000) != 0)
usr/src/uts/sun4v/cpu/niagara.c
262
#define IS_FLOAT(i) (((i) & 0x1000000) != 0)