Searched refs:si1 (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vrsqrtf.S | 317 ! si1 = ax1 >> 13; 319 ! si1 &= 0x7f0; 322 ! addr1 = (char*)TBL + si1; 324 ! tbl_div1 = ((double*)((char*)TBL + si1))[0]; 412 sra %g5,13,%l6 ! (5_0) si1 = ax1 >> 13; 418 and %l6,2032,%l6 ! (5_0) si1 &= 0x7f0; 421 ldd [%l6+TBL],%f46 ! (5_0) tbl_div1 = ((double*)((char*)TBL + si1))[0]; 426 add %l6,TBL,%l6 ! (5_0) addr1 = (char*)TBL + si1; 461 sra %i4,13,%g5 ! (1_0) si1 = ax1 >> 13; 466 and %g5,2032,%o7 ! (1_0) si1 [all...] |
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vrhypotf.c | 361 int ibase1, si1, hyp1h; local 406 si1 = ibase1 & 0x7f0; 409 xx1 = ((double*)((char*)__vlibm_TBL_rhypotf + si1))[0]; 416 res1 = ((double*)((char*)__vlibm_TBL_rhypotf + si1))[1];
|
H A D | __vrsqrtf.c | 416 int iax1, ax1, si1, iexp1; local 442 si1 = (ax1 >> 13) & 0x7f0; 446 tbl_div1 = ((double*)((char*)__TBL_rsqrtf + si1))[0]; 449 tbl_sqrt1 = ((double*)((char*)__TBL_rsqrtf + si1))[1];
|
Completed in 48 milliseconds