Searched refs:tmp2 (Results 1 - 25 of 96) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-13.c7 double tmp2 = a + tmp; local
8 tmp2 = tmp2 - a;
9 return a + tmp2 - 5.0;
H A Dreassoc-17.c6 double tmp1, tmp2, sum; local
11 tmp2 = x/ddj;
12 return tmp1 + y + tmp2;
H A Dreassoc-16.c7 double tmp2 = y / weight; local
9 return tmp1 + tmp2 + tmp3;
H A Dreassoc-14.c8 unsigned int tmp2 = y * weight; local
10 return tmp1 + (tmp2 + tmp3);
17 unsigned int tmp2 = y * weight * weight; local
19 return tmp1 + tmp2 + tmp3;
H A Dreassoc-15.c12 unsigned int tmp2 = y * wtmp2; local
14 return tmp1 + tmp2 + tmp3;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbf64-1.c8 struct tmp2 struct
21 struct tmp2
22 sub2 (struct tmp2 tmp2) argument
24 tmp2.field |= 0x0008765412345678LL;
25 return tmp2;
31 struct tmp2 tmp2 = {0xFFF000FFF000FLL, 0x123}; local
34 tmp2 = sub2 (tmp2);
[all...]
H A D990117-1.c5 double tmp2 = ((double) i / j); local
7 return tmp1 < tmp2;
H A D991118-1.c7 struct tmp2 struct
32 struct tmp2
33 sub2 (struct tmp2 tmp2) argument
35 tmp2.field ^= 0x0008765412345678LL;
36 return tmp2;
54 struct tmp2 tmp2 = {0x123456789ABCDLL, 0x123}; variable in typeref:struct:tmp2
65 tmp2 = sub2 (tmp2);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Ddata.f9016 type (tmp1) tmp2(2) local in subroutine:sub1
18 data tmp2(2)%t1(2)%r, tmp2(1)%t1(3)%a, tmp2(1)%b/220,136,137,138,139,10/
19 data tmp2(2)%t1(4)%a,tmp2(2)%t1(3)%a/241,242,4*5,233,234/
21 data (tmp2(1)%t1(2)%a(i),i=4,1,-1)/124,123,122,121/
23 data tmp2(1)%t1(4)%a(4:1:-1)/144,143,142,141/
24 data tmp2(1)%t1(1)%a(1:4:2)/111,113/
26 data tmp2(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dstring_compare_1.f9014 LOGICAL :: tmp(1), tmp2(1) variable in program:main
17 tmp2 = (exprs(1:1)(1:1) == al2)
20 PRINT '(L1)', tmp2
22 IF (.NOT. tmp(1) .OR. .NOT. tmp2(1)) THEN
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/guality/
H A Dpr41447-1.c12 int tmp2 = a; local
17 GUALCHKVAL (tmp2);
19 tmp3 = tmp2;
22 GUALCHKVAL (tmp2);
24 res = tmp - tmp2 + 1;
/haiku-buildtools/legacy/gcc/contrib/
H A Dcompare_tests14 tmp2=/tmp/$tool-testing.$$b
24 sed 's/^XFAIL/FAIL/; s/^XPASS/PASS/' < "$2" >$tmp2
27 now=$tmp2
29 trap "rm -f $tmp1 $tmp2 $now_s $before_s" 0 1 2 3 5 9 13 15
35 grep '^PASS' "$before_s" | sed 's/^....: //' | comm -12 $tmp1 - >$tmp2
37 grep -s . $tmp2 >/dev/null
41 cat $tmp2
46 grep '^FAIL' "$before_s" | sed 's/^....: //' | comm -12 $tmp1 - >$tmp2
48 grep -s . $tmp2 >/dev/null
52 cat $tmp2
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr53352.c30 T tmp1, tmp2; local
35 tmp2.parts = one.parts;
36 tmp2.parts.c = tmp1.parts.c;
37 one.parts = tmp2.parts;
H A Ddi-sync-multithread.c65 long long tmp1, tmp2, tmp3; local
71 for (tmp2 = 0; tmp2 < 64; tmp2++)
81 "tmp2=0x%llx tmp3=0x%llx\n",
82 tw->thread, workspace, tmp1, tmp2, tmp3);
86 tmp2=__sync_or_and_fetch (&workspace,
90 if ((tmp2 & (0x1fll * logic1bit | 0xffll * logic2bit
94 "workspace=0x%llx tmp2=0x%llx "
96 tw->thread, workspace, tmp2,
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_map/profile/
H A Dunordered.cc12 unordered_set <int> *tmp2; local
13 tmp2 = new unordered_set<int>;
14 tmp2->insert(1);
15 delete tmp2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dreassoc-1.c9 int tmp2 = b * w; local
11 return tmp1 + tmp2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr54157.c12 struct test2 tmp2[4]; variable in typeref:struct:test2
20 tmp2[2].e.n[1][i][j] = 8;
/haiku-buildtools/gcc/mpfr/src/
H A Dlog.c46 mpfr_t tmp1, tmp2; local
114 MPFR_GROUP_INIT_2 (group, p, tmp1, tmp2);
125 mpfr_mul_2si (tmp2, a, m, MPFR_RNDN); /* s=a*2^m, err<=1 ulp */
126 mpfr_div (tmp1, __gmpfr_four, tmp2, MPFR_RNDN);/* 4/s, err<=2 ulps */
127 mpfr_agm (tmp2, __gmpfr_one, tmp1, MPFR_RNDN); /* AG(1,4/s),err<=3 ulps */
128 mpfr_mul_2ui (tmp2, tmp2, 1, MPFR_RNDN); /* 2*AG(1,4/s), err<=3 ulps */
130 mpfr_div (tmp2, tmp1, tmp2, MPFR_RNDN); /* pi/2*AG(1,4/s), err<=5ulps */
133 mpfr_sub (tmp1, tmp2, tmp
[all...]
H A Dgamma.c100 mpfr_t xp, GammaTrial, tmp, tmp2; local
296 mpfr_init2 (tmp2, 53);
311 w += 17; /* to get tmp2 small enough */
313 mpfr_set_prec (tmp2, w);
316 mpfr_const_pi (tmp2, MPFR_RNDN);
317 mpfr_mul (tmp2, tmp2, tmp, MPFR_RNDN); /* Pi*(2-x) */
318 mpfr_sin (tmp, tmp2, MPFR_RNDN); /* sin(Pi*(2-x)) */
321 mpfr_mul_ui (tmp2, tmp2,
[all...]
/haiku-buildtools/gcc/gmp/mpq/
H A Daors.c33 mpz_t tmp1, tmp2; local
43 MPZ_TMP_INIT (tmp2, op2_num_size + op1_den_size);
58 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd);
59 mpz_mul (tmp2, &(op2->_mp_num), tmp2);
61 MPZ_TMP_INIT (t, MAX (ABS (tmp1->_mp_size), ABS (tmp2->_mp_size)) + 1);
63 (*fun) (t, tmp1, tmp2);
64 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd);
70 mpz_mul (&(rop->_mp_den), &(op2->_mp_den), tmp2);
76 mpz_mul (&(rop->_mp_den), tmp1, tmp2);
[all...]
H A Ddiv.c28 mpz_t tmp1, tmp2; local
67 MPZ_TMP_INIT (tmp2, alloc);
81 mpz_divexact_gcd (tmp2, &(op2->_mp_den), gcd2);
83 mpz_mul (numtmp, tmp1, tmp2);
86 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd2);
88 mpz_mul (&(quot->_mp_den), tmp1, tmp2);
H A Dmul.c29 mpz_t tmp1, tmp2; local
72 MPZ_TMP_INIT (tmp2, alloc);
83 mpz_divexact_gcd (tmp2, &(op2->_mp_num), gcd2);
85 mpz_mul (&(prod->_mp_num), tmp1, tmp2);
88 mpz_divexact_gcd (tmp2, &(op1->_mp_den), gcd2);
90 mpz_mul (&(prod->_mp_den), tmp1, tmp2);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dpidigits.c41 static mpz_t numer, accum, denom, tmp1, tmp2; variable
52 mpz_fdiv_qr(tmp1, tmp2, tmp1, denom);
55 mpz_add(tmp2, tmp2, numer);
58 if (mpz_cmp(tmp2, denom) >= 0)
87 mpz_init(tmp2);
/haiku-buildtools/gcc/contrib/
H A Dcompare_tests40 tmp2=/tmp/$tool-testing.$$b
50 tmps="$tmp1 $tmp2 $now_s $before_s $lst1 $lst2 $lst3 $lst4 $lst5 $sum1 $sum2"
111 sed 's/^XFAIL/FAIL/; s/^XPASS/PASS/' < "$2" | awk '/^Running target / {target = $3} { if (target != "unix") { sub(/: /, "&"target": " ); }; print $0; }' | cut -c1-2000 >$tmp2
114 now=$tmp2
127 grep '^PASS' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -12 $tmp1 - >$tmp2
129 grep -s . $tmp2 >/dev/null
133 cat $tmp2
139 grep '^FAIL' "$before_s" | sed 's/^[^:]*:[ ]//' | comm -12 $tmp1 - >$tmp2
141 grep -s . $tmp2 >/dev/null
145 cat $tmp2
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tm/
H A Dopt-1.c25 int tmp2 = gvar; local
27 gvar = tmp + tmp2;

Completed in 203 milliseconds

1234