Home
last modified time | relevance | path

Searched refs:SIGN_BIT (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/sound/core/oss/
A Dmulaw.c29 #define SIGN_BIT (0x80) /* Sign bit for a u-law byte. */ macro
134 return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS)); in ulaw2linear()
/linux-6.3-rc2/drivers/thermal/
A Dimx8mm_thermal.c50 #define SIGN_BIT BIT(7) macro
132 if (val & SIGN_BIT) /* negative */ in imx8mp_tmu_get_temp()
/linux-6.3-rc2/arch/mips/math-emu/
A Dcp1emu.c2452 #define SIGN_BIT (0x1 << 3) in fpu_emu() macro
2456 int sig = MIPSInst_FUNC(ir) & SIGN_BIT; in fpu_emu()
2617 int sig = MIPSInst_FUNC(ir) & SIGN_BIT; in fpu_emu()

Completed in 7 milliseconds