Searched refs:hy (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2a/ |
A D | fpu.c | 101 iy = hy & 0x7fffffff; in denormal_mulf() 122 ix |= (hx ^ hy) & 0x80000000; in denormal_mulf() 168 iy = hy & 0x7fffffffffffffffLL; in denormal_muld() 257 if ((hx ^ hy) & 0x80000000) { in denormal_addf() 260 iy = hy & 0x7fffffff; in denormal_addf() 274 iy = hy & 0x7fffffff; in denormal_addf() 469 unsigned int hx, hy; in ieee_fpe_handler() local 486 lly = ((long long) hy << 32) in ieee_fpe_handler() 499 hx = denormal_mulf(hy, hx); in ieee_fpe_handler() 501 hx = denormal_mulf(hx, hy); in ieee_fpe_handler() [all …]
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh4/ |
A D | fpu.c | 244 unsigned int hx, hy; in ieee_fpe_handler() local 255 || (hy & 0x7fffffff) < 0x00100000))) { in ieee_fpe_handler() 261 lly = ((long long)hy << 32) in ieee_fpe_handler() 270 hx = float32_mul(hx, hy); in ieee_fpe_handler() 282 unsigned int hx, hy; in ieee_fpe_handler() local 299 lly = ((long long)hy << 32) in ieee_fpe_handler() 312 hx = float32_add(hx, hy); in ieee_fpe_handler() 314 hx = float32_sub(hx, hy); in ieee_fpe_handler() 326 unsigned int hx, hy; in ieee_fpe_handler() local 343 lly = ((long long)hy << 32) in ieee_fpe_handler() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | ar9003_eeprom.c | 4274 int hx = 0, hy = 0, hhave = 0; in ar9003_hw_power_interpolate() local 4290 hy = py[ip]; in ar9003_hw_power_interpolate() 4313 y = interpolate(x, lx, hx, ly, hy); in ar9003_hw_power_interpolate() 4317 y = hy; in ar9003_hw_power_interpolate()
|
/linux-6.3-rc2/drivers/staging/media/ipu3/include/uapi/ |
A D | intel-ipu3.h | 1937 __u32 hy:8; member
|
Completed in 25 milliseconds