Home
last modified time | relevance | path

Searched refs:hy (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/arch/sh/kernel/cpu/sh2a/
Dfpu.c94 static int denormal_mulf(int hx, int hy) in denormal_mulf() argument
101 iy = hy & 0x7fffffff; in denormal_mulf()
103 return ((hx ^ hy) & 0x80000000); in denormal_mulf()
122 ix |= (hx ^ hy) & 0x80000000; in denormal_mulf()
161 static long long denormal_muld(long long hx, long long hy) in denormal_muld() argument
168 iy = hy & 0x7fffffffffffffffLL; in denormal_muld()
170 return ((hx ^ hy) & 0x8000000000000000LL); in denormal_muld()
195 ix |= (hx ^ hy) & 0x8000000000000000LL; in denormal_muld()
252 static int denormal_addf(int hx, int hy) in denormal_addf() argument
257 if ((hx ^ hy) & 0x80000000) { in denormal_addf()
[all …]
/Linux-v6.6/arch/sh/kernel/cpu/sh4/
Dfpu.c244 unsigned int hx, hy; in ieee_fpe_handler() local
249 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; in ieee_fpe_handler()
255 || (hy & 0x7fffffff) < 0x00100000))) { in ieee_fpe_handler()
261 lly = ((long long)hy << 32) in ieee_fpe_handler()
268 || (hy & 0x7fffffff) < 0x00800000))) { in ieee_fpe_handler()
270 hx = float32_mul(hx, hy); in ieee_fpe_handler()
282 unsigned int hx, hy; in ieee_fpe_handler() local
287 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; in ieee_fpe_handler()
293 || (hy & 0x7fffffff) < 0x00100000))) { in ieee_fpe_handler()
299 lly = ((long long)hy << 32) in ieee_fpe_handler()
[all …]
/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c4274 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-v6.6/drivers/staging/media/ipu3/include/uapi/
Dintel-ipu3.h1937 __u32 hy:8; member