Searched refs:hy (Results 1 – 2 of 2) sorted by relevance
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() local486 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 …]
244 unsigned int hx, hy; in ieee_fpe_handler() local255 || (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() local299 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() local343 lly = ((long long)hy << 32) in ieee_fpe_handler()[all …]
Completed in 7 milliseconds