taglinefilesource code
_Const_19arch/i386/math-emu/control_w.h#define CW_RC    _Const_(0x0C00)  /* rounding control */
_Const_20arch/i386/math-emu/control_w.h#define CW_PC    _Const_(0x0300)  /* precision control */
_Const_29arch/i386/math-emu/control_w.h#define CW_Exceptions    _Const_(0x003f)  /* all masks */
_Const_31arch/i386/math-emu/control_w.h#define RC_RND    _Const_(0x0000)
_Const_32arch/i386/math-emu/control_w.h#define RC_DOWN    _Const_(0x0400)
_Const_33arch/i386/math-emu/control_w.h#define RC_UP    _Const_(0x0800)
_Const_34arch/i386/math-emu/control_w.h#define RC_CHOP    _Const_(0x0C00)
_Const_38arch/i386/math-emu/control_w.h#define PR_24_BITS        _Const_(0x000)
_Const_39arch/i386/math-emu/control_w.h#define PR_53_BITS        _Const_(0x200)
_Const_40arch/i386/math-emu/control_w.h#define PR_64_BITS        _Const_(0x300)
_Const_41arch/i386/math-emu/control_w.h#define PR_RESERVED_BITS  _Const_(0x100)