SINGLE_Ebias      174 arch/x86/math-emu/reg_ld_str.c 	exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias + EXTENDED_Ebias;
SINGLE_Ebias      671 arch/x86/math-emu/reg_ld_str.c 				templ |= ((exp + SINGLE_Ebias) & 0xff) << 23;