Searched refs:res1_lo (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
285 res1_lo = ((x1 + x_hi1) * x_lo1 + (y1 + y_hi1) * y_lo1);
289 dres1 = res1_hi + res1_lo;
332 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1;
399 res1_lo = ((x1 + x_hi1) * x_lo1 + (y1 + y_hi1) * y_lo1);
401 dres1 = res1_hi + res1_lo;
418 res1 += (DONE - res1_hi * res1 - res1_lo * res1) * dres1;

Completed in 57 milliseconds