Searched refs:Const_ (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dexception.h13 #define Const_(x) $##x macro
15 #define Const_(x) x macro
22 #define FPU_BUSY Const_(0x8000) /* FPU busy bit (8087 compatibility) */
23 #define EX_ErrorSummary Const_(0x0080) /* Error summary status */
25 #define EX_INTERNAL Const_(0x8000) /* Internal error in wm-FPU-emu */
26 #define EX_StackOver Const_(0x0041|SW_C1) /* stack overflow */
27 #define EX_StackUnder Const_(0x0041) /* stack underflow */
29 #define EX_Precision Const_(0x0020) /* loss of precision */
30 #define EX_Underflow Const_(0x0010) /* underflow */
31 #define EX_Overflow Const_(
[all...]
H A Dcontrol_w.h22 #define CW_Precision Const_(0x0020) /* loss of precision mask */
23 #define CW_Underflow Const_(0x0010) /* underflow mask */
24 #define CW_Overflow Const_(0x0008) /* overflow mask */
25 #define CW_ZeroDiv Const_(0x0004) /* divide by zero mask */
26 #define CW_Denormal Const_(0x0002) /* denormalized operand mask */
27 #define CW_Invalid Const_(0x0001) /* invalid operation mask */

Completed in 93 milliseconds