Lines Matching refs:y_hi
104 double x_hi, x_lo, y_hi, y_lo; in __vhypot() local
156 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
157 y_lo = y - y_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()
198 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
199 y_lo = y - y_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()
224 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
225 y_lo = y - y_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()
284 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
285 y_lo = y - y_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()
310 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
311 y_lo = y - y_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()
328 y_hi = (y + D2ON28) - D2ON28; in __vhypot()
330 y_lo = y - y_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()