hy                 94 arch/sh/kernel/cpu/sh2a/fpu.c static int denormal_mulf(int hx, int hy)
hy                101 arch/sh/kernel/cpu/sh2a/fpu.c 	iy = hy & 0x7fffffff;
hy                103 arch/sh/kernel/cpu/sh2a/fpu.c 		return ((hx ^ hy) & 0x80000000);
hy                122 arch/sh/kernel/cpu/sh2a/fpu.c 	ix |= (hx ^ hy) & 0x80000000;
hy                161 arch/sh/kernel/cpu/sh2a/fpu.c static long long denormal_muld(long long hx, long long hy)
hy                168 arch/sh/kernel/cpu/sh2a/fpu.c 	iy = hy & 0x7fffffffffffffffLL;
hy                170 arch/sh/kernel/cpu/sh2a/fpu.c 		return ((hx ^ hy) & 0x8000000000000000LL);
hy                195 arch/sh/kernel/cpu/sh2a/fpu.c 	ix |= (hx ^ hy) & 0x8000000000000000LL;
hy                252 arch/sh/kernel/cpu/sh2a/fpu.c static int denormal_addf(int hx, int hy)
hy                257 arch/sh/kernel/cpu/sh2a/fpu.c 	if ((hx ^ hy) & 0x80000000) {
hy                260 arch/sh/kernel/cpu/sh2a/fpu.c 		iy = hy & 0x7fffffff;
hy                274 arch/sh/kernel/cpu/sh2a/fpu.c 		iy = hy & 0x7fffffff;
hy                337 arch/sh/kernel/cpu/sh2a/fpu.c static long long denormal_addd(long long hx, long long hy)
hy                342 arch/sh/kernel/cpu/sh2a/fpu.c 	if ((hx ^ hy) & 0x8000000000000000LL) {
hy                345 arch/sh/kernel/cpu/sh2a/fpu.c 		iy = hy & 0x7fffffffffffffffLL;
hy                359 arch/sh/kernel/cpu/sh2a/fpu.c 		iy = hy & 0x7fffffffffffffffLL;
hy                469 arch/sh/kernel/cpu/sh2a/fpu.c 		unsigned int hx, hy;
hy                474 arch/sh/kernel/cpu/sh2a/fpu.c 		hy = tsk->thread.xstate->hardfpu.fp_regs[m];
hy                480 arch/sh/kernel/cpu/sh2a/fpu.c 				   || (hy & 0x7fffffff) < 0x00100000))) {
hy                486 arch/sh/kernel/cpu/sh2a/fpu.c 			lly = ((long long) hy << 32)
hy                496 arch/sh/kernel/cpu/sh2a/fpu.c 				   || (hy & 0x7fffffff) < 0x00800000))) {
hy                499 arch/sh/kernel/cpu/sh2a/fpu.c 				hx = denormal_mulf(hy, hx);
hy                501 arch/sh/kernel/cpu/sh2a/fpu.c 				hx = denormal_mulf(hx, hy);
hy                512 arch/sh/kernel/cpu/sh2a/fpu.c 		unsigned int hx, hy;
hy                517 arch/sh/kernel/cpu/sh2a/fpu.c 		hy = tsk->thread.xstate->hardfpu.fp_regs[m];
hy                523 arch/sh/kernel/cpu/sh2a/fpu.c 				   || (hy & 0x7fffffff) < 0x00100000))) {
hy                529 arch/sh/kernel/cpu/sh2a/fpu.c 			lly = ((long long) hy << 32)
hy                539 arch/sh/kernel/cpu/sh2a/fpu.c 				   || (hy & 0x7fffffff) < 0x00800000))) {
hy                542 arch/sh/kernel/cpu/sh2a/fpu.c 				hx = denormal_addf(hx, hy);
hy                544 arch/sh/kernel/cpu/sh2a/fpu.c 				hx = denormal_addf(hx, hy ^ 0x80000000);
hy                244 arch/sh/kernel/cpu/sh4/fpu.c 		unsigned int hx, hy;
hy                249 arch/sh/kernel/cpu/sh4/fpu.c 		hy = tsk->thread.xstate->hardfpu.fp_regs[m];
hy                255 arch/sh/kernel/cpu/sh4/fpu.c 				 || (hy & 0x7fffffff) < 0x00100000))) {
hy                261 arch/sh/kernel/cpu/sh4/fpu.c 			lly = ((long long)hy << 32)
hy                268 arch/sh/kernel/cpu/sh4/fpu.c 					 || (hy & 0x7fffffff) < 0x00800000))) {
hy                270 arch/sh/kernel/cpu/sh4/fpu.c 			hx = float32_mul(hx, hy);
hy                282 arch/sh/kernel/cpu/sh4/fpu.c 		unsigned int hx, hy;
hy                287 arch/sh/kernel/cpu/sh4/fpu.c 		hy = tsk->thread.xstate->hardfpu.fp_regs[m];
hy                293 arch/sh/kernel/cpu/sh4/fpu.c 				 || (hy & 0x7fffffff) < 0x00100000))) {
hy                299 arch/sh/kernel/cpu/sh4/fpu.c 			lly = ((long long)hy << 32)
hy                309 arch/sh/kernel/cpu/sh4/fpu.c 					 || (hy & 0x7fffffff) < 0x00800000))) {
hy                312 arch/sh/kernel/cpu/sh4/fpu.c 				hx = float32_add(hx, hy);
hy                314 arch/sh/kernel/cpu/sh4/fpu.c 				hx = float32_sub(hx, hy);
hy                326 arch/sh/kernel/cpu/sh4/fpu.c 		unsigned int hx, hy;
hy                331 arch/sh/kernel/cpu/sh4/fpu.c 		hy = tsk->thread.xstate->hardfpu.fp_regs[m];
hy                337 arch/sh/kernel/cpu/sh4/fpu.c 				 || (hy & 0x7fffffff) < 0x00100000))) {
hy                343 arch/sh/kernel/cpu/sh4/fpu.c 			lly = ((long long)hy << 32)
hy                352 arch/sh/kernel/cpu/sh4/fpu.c 					 || (hy & 0x7fffffff) < 0x00800000))) {
hy                354 arch/sh/kernel/cpu/sh4/fpu.c 			hx = float32_div(hx, hy);
hy               4273 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c 	int hx = 0, hy = 0, hhave = 0;
hy               4289 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c 				hy = py[ip];
hy               4312 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c 				y = interpolate(x, lx, hx, ly, hy);
hy               4316 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c 		y = hy;
hy               1895 drivers/staging/media/ipu3/include/intel-ipu3.h 	__u32 hy:8;