EXP_BIAS 194 arch/x86/math-emu/errors.c exponent(r) - EXP_BIAS + 1); EXP_BIAS 183 arch/x86/math-emu/fpu_emu.h #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER) EXP_BIAS 65 arch/x86/math-emu/fpu_tags.c if (exp == EXP_BIAS + EXP_UNDER) EXP_BIAS 67 arch/x86/math-emu/fpu_tags.c else if (exp != EXP_BIAS + EXP_OVER) EXP_BIAS 76 arch/x86/math-emu/fpu_tags.c return ((exponent(ptr) == EXP_BIAS + EXP_OVER)