Searched refs:results2 (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dvect-6.c9 float results2[N] = {0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,0.00,54.00,120.00,198.00,288.00,390.00,504.00,630.00}; variable
29 if (a[i] != results1[i] || e[i] != results2[i])
H A Dvect-6-big-array.c9 float results2[N]; variable
27 results2[i] = 0;
35 results2[i+N/2] = b[i] * c[i+N/2] + b[i+N/2] * c[i];
50 if (a[i] != results1[i] || e[i] != results2[i])
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc3443 const Typed_identifier_list* results2 = t->results(); local
3447 for (Typed_identifier_list::const_iterator res2 = results2->begin();
3448 res2 != results2->end();
3549 const Typed_identifier_list* results2 = t->results(); local
3550 if ((results1 != NULL) != (results2 != NULL))
3559 for (Typed_identifier_list::const_iterator res2 = results2->begin();
3560 res2 != results2->end();

Completed in 199 milliseconds