Home
last modified time | relevance | path

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

12

/titanic_41/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.c203 double t0, t1, t2, z0, z1, z2; in __vcos() local
220 z1 = x1 * x1; in __vcos()
223 t1 = z1 * (qq1 + z1 * qq2); in __vcos()
226 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vcos()
257 z1 = x1 * x1; in __vcos()
260 t1 = z1 * (qq1 + z1 * qq2); in __vcos()
263 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vcos()
288 z1 = x1 * x1; in __vcos()
291 t1 = z1 * (poly3[1] + z1 * poly4[1]); in __vcos()
294 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.c177 double t0, t1, t2, z0, z1, z2; in __vsin() local
194 z1 = x1 * x1; in __vsin()
197 t1 = z1 * (qq1 + z1 * qq2); in __vsin()
200 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsin()
229 z1 = x1 * x1; in __vsin()
232 t1 = z1 * (qq1 + z1 * qq2); in __vsin()
235 w1 = x1 * (one + z1 * (pp1 + z1 * pp2)); in __vsin()
261 z1 = x1 * x1; in __vsin()
264 t1 = z1 * (poly3[0] + z1 * poly4[0]); in __vsin()
267 t1 = z1 * (poly1[0] + z1 * (poly2[0] + t1)); in __vsin()
[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__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__vhypotf.c44 float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2; in __vhypotf() local
120 z1 = x1 + y1; in __vhypotf()
122 z1 = x1; in __vhypotf()
124 z1 = y1; in __vhypotf()
126 z1 = *x + *y; in __vhypotf()
127 *z = z1; in __vhypotf()
186 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1); in __vhypotf()
189 *pz1 = z1; in __vhypotf()
202 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1); in __vhypotf()
203 *pz1 = z1; in __vhypotf()
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__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()
H A D__vlog.c663 } z0, z1, z2, z3, w0, w1, w2, w3; in __vlog() local
712 z1.i[HIWORD] -= e; in __vlog()
732 d1 = z1.d - w1.d; in __vlog()
/titanic_41/usr/src/lib/libm/common/m9x/
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 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 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()
/titanic_41/usr/src/common/crypto/ecc/
H A Dec2_mont.c89 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, in gf2m_Madd() argument
102 MP_CHECKOK(group->meth->field_mul(z1, x2, z1, group->meth)); in gf2m_Madd()
103 MP_CHECKOK(group->meth->field_mul(x1, z1, &t2, group->meth)); in gf2m_Madd()
104 MP_CHECKOK(group->meth->field_add(z1, x1, z1, group->meth)); in gf2m_Madd()
105 MP_CHECKOK(group->meth->field_sqr(z1, z1, group->meth)); in gf2m_Madd()
106 MP_CHECKOK(group->meth->field_mul(z1, &t1, x1, group->meth)); in gf2m_Madd()
121 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, in gf2m_Mxy() argument
135 if (mp_cmp_z(z1) == 0) { in gf2m_Mxy()
154 MP_CHECKOK(group->meth->field_mul(z1, z2, &t3, group->meth)); in gf2m_Mxy()
156 MP_CHECKOK(group->meth->field_mul(z1, x, z1, group->meth)); in gf2m_Mxy()
[all …]
H A Decp_jac.c94 mp_int z1, z2, z3; in ec_GFp_pt_jac2aff() local
96 MP_DIGITS(&z1) = 0; in ec_GFp_pt_jac2aff()
99 MP_CHECKOK(mp_init(&z1, FLAG(px))); in ec_GFp_pt_jac2aff()
114 MP_CHECKOK(group->meth->field_div(NULL, pz, &z1, group->meth)); in ec_GFp_pt_jac2aff()
115 MP_CHECKOK(group->meth->field_sqr(&z1, &z2, group->meth)); in ec_GFp_pt_jac2aff()
116 MP_CHECKOK(group->meth->field_mul(&z1, &z2, &z3, group->meth)); in ec_GFp_pt_jac2aff()
122 mp_clear(&z1); in ec_GFp_pt_jac2aff()
/titanic_41/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 …]
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c172 const zio_t *z1 = x1; in vdev_queue_offset_compare() local
175 if (z1->io_offset < z2->io_offset) in vdev_queue_offset_compare()
177 if (z1->io_offset > z2->io_offset) in vdev_queue_offset_compare()
180 if (z1 < z2) in vdev_queue_offset_compare()
182 if (z1 > z2) in vdev_queue_offset_compare()
207 const zio_t *z1 = x1; in vdev_queue_timestamp_compare() local
210 if (z1->io_timestamp < z2->io_timestamp) in vdev_queue_timestamp_compare()
212 if (z1->io_timestamp > z2->io_timestamp) in vdev_queue_timestamp_compare()
215 if (z1 < z2) in vdev_queue_timestamp_compare()
217 if (z1 > z2) in vdev_queue_timestamp_compare()
/titanic_41/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()
/titanic_41/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c232 char z1[30], z2[30]; in worker_bee() local
234 sprintf(z1, "%d", i*2); in worker_bee()
236 db_check(zFilename, "readback", az, z1, z2, 0); in worker_bee()

12