_Const_ 19 arch/x86/math-emu/control_w.h #define CW_RC _Const_(0x0C00) /* rounding control */ _Const_ 20 arch/x86/math-emu/control_w.h #define CW_PC _Const_(0x0300) /* precision control */ _Const_ 29 arch/x86/math-emu/control_w.h #define CW_Exceptions _Const_(0x003f) /* all masks */ _Const_ 31 arch/x86/math-emu/control_w.h #define RC_RND _Const_(0x0000) _Const_ 32 arch/x86/math-emu/control_w.h #define RC_DOWN _Const_(0x0400) _Const_ 33 arch/x86/math-emu/control_w.h #define RC_UP _Const_(0x0800) _Const_ 34 arch/x86/math-emu/control_w.h #define RC_CHOP _Const_(0x0C00) _Const_ 38 arch/x86/math-emu/control_w.h #define PR_24_BITS _Const_(0x000) _Const_ 39 arch/x86/math-emu/control_w.h #define PR_53_BITS _Const_(0x200) _Const_ 40 arch/x86/math-emu/control_w.h #define PR_64_BITS _Const_(0x300) _Const_ 41 arch/x86/math-emu/control_w.h #define PR_RESERVED_BITS _Const_(0x100)