EXP_BIAS          197 arch/x86/math-emu/errors.c 			       exponent(r) - EXP_BIAS + 1);
EXP_BIAS          184 arch/x86/math-emu/fpu_emu.h #define isdenormal(ptr)   (exponent(ptr) == EXP_BIAS+EXP_UNDER)
EXP_BIAS           66 arch/x86/math-emu/fpu_tags.c 	if (exp == EXP_BIAS + EXP_UNDER)
EXP_BIAS           68 arch/x86/math-emu/fpu_tags.c 	else if (exp != EXP_BIAS + EXP_OVER)
EXP_BIAS           77 arch/x86/math-emu/fpu_tags.c 	return ((exponent(ptr) == EXP_BIAS + EXP_OVER)