Searched refs:t1 (Results 1 - 25 of 780) sorted by relevance

1234567891011>>

/haiku-buildtools/isl/test_inputs/codegen/
H A Dsingle_valued.c1 if (2 * (63 * t1 % 64) + t1 <= 134)
2 S(-(2 * ((t1 - 1) % 64)) + t1 + 126);
H A Dunroll3.c1 if ((t1 + 121) % 128 <= 123)
2 write_shared_A(((t1 + 125) % 128) - 3);
H A Dhoist.c1 if (nj >= t1 + 1 && ni >= t0 + 1)
3 S_1(t0, t1, c2);
4 if (nj >= t1 + 17) {
5 S_1(t0, t1 + 16, c2);
6 if (nj >= t1 + 33) {
7 S_1(t0, t1 + 32, c2);
8 if (nj >= t1 + 49)
9 S_1(t0, t1 + 48, c2);
13 S_1(t0 + 16, t1, c2);
14 if (nj >= t1
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dmangle7.C3 typedef void *const t1[2]; typedef
4 float const f1(t1 (&)[79], ...) {} variable
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dvolatile4.f905 logical, volatile :: t1
10 t1 = .false.
12 if(t1) print *, 'VolatileNotOptimizedAway'
H A Dvolatile6.f905 logical, allocatable, volatile :: t1(:)
9 allocate(t1(1),t2(1))
10 t1 = .false.
13 if(ubound(t1,1) /= 1) print *, 'VolatileNotOptimizedAway1'
17 t1 = .false.
18 if(t1(1)) print *, 'VolatileNotOptimizedAway2'
H A Dpr31025.f903 t1 = g(0)
7 f = t1 *log( t1 )
H A Dnullify_2.f905 TYPE (a) t1 ! { dg-error "is being used before" } variable in program:i
6 nullify(t1%x) ! { dg-error "Symbol 't1' at .1. has no IMPLICIT type" }
H A Dtransfer_intrinsic_6.f9010 integer, dimension(3) :: t1 variable
13 t1 = (/1,2,3/)
15 str = transfer(t1,str)
H A Dextends_15.f908 public :: t1
10 type, extends(t1) :: t2 ! { dg-error "has not been previously defined" }
12 type :: t1 type in module:ct
H A Dprivate_type_4.f908 type :: t1 type in module:m1
10 end type t1
12 private :: t1
17 type(t1) function f1() ! { dg-error "of PRIVATE derived type" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/conversion/
H A Dreinterpret4.C3 unsigned long t1 = 1; variable
4 unsigned long t2 = reinterpret_cast<unsigned long>(t1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-4.c5 _Bool t1();
9 return t() && t1();
H A Dloadpre11.c7 int *t1 = t; local
8 if (*t1)
9 *t1 = 2;
10 return g(*t1);
H A Dloadpre12.c8 type *t1 = t; local
9 if ((*t1)[0])
10 (*t1)[0] = 2;
11 return g((*t1)[0]);
/haiku-buildtools/binutils/gold/testsuite/
H A Dexception_test.h26 extern bool t1();
H A Dincremental_test_2.c23 extern int t1(int);
26 if (t1(b) != 0)
H A Dstart_lib_test_1.c25 extern void t1 (void);
29 t1 (void) function
H A Dscript_test_5.cc28 t1() __attribute__ ((section (".text.foo")));
31 t1() function
41 if (t1())
H A Dprotected_2.cc28 t1() function
H A Dthin_archive_test_1.cc34 t1() function
H A Dver_test_1.cc29 t1() function
/haiku-buildtools/cloog/test/
H A Ddarte.c8 for (t1=-n+2;t1<=n-1;t1++) {
9 if (t1 >= 2) {
10 for (t3=t1+4;t3<=t1+2*n+2;t3++) {
11 if ((t1+t3)%2 == 0) {
12 S1(t1+1,1,(-t1+t3-2)/2);
16 for (t2=max(-t1
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb48.C2 char *t1 (const char *s) function
7 char *&t1 (const char *&s) function
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/lto/
H A Dpr41521_1.f905 real t1 local in subroutine:atom
6 t1=sqrt(dble(k(1)**2)-(sol)**2)
7 eval(1)=sol**2/sqrt(t1)-sol**2

Completed in 125 milliseconds

1234567891011>>