Searched refs:int1 (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnamelist_80.f908 INTEGER int1,int2,int3 variable in program:TEST
9 NAMELIST /temp/ int1,int2,int3 local in program:TEST
11 int1 = -1; int2 = -2; int3 = -3
17 WRITE (53, '(a)') ' int1=1'
26 if (int1 /= 1 .or. int2 /= 2 .or. int3 /= 3) call abort()
H A Dnamelist_77.f909 integer :: int1 component in type:mytype1
H A Dnamelist_85.f9015 integer :: int1 variable in program:test_type_extension
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-4.c18 static int int1, int2; variable
27 int1 = __builtin_altivec_vcmpbfp_p (0, f, g);
28 int1 = __builtin_altivec_vcmpeqfp_p (0, f, g);
29 int1 = __builtin_altivec_vcmpequb_p (0, c, d);
30 int1 = __builtin_altivec_vcmpequh_p (0, s, t);
31 int1 = __builtin_altivec_vcmpequw_p (0, i, j);
32 int1 = __builtin_altivec_vcmpgefp_p (0, f, g);
33 int1 = __builtin_altivec_vcmpgtfp_p (0, f, g);
34 int1 = __builtin_altivec_vcmpgtsb_p (0, c, d);
35 int1
[all...]
H A Daltivec-6.c19 static int int1, int2; variable
28 int1 = vec_all_in (f, g);
29 int1 = vec_all_ge (f, g);
30 int1 = vec_all_eq (c, d);
31 int1 = vec_all_ne (s, t);
32 int1 = vec_any_eq (i, j);
33 int1 = vec_any_ge (f, g);
34 int1 = vec_all_ngt (f, g);
35 int1 = vec_any_ge (c, d);
36 int1
[all...]
H A Dvec-cg.c13 static int int1; variable
18 i = __builtin_altivec_lvxl (int1, pi);
19 i = vec_lvxl (int1, pi);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist46.C7 typedef std::initializer_list<int> int1; typedef
8 typedef std::initializer_list<int1> int2;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/char/
H A D1.cc66 std::istream::int_type int1 = is_02.peek(); // should be ' ' local
67 VERIFY( int1 == ' ' );
72 int1 = is_02.peek(); // should be ' '
73 VERIFY( int1 == ' ' );
88 int1 = is_02.peek(); // should be ' '
89 VERIFY( int1 == ' ' );
101 int1 = is_02.peek(); // should be ' '
102 VERIFY( int1 == ' ' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_character/wchar_t/
H A D1.cc64 std::wistream::int_type int1 = is_02.peek(); // should be L' ' local
65 VERIFY( int1 == L' ' );
70 int1 = is_02.peek(); // should be L' '
71 VERIFY( int1 == L' ' );
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbitfld-9.c60 n int1 : 1; member in struct:foo
107 || x.int0 != 1 || x.int1 != 1 || x.int2 != 1
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65240.h838 int int1; member in struct:_xmlError

Completed in 179 milliseconds