Home
last modified time | relevance | path

Searched refs:z1 (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosf.c149 double z0, z1, z2, z3; in __vcosf() local
182 z1 = y1 * invpio2 + c3two51; in __vcosf()
187 n1 = LO(z1) + 1; in __vcosf()
192 z1 -= c3two51; in __vcosf()
197 y1 = (y1 - z1 * pio2_1) - z1 * pio2_t; in __vcosf()
203 z1 = y1 * y1; in __vcosf()
212 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vcosf()
220 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vcosf()
227 f1 = (float)(one + z1 * (mhalf + z1 * (C0 + in __vcosf()
228 z1 * (C1 + z1 * C2)))); in __vcosf()
[all …]
H A D__vsinf.c153 double z0, z1, z2, z3; in __vsinf() local
186 z1 = y1 * invpio2 + c3two51; in __vsinf()
191 n1 = LO(z1); in __vsinf()
196 z1 -= c3two51; in __vsinf()
201 y1 = (y1 - z1 * pio2_1) - z1 * pio2_t; in __vsinf()
207 z1 = y1 * y1; in __vsinf()
216 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vsinf()
224 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vsinf()
231 f1 = (float)(one + z1 * (mhalf + z1 * (C0 + in __vsinf()
232 z1 * (C1 + z1 * C2)))); in __vsinf()
[all …]
H A D__vcos.c204 double t0, t1, t2, z0, z1, z2; in __vcos() local
221 z1 = x1 * x1; in __vcos()
224 t1 = z1 * (qq1 + z1 * qq2); in __vcos()
227 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vcos()
258 z1 = x1 * x1; in __vcos()
261 t1 = z1 * (qq1 + z1 * qq2); in __vcos()
264 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vcos()
289 z1 = x1 * x1; in __vcos()
292 t1 = z1 * (poly3[1] + z1 * poly4[1]); in __vcos()
295 t1 = z1 * (poly1[1] + z1 * (poly2[1] + t1)); in __vcos()
[all …]
H A D__vsincos.c234 double z0, z1, z2; in __vsincos() local
254 z1 = x1 * x1; in __vsincos()
258 t1 = z1 * (qq1 + z1 * qq2); in __vsincos()
262 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsincos()
313 z1 = x1 * x1; in __vsincos()
316 t1 = z1 * (qq1 + z1 * qq2); in __vsincos()
319 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsincos()
364 z1 = x1 * x1; in __vsincos()
367 t1 = z1 * (poly3[1] + z1 * poly4[1]); in __vsincos()
370 t1 = z1 * (poly1[1] + z1 * (poly2[1] + t1)); in __vsincos()
[all …]
H A D__vsin.c178 double t0, t1, t2, z0, z1, z2; in __vsin() local
195 z1 = x1 * x1; in __vsin()
198 t1 = z1 * (qq1 + z1 * qq2); in __vsin()
201 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsin()
230 z1 = x1 * x1; in __vsin()
233 t1 = z1 * (qq1 + z1 * qq2); in __vsin()
236 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsin()
262 z1 = x1 * x1; in __vsin()
265 t1 = z1 * (poly3[0] + z1 * poly4[0]); in __vsin()
268 t1 = z1 * (poly1[0] + z1 * (poly2[0] + t1)); in __vsin()
[all …]
H A D__vcosbig_ultra3.c226 double t0, t1, t2, z0, z1, z2; in __vlibm_vcos_big_ultra3() local
243 z1 = x1 * x1; in __vlibm_vcos_big_ultra3()
246 t1 = z1 * (qq1 + z1 * qq2); in __vlibm_vcos_big_ultra3()
249 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vlibm_vcos_big_ultra3()
289 z1 = x1 * x1; in __vlibm_vcos_big_ultra3()
292 t1 = z1 * (qq1 + z1 * qq2); in __vlibm_vcos_big_ultra3()
295 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vlibm_vcos_big_ultra3()
330 z1 = x1 * x1; in __vlibm_vcos_big_ultra3()
333 t1 = z1 * (poly3[j1] + z1 * poly4[j1]); in __vlibm_vcos_big_ultra3()
336 t1 = z1 * (poly1[j1] + z1 * (poly2[j1] + t1)); in __vlibm_vcos_big_ultra3()
[all …]
H A D__vsinbig_ultra3.c226 double t0, t1, t2, z0, z1, z2; in __vlibm_vsin_big_ultra3() local
243 z1 = x1 * x1; in __vlibm_vsin_big_ultra3()
246 t1 = z1 * (qq1 + z1 * qq2); in __vlibm_vsin_big_ultra3()
249 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vlibm_vsin_big_ultra3()
289 z1 = x1 * x1; in __vlibm_vsin_big_ultra3()
292 t1 = z1 * (qq1 + z1 * qq2); in __vlibm_vsin_big_ultra3()
295 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vlibm_vsin_big_ultra3()
330 z1 = x1 * x1; in __vlibm_vsin_big_ultra3()
333 t1 = z1 * (poly3[j1] + z1 * poly4[j1]); in __vlibm_vsin_big_ultra3()
336 t1 = z1 * (poly1[j1] + z1 * (poly2[j1] + t1)); in __vlibm_vsin_big_ultra3()
[all …]
H A D__vsincosf.c168 double z0, z1, z2, z3; in __vsincosf() local
205 z1 = y1 * invpio2 + c3two51; in __vsincosf()
210 n1 = LO(z1); in __vsincosf()
215 z1 -= c3two51; in __vsincosf()
220 y1 = (y1 - z1 * pio2_1) - z1 * pio2_t; in __vsincosf()
226 z1 = y1 * y1; in __vsincosf()
231 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); in __vsincosf()
237 g1 = (float)(one + z1 * (mhalf + z1 * (C0 + z1 * in __vsincosf()
238 (C1 + z1 * C2)))); in __vsincosf()
H A D__vhypotf.c52 float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2; in __vhypotf() local
123 z1 = x1 + y1; in __vhypotf()
125 z1 = x1; in __vhypotf()
127 z1 = y1; in __vhypotf()
129 z1 = *x + *y; in __vhypotf()
130 *z = z1; in __vhypotf()
187 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1); in __vhypotf()
190 *pz1 = z1; in __vhypotf()
201 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1); in __vhypotf()
202 *pz1 = z1; in __vhypotf()
H A D__vatan2.c73 double z0, z1, z2, sign0, sign1, sign2, xh; in __vatan2() local
299 z1 = ((y1 - t1 * xh) - t1 * (x1 - xh)) / (x1 + y1 * t1); in __vatan2()
418 x1 = z1 * z1; in __vatan2()
423 t1 = ah1 + (z1 + (al1 + (z1 * x1) * (p1 + x1 * in __vatan2()
442 x1 = z1 * z1; in __vatan2()
443 t1 = ah1 + (z1 + (al1 + (z1 * x1) * (p1 + x1 * in __vatan2()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmal.c94 unsigned int z0, z1, z2, z3, z4, z5, z6, z7; in __fmal() local
453 z1 = zz.i[1]; in __fmal()
459 z1 = zz.i[2]; in __fmal()
465 z1 = zz.i[3]; in __fmal()
470 z1 = z2 = z3 = 0; in __fmal()
474 z0 = (z0 << 1) | (z1 >> 31); in __fmal()
475 z1 = (z1 << 1) | (z2 >> 31); in __fmal()
482 z1 = zz.i[1]; in __fmal()
492 if (exy > ez || (exy == ez && (xy0 > z0 || (xy0 == z0 && (xy1 > z1 || in __fmal()
493 (xy1 == z1 && (xy2 > z2 || (xy2 == z2 && (xy3 > z3 || in __fmal()
[all …]
H A Dfma.c77 unsigned int xy0, xy1, xy2, xy3, z0, z1, z2, z3, fsr, rm, sticky; in __fma() local
158 z1 = zz.i[1]; in __fma()
166 (xy1 > z1 || (xy1 == z1 && (xy2 | xy3) != 0)))))) { in __fma()
170 e = xy1; xy1 = z1; z1 = e; in __fma()
232 z1 += xy1; in __fma()
234 z1++; in __fma()
235 e = (z1 <= xy1); in __fma()
237 e = (z1 < xy1); in __fma()
248 z0 = z1 = 0; in __fma()
250 sticky = z3 | z2 | ((z1 << 1) << (63 - e)); in __fma()
[all …]
H A Dremquol.c63 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodquol() local
166 z1 = x1 - y1; in fmodquol()
167 carry = z1 > x1; in fmodquol()
169 z1 = x1 - y1 - 1; in fmodquol()
170 carry = z1 >= x1; in fmodquol()
182 if ((z1 | z2 | z3) == 0) { in fmodquol()
196 z0 = z0 + z0 + ((z1 & is) != 0); in fmodquol()
197 z1 = z1 + z1 + ((z2 & is) != 0); in fmodquol()
201 x1 = z1; in fmodquol()
218 z1 = x1 - y1; in fmodquol()
[all …]
H A Dtgammal.c883 long double r1, r2, t2, z, xh, xl, yh, yl, zh, z1, z2, zl, x5, wh, wl; in gam_n() local
924 z1 = x + one; in gam_n()
926 z = z1 * z2; in gam_n()
928 zh = CHOPPED((z1)); in gam_n()
936 z1 = x + 2.0L; in gam_n()
938 zh = CHOPPED(z1); in gam_n()
941 xl = zl * (zh + z1) - (xh - (zh * zh - one)); in gam_n()
944 wh = CHOPPED((z1 * (yy.h + yy.l))); in gam_n()
945 wl = (zl * yy.h + z1 * yy.l) - (wh - zh * yy.h); in gam_n()
952 z1 = x + 2.0L; in gam_n()
[all …]
H A Dtgamma.c1408 double r1, r2, t2, z, xh, xl, yh, yl, zh, z1, z2, zl, x5, wh, wl; in gam_n() local
1450 z1 = x + one; in gam_n()
1452 z = z1 * z2; in gam_n()
1454 zh = (double) ((float) z1); in gam_n()
1461 z1 = x + 2.0; in gam_n()
1463 zh = z1; in gam_n()
1467 z = z1 * z2; in gam_n()
1469 xl = zl * (z2 + zh * (z1 + zh)) - (xh - zh * (zh * zh - one)); in gam_n()
1474 z1 = x + 2.0; in gam_n()
1476 z = z1 * z2; in gam_n()
[all …]
H A Dtgammaf.c403 double z1, z2; in gam_n() local
433 z1 = (x + two) * (x + 3.0) * yy; in gam_n()
435 rr = z1 * z2; in gam_n()
438 z1 = (x + two) * (x + 3.0); in gam_n()
440 rr = z1 * (z1 - two) * z2; in gam_n()
443 z1 = (x + two) * (x + 3.0); in gam_n()
445 rr = z1 * (z1 - two) * z2; in gam_n()
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_mont.c87 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, in gf2m_Madd() argument
100 MP_CHECKOK(group->meth->field_mul(z1, x2, z1, group->meth)); in gf2m_Madd()
101 MP_CHECKOK(group->meth->field_mul(x1, z1, &t2, group->meth)); in gf2m_Madd()
102 MP_CHECKOK(group->meth->field_add(z1, x1, z1, group->meth)); in gf2m_Madd()
103 MP_CHECKOK(group->meth->field_sqr(z1, z1, group->meth)); in gf2m_Madd()
104 MP_CHECKOK(group->meth->field_mul(z1, &t1, x1, group->meth)); in gf2m_Madd()
119 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, in gf2m_Mxy() argument
133 if (mp_cmp_z(z1) == 0) { in gf2m_Mxy()
152 MP_CHECKOK(group->meth->field_mul(z1, z2, &t3, group->meth)); in gf2m_Mxy()
154 MP_CHECKOK(group->meth->field_mul(z1, x, z1, group->meth)); in gf2m_Mxy()
[all …]
H A Decp_jac.c92 mp_int z1, z2, z3; in ec_GFp_pt_jac2aff() local
94 MP_DIGITS(&z1) = 0; in ec_GFp_pt_jac2aff()
97 MP_CHECKOK(mp_init(&z1, FLAG(px))); in ec_GFp_pt_jac2aff()
112 MP_CHECKOK(group->meth->field_div(NULL, pz, &z1, group->meth)); in ec_GFp_pt_jac2aff()
113 MP_CHECKOK(group->meth->field_sqr(&z1, &z2, group->meth)); in ec_GFp_pt_jac2aff()
114 MP_CHECKOK(group->meth->field_mul(&z1, &z2, &z3, group->meth)); in ec_GFp_pt_jac2aff()
120 mp_clear(&z1); in ec_GFp_pt_jac2aff()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dfmodl.c61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodl() local
161 z1 = x1 - y1; in fmodl()
162 carry = (z1 > x1); in fmodl()
164 z1 = x1 - y1 - 1; in fmodl()
165 carry = (z1 >= x1); in fmodl()
175 if ((z1 | z2 | z3) == 0) { /* 0: done */ in fmodl()
182 z0 = z0 + z0 + ((z1 & is) != 0); in fmodl()
183 z1 = z1 + z1 + ((z2 & is) != 0); in fmodl()
187 x1 = z1; in fmodl()
204 z1 = x1 - y1; in fmodl()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.clv109 $AWK -v x=123 -v y=abc -v z1=10.99 'BEGIN { print x, y, z1 }' > $TEMP2
117 $AWK -v x=123 -v y=abc -v z1=10.99 -- 'BEGIN { print x, y, z1 }' > $TEMP2
122 $AWK -v x=123 -v y=abc -f $TEMP0 -v z1=10.99 > $TEMP2
132 $AWK -f $TEMP0 -v x=123 -v y=abc -v z1=10.99 > $TEMP2
144 $AWK -f $TEMP0 -v x=123 -v y=abc -v z1=10.99 /dev/null x=4567 /dev/null > $TEMP2
158 $AWK -v x=123 -v y=abc -v z1=10.99 -f $TEMP0 x=4567 /etc/passwd > $TEMP2
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLogDistribution.java161 long z1 = getZeroBucketValue(); in compareTo() local
163 cmp = (z1 < z2 ? -1 : (z1 > z2 ? 1 : 0)); in compareTo()
H A DLinearDistribution.java239 long z1 = getZeroBucketValue(); in compareTo() local
241 cmp = (z1 < z2 ? -1 : (z1 > z2 ? 1 : 0)); in compareTo()
H A DLogLinearDistribution.java214 long z1 = getZeroBucketValue(); in compareTo() local
216 cmp = (z1 < z2 ? -1 : (z1 > z2 ? 1 : 0)); in compareTo()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c229 char z1[30], z2[30]; in worker_bee() local
231 sprintf(z1, "%d", i*2); in worker_bee()
233 db_check(zFilename, "readback", az, z1, z2, 0); in worker_bee()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c214 const zio_t *z1 = (const zio_t *)x1; in vdev_queue_offset_compare() local
217 int cmp = TREE_CMP(z1->io_offset, z2->io_offset); in vdev_queue_offset_compare()
222 return (TREE_PCMP(z1, z2)); in vdev_queue_offset_compare()
246 const zio_t *z1 = (const zio_t *)x1; in vdev_queue_timestamp_compare() local
249 int cmp = TREE_CMP(z1->io_timestamp, z2->io_timestamp); in vdev_queue_timestamp_compare()
254 return (TREE_PCMP(z1, z2)); in vdev_queue_timestamp_compare()

12