Const              29 arch/x86/math-emu/fpu_emu.h #define EXP_BIAS	Const(0)
Const              30 arch/x86/math-emu/fpu_emu.h #define EXP_OVER	Const(0x4000)	/* smallest invalid large exponent */
Const              31 arch/x86/math-emu/fpu_emu.h #define	EXP_UNDER	Const(-0x3fff)	/* largest invalid small exponent */
Const              32 arch/x86/math-emu/fpu_emu.h #define EXP_WAY_UNDER   Const(-0x6000)	/* Below the smallest denormal, but
Const              37 arch/x86/math-emu/fpu_emu.h #define EXTENDED_Ebias Const(0x3fff)
Const              40 arch/x86/math-emu/fpu_emu.h #define SIGN_POS	Const(0)
Const              41 arch/x86/math-emu/fpu_emu.h #define SIGN_NEG	Const(0x80)
Const              43 arch/x86/math-emu/fpu_emu.h #define SIGN_Positive	Const(0)
Const              44 arch/x86/math-emu/fpu_emu.h #define SIGN_Negative	Const(0x8000)
Const              48 arch/x86/math-emu/fpu_emu.h #define TW_Denormal     Const(4)	/* De-normal */
Const              49 arch/x86/math-emu/fpu_emu.h #define TW_Infinity	Const(5)	/* + or - infinity */
Const              50 arch/x86/math-emu/fpu_emu.h #define	TW_NaN		Const(6)	/* Not a Number */
Const              51 arch/x86/math-emu/fpu_emu.h #define	TW_Unsupported	Const(7)	/* Not supported by an 80486 */
Const              53 arch/x86/math-emu/fpu_emu.h #define TAG_Valid	Const(0)	/* valid */
Const              54 arch/x86/math-emu/fpu_emu.h #define TAG_Zero	Const(1)	/* zero */
Const              55 arch/x86/math-emu/fpu_emu.h #define TAG_Special	Const(2)	/* De-normal, + or - infinity,
Const              57 arch/x86/math-emu/fpu_emu.h #define TAG_Empty	Const(3)	/* empty */
Const              58 arch/x86/math-emu/fpu_emu.h #define TAG_Error	Const(0x80)	/* probably need to abort */
Const              60 arch/x86/math-emu/fpu_emu.h #define LOADED_DATA	Const(10101)	/* Special st() number to identify
Const              68 arch/x86/math-emu/fpu_emu.h #define FPU_Exception   Const(0x80000000)	/* Added to tag returns. */