Searched refs:temp2 (Results 1 - 25 of 71) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dsimd-2.c13 resfloatvect2 temp2; local
14 temp2.vector=temp+temp1;
15 x[0]=temp2.f[0];
16 x[1]=temp2.f[1];
H A Dsimd-3.c18 resfloatvect2 temp2; local
19 temp2.vector=temp+temp1;
20 x[0]=temp2.f[0];
21 x[1]=temp2.f[1];
H A Dsimd-4.c13 resfloatvect2 temp2; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dsimd-2.c13 resfloatvect2 temp2; local
14 temp2.vector=temp+temp1;
15 x[0]=temp2.f[0];
16 x[1]=temp2.f[1];
H A Dsimd-3.c18 resfloatvect2 temp2; local
19 temp2.vector=temp+temp1;
20 x[0]=temp2.f[0];
21 x[1]=temp2.f[1];
H A Dsimd-4.c13 resfloatvect2 temp2; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr23848-2.c11 char temp2[size]; local
16 bar (temp, temp2, temp3, temp4, size);
19 bar (temp, temp2, (char *) 0, (char *) 0, size);
H A Dpr23848-4.c11 char temp2[size]; local
16 bar (temp, temp2, temp3, temp4, size);
19 __asm __volatile ("" : : "r" (&temp[0]), "r" (&temp2[0]) : "memory");
H A Dpr23848-1.c19 char temp2[size]; local
24 bar2 (temp, temp2, temp3, temp4, size);
H A Dpr23848-3.c14 char temp2[size]; local
19 bar (i, temp, temp2, temp3, temp4, size);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt23.C10 template <class T2> class temp2 class
18 temp2<int> temp2var;
H A Dttp45.C3 template<class M, class T> struct temp2;
4 template<template<class> class M, class T> struct temp2<M<T>, T> {}; struct
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20020320-1.c13 fixed = ({ int temp1 = 2; temp1; }) - ({ int temp2 = 1; temp2; });
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt23.C10 template <class T2> class temp2 class
18 temp2<int> temp2var;
H A Dttp45.C3 template<class M, class T> struct temp2;
4 template<template<class> class M, class T> struct temp2<M<T>, T> {}; struct
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20020320-1.c13 fixed = ({ int temp1 = 2; temp1; }) - ({ int temp2 = 1; temp2; });
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-sqrtrem.c36 mpz_t temp, temp2; local
55 mpz_init (temp2);
78 mpz_add_ui (temp2, x, 1);
79 mpz_mul (temp2, temp2, temp2);
82 if (mpz_cmp (temp2, x2) <= 0)
85 mpz_add (temp2, temp, rem);
88 if (mpz_cmp (x2, temp2) != 0)
97 mpz_clear (temp2);
[all...]
H A Dt-gcd.c83 mpz_t gcd1, gcd2, s, t, temp1, temp2, temp3; variable
127 mpz_init (temp2);
197 mpz_rrandomb (temp2, rands, mpz_get_ui (bs) + 1);
198 mpz_add_ui (temp2, temp2, 1);
199 mpz_mul (temp1, op2, temp2);
208 mpz_rrandomb (temp2, rands, mpz_get_ui (bs) + 1);
209 mpz_add_ui (temp2, temp2, 1);
210 mpz_mul (temp1, op1, temp2);
[all...]
H A Dt-root.c32 mpz_t temp, temp2; local
38 mpz_init (temp2);
49 mpz_add (temp2, temp, rem2);
52 if (mpz_cmp (root1, root2) != 0 || mpz_cmp (x2, temp2) != 0 || mpz_cmp (temp, x2) > 0)
73 mpz_add_ui (temp2, root1, 1L);
74 mpz_pow_ui (temp2, temp2, nth);
75 MPZ_CHECK_FORMAT (temp2);
78 if (mpz_cmp (temp2, x2) <= 0)
91 mpz_clear (temp2);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/fixed-point/
H A Dnoassoc.c20 /* Don't transform to ((temp1 + temp2) * 0.5r) */
21 _Sat _Fract mul_add_test (_Sat _Fract temp1, _Sat _Fract temp2) argument
23 return temp1 * 0.5r + temp2 * 0.5r;
26 /* Don't transform to ((temp1 - temp2) * 0.5r) */
27 _Sat _Fract mul_sub_test (_Sat _Fract temp1, _Sat _Fract temp2) argument
29 return temp1 * 0.5r - temp2 * 0.5r;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload30.C17 Temp<Foo*(*)(Foo*)> temp2(func1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload30.C17 Temp<Foo*(*)(Foo*)> temp2(func1);
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Ddelch.c90 __LDATA *end, *temp1, *temp2; local
95 temp2 = temp1 + 1;
97 (void) memcpy(temp1, temp2, sizeof(__LDATA));
98 temp1++, temp2++;
130 temp2 = temp1 + cw;
132 ( void )memcpy( temp1, temp2, sizeof( __LDATA ));
133 temp1++, temp2++;
H A Dinsch.c92 __LDATA *end, *temp1, *temp2; local
101 temp2 = temp1 - 1;
103 (void) memcpy(temp1, temp2, sizeof(__LDATA));
104 temp1--, temp2--;
H A Dins_wstr.c136 __LDATA *start, *temp1, *temp2;
207 temp2 = temp1 - width;
208 pcw = WCOL(*(temp2 + 1));
215 temp2 += pcw;
216 while (temp1 > temp2 + width) {
229 while (temp2 >= start) {
230 (void)memcpy(temp1, temp2, sizeof(__LDATA));
231 temp1--, temp2--;
288 temp2 = temp1++;
291 while (temp1 < temp2
[all...]

Completed in 137 milliseconds

123