Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c414 double res2, xx2, tbl_div2, tbl_sqrt2; in __vrsqrtf_n() local
450 tbl_sqrt2 = ((double*)((char*)__TBL_rsqrtf + si2))[1]; in __vrsqrtf_n()
462 res2 = tbl_sqrt2 * (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0); in __vrsqrtf_n()