Searched defs:iexp1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrtf.c416 int iax1, ax1, si1, iexp1; local
431 iexp1 = ax1 >> 24;
434 iexp1 = 0x3f - iexp1;
438 iexp1 = iexp1 << 23;
469 iexp1 += *(int*)&fres1;
473 *(int*)py = iexp1;
H A D__vrhypot.c225 int iarr1, iexp1, itbl1; local
296 iexp1 = iarr1 & 0xfff00000;
306 itbl1 -= iexp1;
404 iexp1 = iarr1 & 0xfff00000;
408 itbl1 -= iexp1;

Completed in 45 milliseconds