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

1 2 3 4 5 6 7 8

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
popcountdi2.c 22 du_int x2 = (du_int)a; local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL
    [all...]
popcountti2.c 34 du_int x2 = (du_int)(x3 + (x3 >> 64)); local
36 su_int x = (su_int)(x2 + (x2 >> 32));
  /src/external/lgpl3/mpc/dist/tests/
tswap.c 26 mpc_t x, y, x2, y2; local
29 mpc_init2 (x2, 50);
34 mpc_set_ui_ui (x2, 1ul, 2ul, MPC_RNDNN);
42 || mpfr_get_prec (mpc_realref (y)) != mpfr_get_prec (mpc_realref (x2))
43 || mpfr_get_prec (mpc_imagref (y)) != mpfr_get_prec (mpc_imagref (x2))
45 || mpc_cmp (y, x2) != 0)
49 mpc_clear (x2);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
global.c 21 int x2; member in struct:__anon324::__anon325
29 global.y.x2 = 47;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
global.c 21 int x2; member in struct:__anon633::__anon634
29 global.y.x2 = 47;
  /src/sys/external/isc/libsodium/dist/test/default/
hash.c 6 static unsigned char x2[] = variable
22 crypto_hash(h, x2, sizeof x2 - 1U);
32 crypto_hash_sha256(h, x2, sizeof x2 - 1U);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
locexpr-data-member-location.h 26 long x2; member in struct:B
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
locexpr-data-member-location.h 26 long x2; member in struct:B
  /src/lib/libm/complex/
catan.c 48 double a, t, x, x2, y; local
56 x2 = x * x;
57 a = 1.0 - x2 - (y * y);
65 a = x2 + (t * t);
70 a = (x2 + (t * t))/a;
catanf.c 48 float a, t, x, x2, y; local
56 x2 = x * x;
57 a = 1.0f - x2 - (y * y);
65 a = x2 + (t * t);
70 a = (x2 + (t * t))/a;
catanl.c 48 long double a, t, x, x2, y; local
56 x2 = x * x;
57 a = 1.0L - x2 - (y * y);
65 a = x2 + (t * t);
70 a = (x2 + (t * t))/a;
cephes_subr.c 87 double f, x, x2, y, y2, rn, t; local
97 x2 = 1.0;
107 x2 *= x;
109 t = y2 + x2;
117 x2 *= x;
119 t = y2 - x2;
cephes_subrf.c 87 float f, x, x2, y, y2, rn, t, d; local
96 x2 = 1.0f;
106 x2 *= x;
108 t = y2 + x2;
116 x2 *= x;
118 t = y2 - x2;
cephes_subrl.c 92 long double f, x, x2, y, y2, rn, t; local
102 x2 = 1.0;
112 x2 *= x;
114 t = y2 + x2;
122 x2 *= x;
124 t = y2 - x2;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
paramless.cc 42 int x2 = outer2.fn<short> (-46); local
45 return x1 + x2;
  /src/external/lgpl3/gmp/dist/mpz/
prodlimbs.c 85 mpz_t x1, x2; local
92 MPZ_TMP_INIT (x2, j);
96 j = mpz_prodlimbs (x2, factors + i, j);
101 cy = mpn_mul (prod, PTR(x1), i, PTR(x2), j);
103 cy = mpn_mul (prod, PTR(x2), j, PTR(x1), i);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
paramless.cc 42 int x2 = outer2.fn<short> (-46); local
45 return x1 + x2;
  /src/sys/arch/m68k/fpe/
fpu_mul.c 103 uint32_t a2, a1, a0, x2, x1, x0, bit, m; local
143 x2 = x->fp_mant[2];
149 FPU_ADDS(a2, a2, x2); \
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
curve25519_sandy2x.c 21 #define x2 var[1] macro
51 x_51.v[0] = (x2[1] << 26) + x2[0];
52 x_51.v[1] = (x2[3] << 26) + x2[2];
53 x_51.v[2] = (x2[5] << 26) + x2[4];
54 x_51.v[3] = (x2[7] << 26) + x2[6];
55 x_51.v[4] = (x2[9] << 26) + x2[8]
64 #undef x2 macro
67 #define x2 macro
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpz/
t-sqrtrem.c 32 mpz_t x2; local
49 mpz_init (x2);
62 mpz_rrandomb (x2, rands, x2_size);
64 /* printf ("%ld\n", SIZ (x2)); */
66 mpz_sqrt (temp, x2);
69 mpz_sqrtrem (x, rem, x2);
75 dump_abort (x2, x, rem);
80 if (mpz_cmp (temp, x2) > 0)
81 dump_abort (x2, x, rem);
87 if (mpz_cmp (temp2, x2) <= 0
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
atanh.c 35 mpfr_t x2, t, u; local
46 mpfr_init2 (x2, p);
49 mpfr_sqr (x2, x, MPFR_RNDF); /* x2 = x^2 * (1 + theta) */
52 mpfr_mul (t, t, x2, MPFR_RNDF); /* t = x^i * (1 + theta)^i */
92 mpfr_clear (x2);
  /src/sys/arch/powerpc/fpu/
fpu_mul.c 109 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
164 x2 = x->fp_mant[2];
171 FPU_ADDCS(a2, a2, x2); \
  /src/sys/arch/sparc/fpu/
fpu_mul.c 105 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
147 x2 = x->fp_mant[2];
154 FPU_ADDCS(a2, a2, x2); \
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_mop.cc 197 int x2 = x; local
198 (void)x2;
203 int x2 = x; local
204 (void)x2;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_rect.h 41 * @x2: horizontal ending coordinate (exclusive)
46 int x1, y1, x2, y2; member in struct:drm_rect
89 r->x2 = x + width;
109 r->x2 += (dw + 1) >> 1;
126 r->x2 += dx;
156 r->x2 /= horz;
169 return r->x2 - r->x1;
207 return r1->x1 == r2->x1 && r1->x2 == r2->x2 &&

Completed in 28 milliseconds

1 2 3 4 5 6 7 8