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