Home
last modified time | relevance | path

Searched refs:z3 (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/lib/libmvec/common/
H A D__vcosf.c149 double z0, z1, z2, z3; in __vcosf() local
184 z3 = y3 * invpio2 + c3two51; in __vcosf()
189 n3 = LO(z3) + 1; in __vcosf()
194 z3 -= c3two51; in __vcosf()
199 y3 = (y3 - z3 * pio2_1) - z3 * pio2_t; in __vcosf()
205 z3 = y3 * y3; in __vcosf()
214 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf()
222 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf()
230 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf()
239 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vcosf()
[all …]
H A D__vsinf.c153 double z0, z1, z2, z3; in __vsinf() local
188 z3 = y3 * invpio2 + c3two51; in __vsinf()
193 n3 = LO(z3); in __vsinf()
198 z3 -= c3two51; in __vsinf()
203 y3 = (y3 - z3 * pio2_1) - z3 * pio2_t; in __vsinf()
209 z3 = y3 * y3; in __vsinf()
218 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf()
226 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf()
234 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf()
243 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsinf()
[all …]
H A D__vsincosf.c168 double z0, z1, z2, z3; in __vsincosf() local
207 z3 = y3 * invpio2 + c3two51; in __vsincosf()
212 n3 = LO(z3); in __vsincosf()
217 z3 -= c3two51; in __vsincosf()
222 y3 = (y3 - z3 * pio2_1) - z3 * pio2_t; in __vsincosf()
228 z3 = y3 * y3; in __vsincosf()
233 f3 = (float)(y3 + y3 * z3 * (S0 + z3 * (S1 + z3 * S2))); in __vsincosf()
241 g3 = (float)(one + z3 * (mhalf + z3 * (C0 + z3 * in __vsincosf()
242 (C1 + z3 * C2)))); in __vsincosf()
H A D__vlog.c663 } z0, z1, z2, z3, w0, w1, w2, w3; in __vlog() local
726 z3.i[HIWORD] -= e; in __vlog()
734 d3 = z3.d - w3.d; in __vlog()
/titanic_44/usr/src/lib/libm/common/m9x/
H A Dfmal.c94 unsigned int z0, z1, z2, z3, z4, z5, z6, z7; in __fmal() local
455 z3 = zz.i[3]; in __fmal()
461 z3 = 0; in __fmal()
466 z2 = z3 = 0; in __fmal()
470 z1 = z2 = z3 = 0; in __fmal()
476 z2 = (z2 << 1) | (z3 >> 31); in __fmal()
477 z3 <<= 1; in __fmal()
484 z3 = zz.i[3]; in __fmal()
493 (xy1 == z1 && (xy2 > z2 || (xy2 == z2 && (xy3 > z3 || in __fmal()
494 (xy3 == z3 && (xy4 | xy5 | xy6 | xy7) != 0)))))))))) { in __fmal()
[all …]
H A Dremquol.c63 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodquol() local
156 z3 = x3 - y3; in fmodquol()
157 carry = z3 > x3; in fmodquol()
182 if ((z1 | z2 | z3) == 0) { in fmodquol()
198 z2 = z2 + z2 + ((z3 & is) != 0); in fmodquol()
199 z3 = z3 + z3; in fmodquol()
203 x3 = z3; in fmodquol()
208 z3 = x3 - y3; in fmodquol()
209 carry = z3 > x3; in fmodquol()
229 x3 = z3; in fmodquol()
H A Dfma.c77 unsigned int xy0, xy1, xy2, xy3, z0, z1, z2, z3, fsr, rm, sticky; in __fma() local
159 z2 = z3 = 0; in __fma()
172 z3 = xy3; xy3 = 0; in __fma()
224 z3 += xy3; in __fma()
225 e = (z3 < xy3); in __fma()
250 sticky = z3 | z2 | ((z1 << 1) << (63 - e)); in __fma()
257 sticky = z3 | (z2 << 1) << (31 - e); in __fma()
267 sticky = (z2 & 1) | z3; in __fma()
275 if (z0 < 0x100000 && (z0 | z1 | z2 | z3) != 0) { in __fma()
283 z2 = z3; in __fma()
[all …]
H A Dtgammal.c1012 long double t, t1, t2, t3, t4, t5, w, y, z, z1, z2, z3, z5; local
1154 z3 = one / t3; /* z3 = 1/(ss*ww) */
1159 t2 = CHOPPED((z3)); /* leading 1/(ss*ww) */
1160 z2 = z3 * (t2 * z1 - (one - t2 * t1));
H A Dtgamma.c1534 double t, t1, t2, t3, t4, t5, w, y, z, z1, z2, z3, z5; in tgamma() local
1667 z3 = one / t3; /* z3 = 1/(ss*ww) */ in tgamma()
1672 t2 = (double) ((float) z3); /* leading 1/(ss*ww) */ in tgamma()
1673 z2 = z3 * (t2 * z1 - (one - t2 * t1)); in tgamma()
/titanic_44/usr/src/lib/libm/common/Q/
H A Dfmodl.c61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodl() local
151 z3 = x3 - y3; in fmodl()
152 carry = (z3 > x3); in fmodl()
175 if ((z1 | z2 | z3) == 0) { /* 0: done */ in fmodl()
184 z2 = z2 + z2 + ((z3 & is) != 0); in fmodl()
185 z3 = z3 + z3; in fmodl()
189 x3 = z3; in fmodl()
194 z3 = x3 - y3; in fmodl()
195 carry = (z3 > x3); in fmodl()
215 x3 = z3; in fmodl()
/titanic_44/usr/src/lib/librstp/common/
H A DREADME.CVS.HOWTO10 cvs -z3 -d:pserver:anonymous@cvs.rstplib.sourceforge.net:/cvsroot/rstplib co modulename
22 cvs -z3 -d:ext:developername@cvs.rstplib.sourceforge.net:/cvsroot/rstplib co modulename
/titanic_44/usr/src/common/crypto/ecc/
H A Decp_jac.c94 mp_int z1, z2, z3; in ec_GFp_pt_jac2aff() local
98 MP_DIGITS(&z3) = 0; in ec_GFp_pt_jac2aff()
101 MP_CHECKOK(mp_init(&z3, FLAG(px))); in ec_GFp_pt_jac2aff()
116 MP_CHECKOK(group->meth->field_mul(&z1, &z2, &z3, group->meth)); in ec_GFp_pt_jac2aff()
118 MP_CHECKOK(group->meth->field_mul(py, &z3, ry, group->meth)); in ec_GFp_pt_jac2aff()
124 mp_clear(&z3); in ec_GFp_pt_jac2aff()
/titanic_44/usr/src/lib/libshell/common/tests/
H A Darith.sh163 { z=$(typeset -RZ3 z3; (( z3 = 8 )); print $z3) ;} 2>/dev/null