Lines Matching refs:x_hi
104 double x_hi, x_lo, y_hi, y_lo; in __vhypot() local
154 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
155 x_lo = x - x_hi; in __vhypot()
158 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
159 res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo); in __vhypot()
196 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
197 x_lo = x - x_hi; in __vhypot()
200 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
201 res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo); in __vhypot()
222 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
223 x_lo = x - x_hi; in __vhypot()
226 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
227 res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo); in __vhypot()
282 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
283 x_lo = x - x_hi; in __vhypot()
286 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
287 res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo); in __vhypot()
308 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
309 x_lo = x - x_hi; in __vhypot()
312 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
313 res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo); in __vhypot()
327 x_hi = (x + D2ON28) - D2ON28; in __vhypot()
329 x_lo = x - x_hi; in __vhypot()
332 res = (x_hi * x_hi + y_hi * y_hi); in __vhypot()
333 res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo); in __vhypot()