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