Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypot.c217 double res1_hi,res1_lo, dres1; in __vrhypot() local
282 res1_hi = (x_hi1 * x_hi1 + y_hi1 * y_hi1); in __vrhypot()
289 dres1 = res1_hi + res1_lo; in __vrhypot()
332 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1; in __vrhypot()
398 res1_hi = (x_hi1 * x_hi1 + y_hi1 * y_hi1); in __vrhypot()
401 dres1 = res1_hi + res1_lo; in __vrhypot()
418 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1; in __vrhypot()