Home
last modified time | relevance | path

Searched refs:res2_hi (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypot.c220 double res2_hi,res2_lo, dres2; in __vrhypot() local
283 res2_hi = (x_hi2 * x_hi2 + y_hi2 * y_hi2); in __vrhypot()
290 dres2 = res2_hi + res2_lo; in __vrhypot()
333 res2 += (DONE - res2_hi * res2 - res2_lo * res2) * dres2; in __vrhypot()