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; local
450 tbl_sqrt2 = ((double*)((char*)__TBL_rsqrtf + si2))[1];
462 res2 = tbl_sqrt2 * (((A3 * xx2 + A2) * xx2 + A1) * xx2 + A0);

Completed in 54 milliseconds