Home
last modified time | relevance | path

Searched refs:tbl_div2 (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
447 tbl_div2 = ((double*)((char*)__TBL_rsqrtf + si2))[0]; in __vrsqrtf_n()
459 xx2 = iax2 * tbl_div2; in __vrsqrtf_n()