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; local
282 res1_hi = (x_hi1 * x_hi1 + y_hi1 * y_hi1);
289 dres1 = res1_hi + res1_lo;
332 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1;
398 res1_hi = (x_hi1 * x_hi1 + y_hi1 * y_hi1);
401 dres1 = res1_hi + res1_lo;
418 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1;

Completed in 854 milliseconds