Searched refs:y_hi1 (Results 1 – 1 of 1) sorted by relevance
215 double x_hi1, x_lo1, y_hi1, y_lo1, scl1 = 0; in __vrhypot() local272 y_hi1 = (y1 + D2ON36) - D2ON36; in __vrhypot()278 y_lo1 = y1 - y_hi1; in __vrhypot()282 res1_hi = (x_hi1 * x_hi1 + y_hi1 * y_hi1); in __vrhypot()285 res1_lo = ((x1 + x_hi1) * x_lo1 + (y1 + y_hi1) * y_lo1); in __vrhypot()395 y_hi1 = (y1 + D2ON36) - D2ON36; in __vrhypot()397 y_lo1 = y1 - y_hi1; in __vrhypot()398 res1_hi = (x_hi1 * x_hi1 + y_hi1 * y_hi1); in __vrhypot()399 res1_lo = ((x1 + x_hi1) * x_lo1 + (y1 + y_hi1) * y_lo1); in __vrhypot()