Searched refs:x_hi1 (Results 1 – 1 of 1) sorted by relevance
215 double x_hi1, x_lo1, y_hi1, y_lo1, scl1 = 0; in __vrhypot() local271 x_hi1 = (x1 + D2ON36) - D2ON36; in __vrhypot()277 x_lo1 = x1 - x_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()394 x_hi1 = (x1 + D2ON36) - D2ON36; in __vrhypot()396 x_lo1 = x1 - x_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()