Searched defs:ax1 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c580 unsigned ax1; local
591 ax1 = ((int*)px)[0];
596 exp1 = ((ax1 & 0x7fffffff) >> 23) - 127;
599 ax1 &= 0x007fffff;
602 i1 = (ax1 + 0x8000) & 0xffff0000;
608 i1 = ax1 - i1;
H A D__vrsqrtf.c416 int iax1, ax1, si1, iexp1; local
424 ax1 = *(int*)px;
431 iexp1 = ax1 >> 24;
442 si1 = (ax1 >> 13) & 0x7f0;
452 iax1 = ax1 & 0x7ffe0000;
455 iax1 = ax1 - iax1;
H A D__vpow.c687 double ax1 = 0.0L, x1 = 0.0L, s_h1, ux1; local
757 u1 = x1 - ax1;
782 s_l1 = (x1 - (ux1 - ax1));
1016 u0 = x1 - ax1;
1023 s_l0 = (x1 - (ux1 - ax1));

Completed in 62 milliseconds