Searched refs:y_hi (Results 1 – 2 of 2) sorted by relevance
104 double x_hi, x_lo, y_hi, y_lo; in __vhypot() local156 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()[all …]
110 ! y_hi = ( y + two28 ) - two28;111 ! y_lo = y - y_hi;112 ! res = (x_hi * x_hi + y_hi * y_hi);113 ! res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo);140 ! y_hi = ( y + two28 ) - two28;141 ! y_lo = y - y_hi;142 ! res = (x_hi * x_hi + y_hi * y_hi);143 ! res += ((x + x_hi) * x_lo + (y + y_hi) * y_lo);169 ! y_hi = y + D2ON28;170 ! y_hi -= D2ON28;[all …]