taglinefilesource code
_Const_19kernel/FPU-emu/control_w.h#define CW_RC    _Const_(0x0C00)  /* rounding control */
_Const_20kernel/FPU-emu/control_w.h#define CW_PC    _Const_(0x0300)  /* precision control */
_Const_21kernel/FPU-emu/control_w.h#define CW_PM    _Const_(0x0020)  /* precision mask */
_Const_22kernel/FPU-emu/control_w.h#define CW_UM    _Const_(0x0010)  /* underflow mask */
_Const_23kernel/FPU-emu/control_w.h#define CW_OM    _Const_(0x0008)  /* overflow mask */
_Const_24kernel/FPU-emu/control_w.h#define CW_ZM    _Const_(0x0004)  /* divide by zero mask */
_Const_25kernel/FPU-emu/control_w.h#define CW_DM    _Const_(0x0002)  /* denormalized operand mask */
_Const_26kernel/FPU-emu/control_w.h#define CW_IM    _Const_(0x0001)  /* invalid operation mask */
_Const_27kernel/FPU-emu/control_w.h#define CW_EXM    _Const_(0x007f)  /* all masks */
_Const_29kernel/FPU-emu/control_w.h#define RC_RND    _Const_(0x0000)
_Const_30kernel/FPU-emu/control_w.h#define RC_DOWN    _Const_(0x0400)
_Const_31kernel/FPU-emu/control_w.h#define RC_UP    _Const_(0x0800)
_Const_32kernel/FPU-emu/control_w.h#define RC_CHOP    _Const_(0x0C00)
_Const_37kernel/FPU-emu/control_w.h#define PR_24_BITS      _Const_(0x000)
_Const_38kernel/FPU-emu/control_w.h#define PR_53_BITS      _Const_(0x200)
_Const_39kernel/FPU-emu/control_w.h#define PR_64_BITS      _Const_(0x300)