Home
last modified time | relevance | path

Searched refs:dres2 (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
290 dres2 = res2_hi + res2_lo; in __vrhypot()
294 iarr2 = HI(&dres2); in __vrhypot()
317 dd2 = dd2 * (DTWO - dd2 * dres2); in __vrhypot()
320 dd2 = dd2 * (DTWO - dd2 * dres2); in __vrhypot()
323 dres2 = dd2 * (DTWO - dd2 * dres2); in __vrhypot()
327 HI(&res2) = HI(&dres2) & 0xffffff00; in __vrhypot()
333 res2 += (DONE - res2_hi * res2 - res2_lo * res2) * dres2; in __vrhypot()