HomeSort by: relevance | last modified time | path
    Searched defs:z1 (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/base/one/
thefile.cc 27 int z1 () function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/base/one/
thefile.cc 27 int z1 () function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
complex-parts.c 34 double complex z1 = 1.5 + 4.5 * I; local
42 keep_around (&z1);
  /src/external/lgpl3/mpc/dist/src/
cmp_abs.c 27 mpc_t z1, z2; local
55 z1 [0] = a [0];
58 MPFR_CHANGE_SIGN (mpc_realref (z1));
60 MPFR_CHANGE_SIGN (mpc_imagref (z1));
65 if (mpfr_cmp (mpc_realref (z1), mpc_imagref (z1)) > 0)
66 mpfr_swap (mpc_realref (z1), mpc_imagref (z1));
71 if (mpfr_cmp (mpc_realref (z1), mpc_realref (z2)) == 0)
72 return mpfr_cmp (mpc_imagref (z1), mpc_imagref (z2))
    [all...]
acos.c 29 mpc_t z1; local
183 mpc_init3 (z1, p, p_im); /* we round directly the imaginary part to p_im,
202 mpfr_set_prec (mpc_realref(z1), p);
207 inex = mpc_asin (z1, op, rnd1); /* asin(z) */
208 MPC_ASSERT (mpfr_sgn (mpc_imagref(z1)) * mpfr_sgn (mpc_imagref(op)) > 0);
210 e2 = mpfr_get_exp (mpc_realref(z1));
211 mpfr_sub (mpc_realref(z1), pi_over_2, mpc_realref(z1), MPFR_RNDN);
212 if (!mpfr_zero_p (mpc_realref(z1)))
214 /* the error on x=Re(z1) is bounded by 1/2 ulp(x) + 2^(e1-p-1)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
complex-parts.c 34 double complex z1 = 1.5 + 4.5 * I; local
42 keep_around (&z1);
  /src/crypto/external/apache2/openssl/dist/crypto/des/
qud_cksm.c 37 DES_LONG z0, z1, t0, t1; local
48 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) | Q_B3((*seed)[7]);
64 t1 = z1;
69 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) % 0x7fffffffL;
77 *lp++ = z1;
  /src/crypto/external/bsd/openssl/dist/crypto/des/
qud_cksm.c 37 DES_LONG z0, z1, t0, t1; local
49 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) |
66 t1 = z1;
70 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) %
79 *lp++ = z1;
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/
qud_cksm.c 30 DES_LONG z0, z1, t0, t1; local
42 z1 = Q_B0((*seed)[4]) | Q_B1((*seed)[5]) | Q_B2((*seed)[6]) |
59 t1 = z1;
63 z1 = ((t0 * ((t1 + NOISE) & 0xffffffffL)) & 0xffffffffL) %
72 *lp++ = z1;
  /src/external/lgpl3/mpc/dist/tests/
tsqr.c 146 mpc_t z1; local
149 mpc_init2 (z1, 2);
150 /* RE (z1^2) overflows, IM(z^2) = -0 */
151 mpfr_set_str (mpc_realref (z1), "0.11", 2, MPFR_RNDN);
152 mpfr_mul_2si (mpc_realref (z1), mpc_realref (z1), mpfr_get_emax (), MPFR_RNDN);
153 mpfr_set_ui (mpc_imagref (z1), 0, MPFR_RNDN);
154 mpc_conj (z1, z1, MPC_RNDNN);
155 mpc_sqr (z1, z1, MPC_RNDNN)
    [all...]
  /src/crypto/external/apache2/openssl/lib/libdes/
oqud_cksm.c 79 DES_LONG z0,z1,t0,t1; local
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
117 t1=z1;
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
129 (*lp).b = z1;
133 *lp++ = z1;
  /src/crypto/external/bsd/openssl/lib/libdes/
oqud_cksm.c 79 DES_LONG z0,z1,t0,t1; local
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
117 t1=z1;
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
129 (*lp).b = z1;
133 *lp++ = z1;
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oqud_cksm.c 79 DES_LONG z0,z1,t0,t1; local
97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]);
117 t1=z1;
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
129 (*lp).b = z1;
133 *lp++ = z1;
  /src/external/lgpl3/mpfr/dist/tests/
thypot.c 139 mpfr_t x, y, z1, z2; local
144 mpfr_inits2 (8, x, y, z1, z2, (mpfr_ptr) 0);
147 mpfr_set_ui (z1, 2, MPFR_RNDN);
148 inex1 = mpfr_sqrt (z1, z1, MPFR_RNDN);
149 inex2 = mpfr_mul (z1, z1, x, MPFR_RNDN);
154 if (mpfr_cmp (z1, z2) != 0)
158 mpfr_out_str (stdout, 2, 0, z1, MPFR_RNDN);
177 mpfr_clears (x, y, z1, z2, (mpfr_ptr) 0)
    [all...]
