Searched refs:a1 (Results 1 - 25 of 1583) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A DPR40660.f907 INTEGER, DIMENSION(3) :: a1,a2 variable in program:test
8 a1 = 1
9 PRINT*, a1
H A Ddeferred_character_7.f909 character(len=:), allocatable :: a1(:) variable
16 a1 = ["ABCDEFGH","abcdefgh"]
17 a2 = "_"//a1//chr//"_"
30 a1 = "?"//a1//"?"
31 if (any (a1 .ne. ["?ABCDEFGH?","?abcdefgh?"])) call abort
33 a1 = "?"//a1(1:2)//"?"
34 if (any (a1 .ne. ["??ABCDEFGH??","??abcdefgh??"])) call abort
36 a1
[all...]
H A Dread_comma.f12 character(10) :: a1 variable in program:pr25039
24 read(10,'(a10)') a1
25 if(a1.ne."1234,6789,") call abort()
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc99-const-expr-13.c14 int a1[(int)(-5.0/3.0)]; local
H A DWcxx-compat-14.c4 char a1[] = "a"; variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dvector1.C5 __attribute__((vector_size(16))) int a1 = { 100, 200, 300, 400 }; variable
H A Dvector8.C8 vector int a1; variable
17 a1 = a1 | b1;
18 a1 = a1 & b1;
19 a1 = a1 ^ b1;
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-fortran/
H A Dpset-1.f905 integer, allocatable :: a1(:) variable in program:test
11 allocate (a1(5))
12 if (.not.allocated (a1)) call abort()
14 a1 = 10
16 !$acc parallel copy(a1(1:5))
17 a1(1) = 1
18 a1(2) = 2
19 a1(3) = 3
20 a1(4) = 4
21 a1(
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dundefined.s1 ldr a1, .Lval
H A Dundefined_coff.s1 ldr a1, Lval
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dundefined.s1 ldr a1, .Lval
H A Dundefined_coff.s1 ldr a1, Lval
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash22.C4 void a1();
9 void A::a1(); // this used to die in chainon(), now grokdeclarator should// { dg-error "" } cannot declare.*
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dparsing7.C10 int (**a1)()
14 int (**a1)()
19 int (**a1)( int a, int b )
23 int (**a1)( int a, int b )
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr26630.c7 int a1 = 40000; local
8 int c1 = ( ((int)(short)(a1-10000)) + 10000)*2;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dauto1.C7 // .ascii "a1\0" # DW_AT_name
20 // { dg-final { scan-assembler "a1.*(0x\[0-9a-f]+)\[^\n\r]*DW_AT_type.*\\1. DW_TAG_unspecified_type.*DW_AT_specification\[\n\r]{1,2}\[^\n\r]*(0x\[0-9a-f]+)\[^\n\r]*DW_AT_type.*\\2. DW_TAG_base_type" } }
24 auto a1 () { return 42; } function in struct:A
30 a.a1();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Daggr4.C6 A a1 = { 1 }; // ok variable
7 A a2 = { a1 }; // { dg-error "cannot convert" "" { target { ! c++11 } } }
/haiku-buildtools/binutils/gas/testsuite/gas/mn10200/
H A Dmov2.s2 mov (d1,a1),d2
5 mov (8,a2),a1
6 mov (256,a2),a1
7 mov (131071,a2),a1
8 mov (d1,a1),a2
9 mov (32768),a1
10 mov (131071),a1
H A Dmov4.s2 mov a1,(d2,a2)
3 mov a1,(128)
4 mov a1,(131071)
8 mov 256,a1
9 mov 131071,a1
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mn10200/
H A Dmov2.s2 mov (d1,a1),d2
5 mov (8,a2),a1
6 mov (256,a2),a1
7 mov (131071,a2),a1
8 mov (d1,a1),a2
9 mov (32768),a1
10 mov (131071),a1
H A Dmov4.s2 mov a1,(d2,a2)
3 mov a1,(128)
4 mov a1,(131071)
8 mov 256,a1
9 mov 131071,a1
/haiku-buildtools/binutils/gas/testsuite/gas/mn10300/
H A Dmov4.s2 mov a1,(32768,sp)
3 mov a1,(131071,sp)
4 mov a1,(d2,a2)
5 mov a1,(128)
6 mov a1,(131071)
7 mov sp,(32,a1)
11 mov 8,a1
12 mov 256,a1
13 mov 131071,a1
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mn10300/
H A Dmov4.s2 mov a1,(32768,sp)
3 mov a1,(131071,sp)
4 mov a1,(d2,a2)
5 mov a1,(128)
6 mov a1,(131071)
7 mov sp,(32,a1)
11 mov 8,a1
12 mov 256,a1
13 mov 131071,a1
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dvector-2.c8 vector int a1; variable
17 a1 = a1 | b1;
18 a1 = a1 & b1;
19 a1 = a1 ^ b1;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930611-1.c2 f (float a1) argument
5 fl1.f = a1;
6 return fl1.l ? 1.0 : a1;

Completed in 325 milliseconds

1234567891011>>