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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrhypotf.c356 double xx2, res2, hyp2, h_hi2 = 0, dbase2 = 0; local
410 xx2 = ((double*)((char*)__vlibm_TBL_rhypotf + si2))[0];
414 xx2 = (hyp2 - h_hi2) * xx2;
420 res2 *= (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0);
H A D__vrsqrt.c297 double xx2, dexp_hi2, dexp_lo2; local
351 xx2 = dexp_hi2 * dexp_hi2;
354 xx2 = (res2 - res_c2) * xx2;
357 res2 = (((((K6 * xx2 + K5) * xx2 + K4) * xx2 + K3) * xx2 + K2) * xx2 + K1) * xx2;
[all...]
H A D__vrsqrtf.c414 double res2, xx2, tbl_div2, tbl_sqrt2; local
459 xx2 = iax2 * tbl_div2;
462 res2 = tbl_sqrt2 * (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0);

Completed in 46 milliseconds