Searched refs:results (Results 1 - 25 of 262) sorted by relevance

1234567891011

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/
H A Dtemporary_buffer.cc32 pair_type results = std::get_temporary_buffer<junk>(5); local
34 if (results.second != 0)
39 VERIFY( results.first != 0 );
44 VERIFY( results.first == 0 );
47 std::return_temporary_buffer(results.first);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr43513.c11 int results[kIterations]; local
13 bar (results);
15 foo ("%d ", results[i]);
H A Dpr50527.c28 char results[kIterations]; local
33 test_align (results, ((unsigned long int)results & mask) == 0, mask);
35 test_align (results, ((unsigned long int)results & mask) == 0, mask);
37 test_align (results, ((unsigned long int)results & mask) == 0, mask);
39 test_align (results, ((unsigned long int)results & mask) == 0, mask);
41 bar (results);
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dcrc32-bad.l2 [^:]*:4: Warning: using r15 results in unpredictable behaviour
3 [^:]*.s:5: Warning: using r15 results in unpredictable behaviour
4 [^:]*.s:6: Warning: using r15 results in unpredictable behaviour
5 [^:]*.s:7: Warning: using r15 results in unpredictable behaviour
6 [^:]*.s:8: Warning: using r15 results in unpredictable behaviour
7 [^:]*.s:9: Warning: using r15 results in unpredictable behaviour
8 [^:]*.s:12: Warning: using r13 results in unpredictable behaviour
9 [^:]*.s:13: Warning: using r15 results in unpredictable behaviour
10 [^:]*.s:14: Warning: using r13 results in unpredictable behaviour
11 [^:]*.s:15: Warning: using r15 results i
[all...]
H A Dshift-bad-pc.l2 .*shift-bad-pc.s:20: Warning: using r15 results in unpredictable behaviour
3 .*shift-bad-pc.s:20: Warning: using r15 results in unpredictable behaviour
4 .*shift-bad-pc.s:20: Warning: using r15 results in unpredictable behaviour
5 .*shift-bad-pc.s:20: Warning: using r15 results in unpredictable behaviour
6 .*shift-bad-pc.s:20: Warning: using r15 results in unpredictable behaviour
7 .*shift-bad-pc.s:20: Warning: using r15 results in unpredictable behaviour
8 .*shift-bad-pc.s:20: Warning: using r15 results in unpredictable behaviour
9 .*shift-bad-pc.s:20: Warning: using r15 results in unpredictable behaviour
10 .*shift-bad-pc.s:20: Warning: using r15 results in unpredictable behaviour
11 .*shift-bad-pc.s:20: Warning: using r15 results i
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/sh/sh64/
H A Dptc-1.s1 ! Check that simple constants get expected results.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/sh64/
H A Dptc-1.s1 ! Check that simple constants get expected results.
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dunsafe.cc63 Typed_identifier_list* results = new Typed_identifier_list; local
64 results->push_back(Typed_identifier("", uintptr_type, bloc));
65 Function_type* fntype = Type::make_function_type(NULL, NULL, results, bloc);
72 results = new Typed_identifier_list;
73 results->push_back(Typed_identifier("", uintptr_type, bloc));
74 fntype = Type::make_function_type(NULL, NULL, results, bloc);
82 results = new Typed_identifier_list;
83 results->push_back(Typed_identifier("", uintptr_type, bloc));
84 fntype = Type::make_function_type(NULL, NULL, results, bloc);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Ddep_fails.f901 ! This gives incorrect results when compiled with
12 Integer, dimension (2, 4) :: results variable in program:Strange
35 results (:, i) = Perm(Current(1), Current(2))%Next
45 if (any(results .ne. reshape ((/2,2,1,2,2,1,1,1/), (/2, 4/)))) call abort
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dvect-13.c10 int results[N] = {0,1,2,3,0,0,0,0,0,0,0,0,12,13,14,15}; variable
24 /* Check results */
27 if (a[i] != results[i])
H A Dvect-all.c18 void icheck_results (int *a, int *results) argument
23 if (a[i] != results[i])
29 void fcheck_results (float *a, float *results) argument
34 if (a[i] != results[i])
93 /* check results: */
136 /* check results: */
153 /* check results: */
166 /* check results: */
179 /* check results: */
190 /* check results
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr28982a.c12 memcpy (results, tmp_results, sizeof (results));
33 #define COPYOUT(INDEX) results[INDEX] = result##INDEX
36 float results[NVARS]; variable
62 if (results[i] != i * NITER * (NITER + 1) / 2)
H A Dpr28982b.c16 #define COPYOUT(INDEX) results[INDEX] = result##INDEX
19 float results[NVARS]; variable
54 if (results[i] != i * NITER * (NITER + 1) / 2)
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dv10-va.d9 # does work and results in the output marked as a v10 object.
H A Dv32-va.d9 # does work and results in the output marked as a v32 object.
H A Dva-v10.d9 # does work and results in the output marked as a v10 object.
H A Dva-v32.d9 # does work and results in the output marked as a v32 object.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-cris/
H A Dv10-va.d9 # does work and results in the output marked as a v10 object.
H A Dv32-va.d9 # does work and results in the output marked as a v32 object.
H A Dva-v10.d9 # does work and results in the output marked as a v10 object.
H A Dva-v32.d9 # does work and results in the output marked as a v32 object.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cilk-plus/CK/
H A Dfor1.cc95 int results[2000]; variable
110 results[*i]++;
124 printf("Result[%4d] = %2d\n", *i, results[*i]);
139 printf("Result[%4d] = %2d\n", ii, results[ii]);
154 printf("Result[%4d] = %2d\n", ii, results[ii]);
170 printf("Result[%4d] = %2d\n", *i, results[*i]);
182 printf("Result[%4d] = %2d\n", *i, results[*i]);
201 printf("Result[%4d] = %2d\n", *j, results[*j]);
215 printf("Result[%4d] = %2d\n", *i, results[*i]);
229 printf("Result[%4d] = %2d\n", *i, results[*
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dpeano.go113 var results = [...]int{ var
120 if f := count(fact(gen(i))); f != results[i] {
121 println("FAIL:", i, "!:", f, "!=", results[i])
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/
H A Dfor-2.C19 int results[2000]; variable
26 results[i]++;
148 if (results[i] != 1) \
150 results[i] = 0; \
152 else if (results[i]) \
/haiku-buildtools/jam/
H A Dbuiltins.c219 LIST *results; member in struct:globbing
244 globbing->results = list_new( globbing->results, file, 0 );
260 globbing.results = L0;
266 return globbing.results;
302 /* Must have parameters to have results! */

Completed in 207 milliseconds

1234567891011