Searched defs:xx1 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypotf.c355 double xx1, res1, hyp1, h_hi1 = 0, dbase1 = 0; local
409 xx1 = ((double*)((char*)__vlibm_TBL_rhypotf + si1))[0];
413 xx1 = (hyp1 - h_hi1) * xx1;
419 res1 *= (((A3 * xx1 + A2) * xx1 + A1) * xx1 + A0);
H A D__vrsqrt.c296 double xx1, dexp_hi1, dexp_lo1; local
350 xx1 = dexp_hi1 * dexp_hi1;
353 xx1 = (res1 - res_c1) * xx1;
356 res1 = (((((K6 * xx1 + K5) * xx1 + K4) * xx1 + K3) * xx1 + K2) * xx1 + K1) * xx1;
[all...]
H A D__vrsqrtf.c413 double res1, xx1, tbl_div1, tbl_sqrt1; local
458 xx1 = iax1 * tbl_div1;
461 res1 = tbl_sqrt1 * (((A3 * xx1 + A2) * xx1 + A1) * xx1 + A0);

Completed in 60 milliseconds