Searched refs:iax0 (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vrsqrtf.c | 283 int iax0, si0, iexp0; local 296 iax0 = ax0 & 0x7ffe0000; 297 iax0 = ax0 - iax0; 298 xx0 = iax0 * tbl_div0; 342 int iax0, si0, iexp0; local 355 iax0 = ax0 & 0x7ffe0000; 356 iax0 = ax0 - iax0; 357 xx0 = iax0 * tbl_div 378 int iax0, si0, iexp0; local 410 int iax0, ax0, si0, iexp0; local [all...] |
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vrsqrtf.S | 234 ! int iax0, si0, iexp0; 247 ! iax0 = ax0 & 0x7ffe0000; 248 ! iax0 = ax0 - iax0; 249 ! xx0 = iax0 * tbl_div0;
|
Completed in 48 milliseconds