Searched defs:tbl_div0 (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vrsqrtf.c | 281 double res0, xx0, tbl_div0, tbl_sqrt0; local 294 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; 298 xx0 = iax0 * tbl_div0; 340 double res0, xx0, tbl_div0, tbl_sqrt0; local 353 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; 357 xx0 = iax0 * tbl_div0; 376 double res0, xx0, tbl_div0, tbl_sqrt0; local 386 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; 390 xx0 = iax0 * tbl_div0; 408 double res0, xx0, tbl_div0, tbl_sqrt local [all...] |
Completed in 58 milliseconds