/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 94 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) in denormal_addf() 337 denormal_addd(long long hx, long long hy) denormal_addd() argument 469 unsigned int hx, hy; ieee_fpe_handler() local 512 unsigned int hx, hy; ieee_fpe_handler() local [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 94 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) in denormal_addf() 337 denormal_addd(long long hx, long long hy) denormal_addd() argument 469 unsigned int hx, hy; ieee_fpe_handler() local 512 unsigned int hx, hy; ieee_fpe_handler() local [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
H A D | fpu.c | 244 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 << 3 in ieee_fpe_handler() 326 unsigned int hx, hy; ieee_fpe_handler() local [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
H A D | fpu.c | 244 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 << 3 in ieee_fpe_handler() 326 unsigned int hx, hy; ieee_fpe_handler() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/include/ |
H A D | intel-ipu3.h | 1889 * @hy: Sensitivity of vertical edge of Y, default 50 1900 __u32 hy:8; member
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 1926 * @hy: Sensitivity of vertical edge of Y, default 50 1937 __u32 hy:8; member
|