tadd1sp.c 38 mpfr_t x, y, z1, z2; local
47 mpfr_inits (x, y, z1, z2, (mpfr_ptr) 0);
51 mpfr_add1sp (z1, x, y, MPFR_RNDN);
53 if (mpfr_cmp (z1, z2))
58 mpfr_clears (x, y, z1, z2, (mpfr_ptr) 0);
tmul_2exp.c 48 mpfr_t x, y, z1, z2; local
71 mpfr_inits2 (prec, z1, z2, (mpfr_ptr) 0);
78 inex1 = mpfr_set_ui (z1, 1 << k, MPFR_RNDN);
83 inex1 = mpfr_div (z1, y, z1, (mpfr_rnd_t) rnd);
97 mpfr_equal_p (z1, z2))
111 mpfr_out_str (stdout, 16, 0, z1, MPFR_RNDN);
121 mpfr_clears (z1, z2, (mpfr_ptr) 0);
  /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_sample.c 163 uint32_t z0, z1; local
173 z1 = *b >> 4; /* high nibble of byte */
178 if (coef_from_nibble(z1, &out->coeff[j])
  /src/external/lgpl3/gmp/dist/tests/cxx/
t-cxx11.cc 33 mpz_class z1, z2; local
36 static_assert(noexcept(z1 = std::move(z2)), "sorry");
39 static_assert(noexcept(q1 = std::move(z1)), "sorry");
  /src/lib/libc/citrus/
citrus_csmapper.c 193 struct zone z1, z2; local
197 z1.begin = _bcs_skip_ws_len(_region_head(r), &len);
200 z1.end = _bcs_skip_nonws_len(z1.begin, &len);
203 z2.begin = _bcs_skip_ws_len(z1.end, &len);
208 /* z1 : dst name, z2 : norm */
210 "%.*s", (int)(z1.end-z1.begin), z1.begin);
  /src/sys/lib/libkern/
softfloat-macros.h 100 bits64 z0, z1; local
104 z1 = a1;
108 z1 = ( a0<<negCount ) | ( a1 != 0 );
113 z1 = a0 | ( a1 != 0 );
116 z1 = ( ( a0 | a1 ) != 0 );
120 *z1Ptr = z1;
137 bits64 z0, z1; local
141 z1 = a1;
145 z1 = ( a0<<negCount ) | ( a1>>count );
149 z1 = ( count < 128 ) ? ( a0>>( count & 63 ) ) : 0
172 bits64 z0, z1; local
230 bits64 z0, z1, z2; local
307 bits64 z0, z1, z2; local
335 bits64 z1; local
364 bits64 z0, z1, z2; local
420 bits64 z0, z1, z2; local
446 bits64 z0, zMiddleA, zMiddleB, z1; local
483 bits64 z0, z1, z2, more1; local
513 bits64 z0, z1, z2, z3; local
    [all...]
  /src/tests/lib/libm/
t_fenv.c 140 double z1, z2; local
144 z1 = -1;
148 z1 = -1 + ulp1/2;
152 z1 = -1 + ulp1/2;
156 z1 = -1;
163 ATF_CHECK_EQ_MSG(y1, z1, "%s[-1 + ulp(1)/4] expected=%a actual=%a",
164 name, y1, z1);
  /src/crypto/external/apache2/openssl/dist/test/
ec_internal_test.c 247 BIGNUM *x1 = NULL, *y1 = NULL, *z1 = NULL, *x2 = NULL, *y2 = NULL; local
262 z1 = BN_CTX_get(ctx);
278 || !TEST_int_gt(BN_hex2bn(&z1, p521m1), 0)
281 y1, z1, ctx))
  /src/crypto/external/bsd/openssl/dist/test/
ec_internal_test.c 251 BIGNUM *x1 = NULL, *y1 = NULL, *z1 = NULL, *x2 = NULL, *y2 = NULL; local
268 z1 = BN_CTX_get(ctx);
284 || !TEST_int_gt(BN_hex2bn(&z1, p521m1), 0)
287 y1, z1, ctx))
  /src/external/lgpl3/gmp/dist/tests/rand/
gen.c 88 mpz_t z1; local
124 mpz_init (z1);
363 mpz_urandomb (z1, rstate, size);
368 /*fwrite ((unsigned int *) z1->_mp_d, 4, 1, stdout);*/
374 mpz_out_str (stdout, output_radix, z1);
380 mpz_urandomm (z1, rstate, z_mmax);
385 /*fwrite ((unsigned int *) z1->_mp_d, 4, 1, stdout);*/
391 mpz_out_str (stdout, output_radix, z1);
473 mpz_clear (z1);
t-rand.c 32 const char *z1[ENTS] = {"0", "1", "1", "1", "1", "0", "1", "1", "1", "1"}; variable
88 {z1, 1},

Completed in 68 milliseconds

1 2 3