Searched refs:s2 (Results 1 - 25 of 1621) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dverify_2.f903 character(len=3) s1, s2 variable in program:verify_2
5 s2 = ''
7 if (verify(s1, s2) /= 1) call abort
9 if (verify(s1, s2, .true.) /= 3) call abort
H A Dtransfer_array_intrinsic_4.f9010 character(11) :: s1, s2 variable in program:trf_test
17 s2 = TRANSFER(ba + 32_1, s2)
19 if (s2 .ne. 'abcdefghijk') call abort ()
23 s2 = TRANSFER(ia, s2)
25 if (trim (s1)//' JK' .ne. s2) call abort ()
H A Drepeat_3.f9013 character(len=2) s1, s2 variable in program:test
20 s2 = repeat(s1,i1)
21 if (s2 /= s1) call abort
22 s2 = repeat(s1,i2)
23 if (s2 /= s1) call abort
24 s2 = repeat(s1,i4)
25 if (s2 /= s1) call abort
26 s2 = repeat(s1,i8)
27 if (s2 /= s1) call abort
H A Dwarn_unused_function_2.f9011 private :: s1,s2,s3
16 call s2(s3)
19 subroutine s2(dummy) ! { dg-warning "Unused dummy argument" } subroutine in module:m
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dfoo.c2 main (s1, s2)
3 int *s1; int *s2;
5 while ((*s1++ = *s2++) != '\0')
H A Ds.c5 } s1, s2; variable in typeref:struct:foo
8 structret (s1, i1, i2, s2)
9 struct foo s1, s2;
17 return s2;
19 s2.a = 11;
20 s2.b = 22;
21 s2.c = s1.c;
22 s2.d = s1.d;
23 return s2;
H A D960221-1.c3 struct s2 { struct
8 foo (struct s2 *ptr)
10 *ptr = (struct s2) {{}, 0};
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dcmpstr.c11 test00 (const char *s1, const char *s2) argument
13 return __builtin_strcmp (s1, s2);
19 test01 (const char *s2) argument
21 return __builtin_strcmp ("abc", s2);
26 test03 (const char *s1, const char *s2) argument
29 __builtin_assume_aligned (s2, 4));
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrncmp-2.c19 const char *s2; local
22 s2 = s1;
23 if (strncmp (++s2, "ello", 3) != 0 || s2 != s1+1)
25 s2 = s1;
26 if (strncmp ("ello", ++s2, 3) != 0 || s2 != s1+1)
28 s2 = s1;
29 if (strncmp (++s2, "ello", 4) != 0 || s2 !
[all...]
H A Dstrncmp.c16 const char *s2, *s3; local
45 s2 = s1; s3 = s1+4;
46 if (strncmp (++s2, ++s3, 0) != 0 || s2 != s1+1 || s3 != s1+5)
48 s2 = s1;
49 if (strncmp (++s2, "", 1) <= 0 || s2 != s1+1)
51 if (strncmp ("", ++s2, 1) >= 0 || s2 != s1+2)
53 if (strncmp (++s2, "", 10
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dadjustr.f908 character(len=10) s1(test_cases), s2(test_cases) variable in program:test_adjustr
10 s2(1)=' A'
12 s2(2)=' AB'
14 s2(3)=' ABC'
16 s2(4)=' ABCD'
18 s2(5)=' ABCDE'
20 s2(6)=' ABCDEF'
22 s2(7)=' ABCDEFG'
24 s2(8)=' ABCDEFGH'
26 s2(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr42629.c12 int s2 = adler; local
14 s2 += s1;
16 s2 += s1;
18 s2 += s1;
20 s2 += s1;
22 s2 += s1;
24 s2 += s1;
26 s2 += s1;
28 s2 += s1;
29 return (s2 << 1
[all...]
H A D20030707-1.c12 double s2 = 0; local
13 *c = atan2(s2,c2);
14 t(1/s2);
H A Danon-struct-14.c8 struct s2 { s1; int s1; }; /* { dg-error "duplicate" } */ struct
9 int f(struct s2 *p) { return p->s1; } /* { dg-error "incompatible" } */
/haiku-buildtools/binutils/ld/testsuite/ld-tic6x/
H A Dehtype-reloc-1.s1 .globl s2
6 .ehtype s2
8 s2: label
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_set/
H A D63456.cc24 std::unordered_set<int> s1, s2; local
25 s2.insert(2);
27 s1 = s2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20011121-1.c13 struct s s2; local
14 s2.b[0] = 100;
15 __builtin_memcpy(&s2, &s1, ((unsigned int) &((struct s *)0)->b));
16 if (s2.b[0] != 100)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse2-unpack-1.c7 foo1 (__m128i s1, __m128i s2) argument
9 return _mm_unpackhi_epi64 (s1, s2);
13 foo2 (__m128i s1, __m128i s2) argument
15 return _mm_unpacklo_epi64 (s1, s2);
H A Dincoming-13.c7 extern double s1, s2;
11 double s3 = s1 + s2;
H A Dincoming-14.c7 extern int s1, s2;
11 int s3 = s1 + s2;
H A Dincoming-15.c7 extern long long s1, s2;
11 long long s3 = s1 + s2;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-mutable.C7 const char* s2 = s1; local
8 [i, s2] () mutable -> void { i = 2; s2 = "world"; } ();
9 //[i, s2] () -> void { i = 2; s2 = "world"; } (); // { dg-error: "assignment of data-member in read-only structure" }
11 assert(s1 == s2);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/mpx/
H A Dpr66569.c9 struct s2 { struct
14 int test (struct s2 s, ...) { }
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dstrcmp.c6 strcmp (const char *s1, const char *s2) argument
13 while (*s1 != 0 && *s1 == *s2)
14 s1++, s2++;
16 if (*s1 == 0 || *s2 == 0)
17 return (unsigned char) *s1 - (unsigned char) *s2;
18 return *s1 - *s2;
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dhalf-prec-vfpv3.s3 vcvtteq.f32.f16 s2, s3
4 vcvttne.f32.f16 s2, s3
5 vcvttcs.f32.f16 s2, s3
6 vcvttcc.f32.f16 s2, s3
7 vcvttmi.f32.f16 s2, s3
8 vcvttpl.f32.f16 s2, s3
9 vcvttvs.f32.f16 s2, s3
10 vcvttvc.f32.f16 s2, s3
11 vcvtthi.f32.f16 s2, s3
12 vcvttls.f32.f16 s2, s
[all...]

Completed in 361 milliseconds

1234567891011>>