Searched refs:hy (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
D | fpu.c | 97 static int denormal_mulf(int hx, int hy) in denormal_mulf() argument 104 iy = hy & 0x7fffffff; in denormal_mulf() 106 return ((hx ^ hy) & 0x80000000); in denormal_mulf() 125 ix |= (hx ^ hy) & 0x80000000; in denormal_mulf() 164 static long long denormal_muld(long long hx, long long hy) in denormal_muld() argument 171 iy = hy & 0x7fffffffffffffffLL; in denormal_muld() 173 return ((hx ^ hy) & 0x8000000000000000LL); in denormal_muld() 198 ix |= (hx ^ hy) & 0x8000000000000000LL; in denormal_muld() 255 static int denormal_addf(int hx, int hy) in denormal_addf() argument 260 if ((hx ^ hy) & 0x80000000) { in denormal_addf() [all …]
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | fpu.c | 248 unsigned int hx, hy; in ieee_fpe_handler() local 253 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; in ieee_fpe_handler() 259 || (hy & 0x7fffffff) < 0x00100000))) { in ieee_fpe_handler() 265 lly = ((long long)hy << 32) in ieee_fpe_handler() 272 || (hy & 0x7fffffff) < 0x00800000))) { in ieee_fpe_handler() 274 hx = float32_mul(hx, hy); in ieee_fpe_handler() 286 unsigned int hx, hy; in ieee_fpe_handler() local 291 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; in ieee_fpe_handler() 297 || (hy & 0x7fffffff) < 0x00100000))) { in ieee_fpe_handler() 303 lly = ((long long)hy << 32) in ieee_fpe_handler() [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 4204 int hx = 0, hy = 0, hhave = 0; in ar9003_hw_power_interpolate() local 4220 hy = py[ip]; in ar9003_hw_power_interpolate() 4243 y = interpolate(x, lx, hx, ly, hy); in ar9003_hw_power_interpolate() 4247 y = hy; in ar9003_hw_power_interpolate()
|