Home
last modified time | relevance | path

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

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