SIGN_BIT         2432 arch/mips/math-emu/cp1emu.c 			int sig = MIPSInst_FUNC(ir) & SIGN_BIT;
SIGN_BIT         2593 arch/mips/math-emu/cp1emu.c 			int sig = MIPSInst_FUNC(ir) & SIGN_BIT;
SIGN_BIT          134 sound/core/oss/mulaw.c 	return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS));