Home
last modified time | relevance | path

Searched refs:exp0 (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libmvec/common/
H A D__vpowf.c432 int exp, i0, ind0, exp0, yisint0, n_n; in __vpowf() local
503 exp0 = (ax0 >> 23) - 127; in __vpowf()
508 exp0 = (ax0 >> 23) - (127 + 149); in __vpowf()
542 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8); in __vpowf()
575 int ind0, i0, exp0; in __vpowf_n() local
595 exp0 = ((ax0 & 0x7fffffff) >> 23) - 127; in __vpowf_n()
613 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8); in __vpowf_n()
667 exp0 = ((ax0 & 0x7fffffff) >> 23) - 127; in __vpowf_n()
673 yy0 = __TBL_log2f[ind0] + (double) (exp0 << 8); in __vpowf_n()
701 int ind0, exp0, i0, n_n; in __vpowfx() local
[all …]
H A D__vpow.c692 int hx0 = 0, yisint0 = 0, exp0 = 0; in __vpow() local
791 exp0 += (hx0 >> 20); in __vpow()
809 y0 += (double)(exp0 << 8); in __vpow()
969 exp0 += (hx0 >> 20); in __vpow()
972 y0 += (double)(exp0 << 8); in __vpow()
1139 int eflag0, gflag0, ind0, i0, exp0; in __vpowx() local
1160 exp0 = (hx >> 20) - 2046; in __vpowx()
1177 exp0 += (hx0 >> 20); in __vpowx()
1180 y0 += (double)(exp0 << 8); in __vpowx()
H A D__vlogf.c153 int exp0, exp1, exp2, exp3, exp4; in __vlogf() local
212 ty0 = LN2 * (double) exp0 + __TBL_logf[i0]; in __vlogf()
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vpowf.S581 ! exp0 = (ax0 >> 23) - 127;
585 ! exp0 = (ax0 >> 23) - (127 + 149);
612 ! exp0 = ax0 & 0x7fffffff;
613 ! exp0 >>= 23;
614 ! exp0 -= 127;
615 ! exp0 <<= 8;
626 ! dtmp1 = (double) exp0;
664 ! exp0 = ax0 & 0x7fffffff;
665 ! exp0 >>= 23;
666 ! exp0 -= 127;
[all …]
/titanic_41/usr/src/cmd/csh/
H A Dsh.exp.c41 int exp0(tchar ***, bool);
106 return (exp0(vp, 0)); in exp()
110 exp0(tchar ***vp, bool ignore) in exp0() function
124 p2 = exp0(vp, (ignore&IGNORE) || p1); in exp0()
467 ccode = exp0(vp, ignore); in exp6()
H A Dsh.func.c558 status = !exp0(&v, 1); in dowhile()