Searched refs:xx2 (Results 1 – 3 of 3) sorted by relevance
297 double xx2, dexp_hi2, dexp_lo2; in __vrsqrt_n() local351 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()
356 double xx2, res2, hyp2, h_hi2 = 0, dbase2 = 0; in __vrhypotf_n() local410 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()
414 double res2, xx2, tbl_div2, tbl_sqrt2; in __vrsqrtf_n() local459 xx2 = iax2 * tbl_div2; in __vrsqrtf_n()462 res2 = tbl_sqrt2 * (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0); in __vrsqrtf_n()