Searched refs:iax0 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c283 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.S234 ! int iax0, si0, iexp0;
247 ! iax0 = ax0 & 0x7ffe0000;
248 ! iax0 = ax0 - iax0;
249 ! xx0 = iax0 * tbl_div0;

Completed in 48 milliseconds