Searched defs:si0 (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vrhypotf.c | 325 int ibase0, si0, hyp0h; local 338 si0 = ibase0 & 0x7f0; 339 xx0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[0]; 342 res0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[1]; 360 int ibase0, si0, hyp0h; local 405 si0 = ibase0 & 0x7f0; 408 xx0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[0]; 415 res0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[1]; 451 si0 = ibase0 & 0x7f0; 452 xx0 = ((double*)((char*)__vlibm_TBL_rhypotf + si0))[ [all...] |
H A D | __vrsqrtf.c | 283 int iax0, si0, iexp0; local 292 si0 = (ax0 >> 13) & 0x7f0; 294 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; 295 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; 342 int iax0, si0, iexp0; local 351 si0 = (ax0 >> 13) & 0x7f0; 353 tbl_div0 = ((double*)((char*)__TBL_rsqrtf + si0))[0]; 354 tbl_sqrt0 = ((double*)((char*)__TBL_rsqrtf + si0))[1]; 378 int iax0, si0, iexp0; local 384 si0 410 int iax0, ax0, si0, iexp0; local [all...] |
Completed in 43 milliseconds