Searched refs:hy (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 97 static int denormal_mulf(int hx, int hy) denormal_mulf() argument 104 iy = hy & 0x7fffffff; denormal_mulf() 106 return ((hx ^ hy) & 0x80000000); denormal_mulf() 125 ix |= (hx ^ hy) & 0x80000000; denormal_mulf() 164 static long long denormal_muld(long long hx, long long hy) denormal_muld() argument 171 iy = hy & 0x7fffffffffffffffLL; denormal_muld() 173 return ((hx ^ hy) & 0x8000000000000000LL); denormal_muld() 198 ix |= (hx ^ hy) & 0x8000000000000000LL; denormal_muld() 255 static int denormal_addf(int hx, int hy) denormal_addf() argument 260 if ((hx ^ hy) & 0x80000000) { denormal_addf() 263 iy = hy & 0x7fffffff; denormal_addf() 277 iy = hy & 0x7fffffff; denormal_addf() 340 static long long denormal_addd(long long hx, long long hy) denormal_addd() argument 345 if ((hx ^ hy) & 0x8000000000000000LL) { denormal_addd() 348 iy = hy & 0x7fffffffffffffffLL; denormal_addd() 362 iy = hy & 0x7fffffffffffffffLL; denormal_addd() 472 unsigned int hx, hy; ieee_fpe_handler() local 477 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; ieee_fpe_handler() 483 || (hy & 0x7fffffff) < 0x00100000))) { ieee_fpe_handler() 489 lly = ((long long) hy << 32) ieee_fpe_handler() 499 || (hy & 0x7fffffff) < 0x00800000))) { ieee_fpe_handler() 502 hx = denormal_mulf(hy, hx); ieee_fpe_handler() 504 hx = denormal_mulf(hx, hy); ieee_fpe_handler() 515 unsigned int hx, hy; ieee_fpe_handler() local 520 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; ieee_fpe_handler() 526 || (hy & 0x7fffffff) < 0x00100000))) { ieee_fpe_handler() 532 lly = ((long long) hy << 32) ieee_fpe_handler() 542 || (hy & 0x7fffffff) < 0x00800000))) { ieee_fpe_handler() 545 hx = denormal_addf(hx, hy); ieee_fpe_handler() 547 hx = denormal_addf(hx, hy ^ 0x80000000); ieee_fpe_handler()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
H A D | fpu.c | 248 unsigned int hx, hy; ieee_fpe_handler() local 253 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; ieee_fpe_handler() 259 || (hy & 0x7fffffff) < 0x00100000))) { ieee_fpe_handler() 265 lly = ((long long)hy << 32) ieee_fpe_handler() 272 || (hy & 0x7fffffff) < 0x00800000))) { ieee_fpe_handler() 274 hx = float32_mul(hx, hy); ieee_fpe_handler() 286 unsigned int hx, hy; ieee_fpe_handler() local 291 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; ieee_fpe_handler() 297 || (hy & 0x7fffffff) < 0x00100000))) { ieee_fpe_handler() 303 lly = ((long long)hy << 32) ieee_fpe_handler() 313 || (hy & 0x7fffffff) < 0x00800000))) { ieee_fpe_handler() 316 hx = float32_add(hx, hy); ieee_fpe_handler() 318 hx = float32_sub(hx, hy); ieee_fpe_handler() 330 unsigned int hx, hy; ieee_fpe_handler() local 335 hy = tsk->thread.xstate->hardfpu.fp_regs[m]; ieee_fpe_handler() 341 || (hy & 0x7fffffff) < 0x00100000))) { ieee_fpe_handler() 347 lly = ((long long)hy << 32) ieee_fpe_handler() 356 || (hy & 0x7fffffff) < 0x00800000))) { ieee_fpe_handler() 358 hx = float32_div(hx, hy); ieee_fpe_handler()
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | smpboot.c | 160 * 2003-06-24 hy modify for linux-2.5.69 256 * 2003-06-24 hy modify for linux-2.5.69 416 * 2003-06-24 hy modify for linux-2.5.69 453 * 2003-06-24 hy modify for linux-2.5.69
|
H A D | smp.c | 653 * 2003-06-24 hy use per_cpu structure.
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 664 ADD(buf, *ret, bufsize, "[P]hy reinit, [R]estart, [F]ull usb reset, " carl9170_debugfs_bug_read()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 4204 int hx = 0, hy = 0, hhave = 0; ar9003_hw_power_interpolate() local 4220 hy = py[ip]; ar9003_hw_power_interpolate() 4243 y = interpolate(x, lx, hx, ly, hy); ar9003_hw_power_interpolate() 4247 y = hy; ar9003_hw_power_interpolate()
|
Completed in 177 milliseconds