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

1 2 3 4

  /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...]
asin.c 26 Return 0 if special formula fails, otherwise put in z1 the approximate
28 z1 is a temporary variable with enough precision.
31 mpc_asin_special (mpc_ptr rop, mpc_srcptr op, mpc_rnd_t rnd, mpc_ptr z1)
39 if (ey >= 0 || ((-ey) / 2 < mpfr_get_prec (mpc_realref (z1))))
42 mpfr_const_pi (mpc_realref (z1), MPFR_RNDN);
43 mpfr_div_2exp (mpc_realref (z1), mpc_realref (z1), 1, MPFR_RNDN); /* exact */
44 p = mpfr_get_prec (mpc_realref (z1));
45 /* if z1 has precision p, the error on z1 is 1/2*ulp(z1) = 2^(-p) so far
294 mpc_t z1; local
    [all...]
balls.c 142 mpcb_neg (mpcb_ptr z, mpcb_srcptr z1)
145 int overlap = (z == z1);
148 p = mpcb_get_prec (z1);
153 mpc_neg (z->c, z1->c, MPC_RNDNN); /* exact */
154 mpcr_set (z->r, z1->r);
159 mpcb_mul (mpcb_ptr z, mpcb_srcptr z1, mpcb_srcptr z2)
162 mpfr_prec_t p = MPC_MIN (mpcb_get_prec (z1), mpcb_get_prec (z2));
163 int overlap = (z == z1 || z == z2);
172 mpc_mul (zc, z1->c, z2->c, MPC_RNDNN);
178 mpcr_mul (r, z1->r, z2->r)
    [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.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/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/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);
frame-view.c 38 baz (struct type_1 z1, struct type_2 z2)
40 return z1.m + z2.n;
  /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);
frame-view.c 38 baz (struct type_1 z1, struct type_2 z2)
40 return z1.m + z2.n;
  /src/lib/libc/softfloat/bits64/
softfloat-macros 109 bits64 z0, z1;
113 z1 = a1;
117 z1 = ( a0<<negCount ) | ( a1 != 0 );
122 z1 = a0 | ( a1 != 0 );
125 z1 = ( ( a0 | a1 ) != 0 );
129 *z1Ptr = z1;
147 bits64 z0, z1;
151 z1 = a1;
155 z1 = ( a0<<negCount ) | ( a1>>count );
159 z1 = ( count < 64 ) ? ( a0>>( count & 63 ) ) : 0
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/
ghash-riscv64.pl 148 my ($z0,$z1,$z2,$z3,$t0,$t1,$polymod) = ("t0","t1","t2","t3","t4","t5","t6");
158 @{[brev8_rv64i $x0, $z0, $z1, $z2]}
159 @{[brev8_rv64i $x1, $z0, $z1, $z2]}
173 @{[clmul $z1, $x0, $y1]}
178 xor $z1, $z1, $t0
181 xor $z1, $z1, $t1
187 xor $z1, $z1, $t
    [all...]
  /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...]
tpl_gmp.c 44 tpl_same_mpz_value (mpz_ptr z1, mpz_ptr z2)
46 return mpz_cmp (z1, z2) == 0;
tgeneric.c 912 mpc_t z1, z2, z3, z4, z5, zzzz, zzzz2; local
919 mpc_init2 (z1, prec_max);
999 mpc_set_prec (z1, prec);
1000 test_default_random (z1, exp_min, exp_max, 128, zero_probability);
1013 mpfr_set_ui (mpc_realref (z1), 0, GMP_RNDN);
1016 mpfr_set_inf (mpc_realref (z1), +1);
1019 mpfr_set_ui (mpc_imagref (z1), 0, GMP_RNDN);
1022 mpfr_set_inf (mpc_imagref (z1), -1);
1048 mpfr_set_ui (mpc_realref (z1), 0, GMP_RNDN);
1051 mpfr_set_inf (mpc_realref (z1), +1)
    [all...]
  /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/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/historical/nawk/dist/testdir/
T.clv 94 $awk -v x=123 -v y=abc -v z1=10.99 'BEGIN { print x, y, z1 }' >foo2
98 $awk -vx=123 -vy=abc -vz1=10.99 'BEGIN { print x, y, z1 }' >foo2
102 $awk -v x=123 -v y=abc -v z1=10.99 -- 'BEGIN { print x, y, z1 }' >foo2
105 echo 'BEGIN { print x, y, z1 }' >foo0
107 $awk -v x=123 -v y=abc -f foo0 -v z1=10.99 >foo2
110 echo 'BEGIN { print x, y, z1 }' >foo0
115 echo 'BEGIN { print x, y, z1 }' >foo0
117 $awk -f foo0 -v x=123 -v y=abc -v z1=10.99 >foo
    [all...]
  /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...]
tpow_all.c 67 * z1: expected result (null pointer if unknown pure FP value).
68 * inex1: expected ternary value (if z1 is not a null pointer).
76 mpfr_srcptr z1, int inex1, mpfr_srcptr z2, int inex2,
83 /* Note: the test on the sign of z1 and z2 is needed
85 if (z1 == NULL)
90 else if (SAME_SIGN (inex1, inex2) && SAME_VAL (z1, z2))
105 if (z1 == NULL)
112 mpfr_out_str (stdout, 16, 0, z1, MPFR_RNDN);
134 /* Compare the result (z1,inex1) of mpfr_pow with all flags cleared
142 mpfr_srcptr x, mpfr_srcptr y, mpfr_srcptr z1,
    [all...]

Completed in 61 milliseconds

1 2 3 4