Searched refs:out1 (Results 1 - 25 of 39) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/
H A D2.cc41 wchar_t* out1 = buffer1; local
43 out1 = copy(beg1, beg1, out1);
44 VERIFY( out1 == buffer1 );
46 out1 = copy(end1, end1, out1);
47 VERIFY( out1 == buffer1 );
49 out1 = copy(beg1, end1, out1);
50 VERIFY( wstring(buffer1, out1)
[all...]
H A D3.cc39 out_iterator_type out1(oss1);
41 out1 = copy(beg1, beg1, out1);
44 out1 = copy(end1, end1, out1);
47 out1 = copy(beg1, end1, out1);
49 *out1 = L'x';
55 out1 = copy(beg1, end1, out1);
[all...]
H A D1.cc41 out_iterator_type out1(oss1);
43 out1 = copy(beg1, beg1, out1);
46 out1 = copy(end1, end1, out1);
49 out1 = copy(beg1, end1, out1);
51 *out1 = L'x';
58 out1 = copy(beg1, end1, out1);
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/char/
H A D2.cc42 char* out1 = buffer1; local
44 out1 = copy(beg1, beg1, out1);
45 VERIFY( out1 == buffer1 );
47 out1 = copy(end1, end1, out1);
48 VERIFY( out1 == buffer1 );
50 out1 = copy(beg1, end1, out1);
51 VERIFY( string(buffer1, out1)
[all...]
H A D1.cc41 out_iterator_type out1(oss1);
43 out1 = copy(beg1, beg1, out1);
46 out1 = copy(end1, end1, out1);
49 out1 = copy(beg1, end1, out1);
51 *out1 = 'x';
58 out1 = copy(beg1, end1, out1);
[all...]
H A D3.cc39 out_iterator_type out1(oss1);
41 out1 = copy(beg1, beg1, out1);
44 out1 = copy(end1, end1, out1);
47 out1 = copy(beg1, end1, out1);
49 *out1 = 'x';
55 out1 = copy(beg1, end1, out1);
[all...]
/haiku-buildtools/gcc/gmp/tests/mpf/
H A Dreuse.c98 mpf_t in1, in2, out1; local
116 mpf_init (out1);
134 mpf_set (out1, in1);
135 (dss_funcs[i]) (out1, out1, in2);
136 mpf_set (res2, out1);
138 mpf_set (out1, in2);
139 (dss_funcs[i]) (out1, in1, out1);
140 mpf_set (res3, out1);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr52252-ld.c14 byte out0, out1, out2, out3; local
16 out1 = in0 + in2;
20 out[1] = out1;
H A Dpr59984.c13 foo (int in, int *out1, int *out2) argument
15 *out1 = in * in - 1;
19 #pragma omp declare simd linear (out1, out2)
21 bar (int in, int *out1, int *out2) argument
23 *out1 = in * in - 1;
H A Dvect-widen-shift-u8.c44 unsigned int out1[N]; local
52 out1[i] = 255;
57 foo (in, out1, out2);
H A Dvect-vfa-02.c14 foo (int *in, int *out1, int *out2) argument
20 out1[i] = in[i] + 2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr52252-atom.c15 byte out0, out1, out2, out3; local
17 out1 = in0 + in2;
21 out[1] = out1;
H A Dpr52252-core.c15 byte out0, out1, out2, out3; local
17 out1 = in0 + in2;
21 out[1] = out1;
H A Dbuiltin-assume-aligned-1.c5 test1 (double *out1, double *out2, double *out3, double *in1, argument
9 double *__restrict o1 = __builtin_assume_aligned (out1, 16);
23 test2 (double *out1, double *out2, double *out3, double *in1, argument
27 out1 = __builtin_assume_aligned (out1, align, misalign);
34 out1[i] = in1[i] * in2[i];
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Dpr37980.f905 pure function spher_cartesians(in1) result(out1)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbuiltin-assume-aligned-1.c5 test1 (double *out1, double *out2, double *out3, double *in1, argument
9 double *__restrict o1 = __builtin_assume_aligned (out1, 16);
23 test2 (double *out1, double *out2, double *out3, double *in1, argument
27 out1 = __builtin_assume_aligned (out1, align, misalign);
34 out1[i] = in1[i] * in2[i];
/haiku-buildtools/gcc/libgomp/config/linux/ia64/
H A Dfutex.h36 register long out1 asm ("out1") = op;
44 : "=r"(r15), "=r"(out0), "=r"(out1), "=r"(out2), "=r"(out3),
46 : "r"(r15), "r"(out0), "r"(out1), "r"(out2), "r"(out3)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D3-out.cc54 filebuf out1;
55 out1.open(name_01, ios_base::out);
59 test02(out1, true);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/char/
H A D3-out.cc54 filebuf out1;
55 out1.open(name_01, ios_base::out);
59 test02(out1, true);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dvshuf-main.inc15 if (__builtin_memcmp(&r, &out1[i], sizeof(V)) != 0)
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dtls.s42 addl out1 = @ltoff(@dtprel(z)), gp;;
44 ld8 out1 = [out1]
49 addl out1 = @dtprel(a), r0;;
55 mov out1 = r0;;
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dtls.s42 addl out1 = @ltoff(@dtprel(z)), gp;;
44 ld8 out1 = [out1]
49 addl out1 = @dtprel(a), r0;;
55 mov out1 = r0;;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dvect-fcm.x95 FTYPE out1[N];
101 foo (input1, input2, out1);
104 if (out1[i] != out2[i])
106 foobar (input1, input2, out1);
109 if (out1[i] == out2[i])
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920611-2.c8 static int body(out0,out1,ks,Eswap0,Eswap1)
9 ulong *out0,*out1;
51 *out1=r;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr59510.C80 ostreambuf_iterator <char> out1 (oss1);
81 out1 = copy (beg1, beg1, out1);

Completed in 212 milliseconds

12