Searched refs:t2 (Results 1 - 25 of 673) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gold/testsuite/
H A Dstart_lib_test_2.c25 extern void t2 (void);
28 t2 (void) function
H A Dthin_archive_test_1.cc31 extern int t2();
36 return (t2() << 4) | 1;
H A Dstart_lib_test_1.c26 extern void t2 (void);
31 t2 ();
H A Dprotected_3.cc30 t2() function
H A Dprotected_main_3.cc28 t2() function
H A Dthin_archive_test_2.cc34 t2() function
H A Drelro_test_main.cc26 extern bool t2();
32 assert(t2());
H A Dweak_undef.h24 extern int t2();
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dvolatile4.f906 logical :: t2 variable
9 t2 = .false.
13 if(t2) print *, 'NonVolatileNotOptimizedAway'
H A Dvolatile6.f906 logical, allocatable :: t2(:) variable
9 allocate(t1(1),t2(1))
11 t2 = .false.
14 if(ubound(t2,1) /= 1) print *, 'NonVolatileNotOptimizedAway1'
19 t2 = .false.
20 if(t2(1)) print *, 'NonVolatileNotOptimizedAway2'
H A Drepeat_4.f9011 character(len=2) :: t2 variable in program:test
13 t0 = "" ; t1 = "a" ; t2 = "ab"
21 print *, repeat(t2, -1) ! { dg-error "Argument NCOPIES of REPEAT intrinsic is negative" }
26 print *, repeat(t2, huge(0)) ! { dg-error "Argument NCOPIES of REPEAT intrinsic is too large " }
31 print *, repeat(t2, huge(0)/2)
35 print *, repeat(t2, huge(0)/2+1) ! { dg-error "Argument NCOPIES of REPEAT intrinsic is too large " }
H A Dconstructor_4.f9023 interface t2
25 end interface t2
26 type t2 ! { dg-error "the same name as derived type" } type in module:m2
28 end type t2
31 type(t2) :: f2
H A Dconstructor_5.f9022 interface t2
24 end interface t2
25 type t2 type in module:m2
27 end type t2
30 type(t2) :: f2
H A Dunlimited_polymorphic_9.f909 class(*) :: t1, t2 ! { dg-error "must be dummy, allocatable or pointer" }
11 print *, 'main: compare = ', compare (t1, t2)
12 print *, SAME_TYPE_AS (t1, t2)
/haiku-buildtools/isl/test_inputs/codegen/
H A Dunroll4.c2 write_shared_A(3, ((t1 + 3) % 4) + 1, ((t2 + 31) % 32) + 1);
3 if (t1 % 3 == 0 && t2 >= 1 && t2 <= 2)
4 write_shared_A(3, (-t1 + 12) / 3, t2 + 32);
6 int c3 = ((t1 + 3) % 4) + 1 >= t2 && t2 >= 2 && t2 <= 33 ? t2 + 32 : ((t2 + 30) % 32) + 2;
7 if (c3 == t2
[all...]
/haiku-buildtools/cloog/test/
H A Ddarte.good.c16 int t1, t2, t3; local
21 t2 = n+1 ;
31 for (t2=-n+4;t2<=3*n-2;t2++) {
32 for (t3=t2+2;t3<=t2+2*n;t3++) {
33 if ((t2+n)%2 == 0) {
34 i = (t2-n+2)/2 ;
35 j = (t2
[all...]
H A Dconstbound.c3 for (t2=50*t0;t2<=50*t0+24;t2++) {
4 for (t3=0;t3<=t2;t3++) {
5 S1(t0,t2,t3);
8 for (t2=50*t0+25;t2<=50*t0+49;t2++) {
9 for (t3=0;t3<=t2;t3++) {
10 S2(t0,t2,t
[all...]
H A Ddarte.c16 for (t2=max(-t1+2,t1+2);t2<=-t1+4;t2++) {
17 for (t3=t2+2;t3<=t2+2*n;t3++) {
18 if ((t1+t2)%2 == 0) {
20 S1((t1+t2)/2,(-t1+t2)/2,(-t2+t3)/2);
25 for (t2
[all...]
H A Ddartef.f16 DO t2=MAX(-t1+2,t1+2), -t1+4
17 DO t3=t2+2, t2+2*n
18 IF (MOD(t1+t2, 2) == 0) THEN
20 S1((t1+t2)/2,(-t1+t2)/2,(-t2+t3)/2)
25 DO t2=MAX(-t1+5,t1+3), MIN(-t1+2*n,t1+2*n)
26 DO t3=1, MIN(n,t2+1)
27 IF (MOD(t1+t2
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/
H A D35480_neg.cc29 std::tuple<int, int> t2( 1, 2 );
30 if ( t1 < t2 ) {} // { dg-error "here" }
31 if ( t1 == t2 ) {} // { dg-error "here" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/conversion/
H A Dreinterpret4.C4 unsigned long t2 = reinterpret_cast<unsigned long>(t1); variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Darm_rtti1.C10 extern const std::type_info& t2;
13 return t1 == t2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr58277-1.c42 int *t2 = 0; local
44 0, 0, 0, 0, 0, 0, 0, 0, 0, &t2, 0, 0, &t2, &t2, &t2,
45 &t2, &t2, 0, 0, 0, 0, 0, 0, 0, &t2, 0, 0, 0, 0, 0, 0,
46 0, 0, 0, 0, &t2, 0, 0, 0, 0, 0, 0, 0, &t2,
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum3.C7 tristate_satisfies (register tristate const t1, register tristate const t2) argument
12 return (tristate) -t2;
16 return t2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr17692.c4 /* The fact that t1 and t2 are uninitialized is critical. With them
17 double t1, t2, t3, t4; local
19 t4 = t1 >= t2 ? t1 : t2;

Completed in 79 milliseconds

1234567891011>>