yh                 24 arch/mips/math-emu/dp_sqrt.c 	unsigned int scalx, yh;
yh                 86 arch/mips/math-emu/dp_sqrt.c 	yh = y.bits >> 32;
yh                 87 arch/mips/math-emu/dp_sqrt.c 	yh = (yh >> 1) + 0x1ff80000;
yh                 88 arch/mips/math-emu/dp_sqrt.c 	yh = yh - table[(yh >> 15) & 31];
yh                 89 arch/mips/math-emu/dp_sqrt.c 	y.bits = ((u64) yh << 32) | (y.bits & 0xffffffff);
yh                 53 drivers/input/touchscreen/raspberrypi-ts.c 		u8 yh;
yh                 88 drivers/input/touchscreen/raspberrypi-ts.c 		y = (((int)regs.point[i].yh & 0xf) << 8) + regs.point[i].yl;
yh                 89 drivers/input/touchscreen/raspberrypi-ts.c 		touchid = (regs.point[i].yh >> 4) & 0xf;
yh                147 include/math-emu/op-2.h #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl)	\
yh                148 include/math-emu/op-2.h   (rh = xh + yh + ((rl = xl + yl) < xl))
yh                151 include/math-emu/op-2.h #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl)	\
yh                152 include/math-emu/op-2.h   (rh = xh - yh - ((rl = xl - yl) > xl))
yh                155 include/math-emu/op-2.h #define __FP_FRAC_DEC_2(xh, xl, yh, yl)	\
yh                158 include/math-emu/op-2.h     xh -= yh + ((xl -= yl) > _t);	\
yh                171 include/math-emu/op-2.h #define __FP_FRAC_DEC_2(xh, xl, yh, yl)	sub_ddmmss(xh, xl, xh, xl, yh, yl)