Searched refs:res2_lo (Results 1 – 1 of 1) sorted by relevance
220 double res2_hi,res2_lo, dres2; in __vrhypot() local286 res2_lo = ((x2 + x_hi2) * x_lo2 + (y2 + y_hi2) * y_lo2); in __vrhypot()290 dres2 = res2_hi + res2_lo; in __vrhypot()333 res2 += (DONE - res2_hi * res2 - res2_lo * res2) * dres2; in __vrhypot()