Searched refs:lly (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
H A D | fpu.c | 260 long long llx, lly; ieee_fpe_handler() local 265 lly = ((long long)hy << 32) ieee_fpe_handler() 267 llx = float64_mul(llx, lly); ieee_fpe_handler() 298 long long llx, lly; ieee_fpe_handler() local 303 lly = ((long long)hy << 32) ieee_fpe_handler() 306 llx = float64_add(llx, lly); ieee_fpe_handler() 308 llx = float64_sub(llx, lly); ieee_fpe_handler() 342 long long llx, lly; ieee_fpe_handler() local 347 lly = ((long long)hy << 32) ieee_fpe_handler() 350 llx = float64_div(llx, lly); ieee_fpe_handler()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
H A D | fpu.c | 484 long long llx, lly; ieee_fpe_handler() local 489 lly = ((long long) hy << 32) ieee_fpe_handler() 492 llx = denormal_muld(lly, llx); ieee_fpe_handler() 494 llx = denormal_muld(llx, lly); ieee_fpe_handler() 527 long long llx, lly; ieee_fpe_handler() local 532 lly = ((long long) hy << 32) ieee_fpe_handler() 535 llx = denormal_addd(llx, lly); ieee_fpe_handler() 537 llx = denormal_addd(llx, lly ^ (1LL << 63)); ieee_fpe_handler()
|
Completed in 186 milliseconds