Searched refs:p2 (Results 1 - 25 of 759) sorted by relevance

1234567891011>>

/haiku-buildtools/cloog/test/
H A Dorc.c4 for (p2=1;p2<=22;p2++) {
5 if ((p2+1)%2 == 0) {
6 S3(0,(p2-1)/2);
8 if (p2%2 == 0) {
9 S2(0,p2/2);
24 for (p2=1;p2<=20;p2
[all...]
H A Dvivien.good.c20 int p1, p2, p3; local
44 for (p2=ceild(-p1+2,4);p2<=-1;p2++) {
46 j = (p1+2*p2)/2 ;
47 S4(-p2,(p1+2*p2)/2) ;
68 for (p2=ceild(-p1+2,4);p2<=floord(-p1+2*n,2);p2
[all...]
H A Dvivien2.good.c20 int p1, p2, p3; local
34 for (p2=ceild(-p1+2,4);p2<=-1;p2++) {
36 j = (p1+2*p2)/2 ;
37 S4(-p2,(p1+2*p2)/2) ;
64 p2 = floord(-p1+5,4) ;
66 j = (p1+2*p2)/2 ;
67 S4(-p2,(p
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dfold-addr-1.c4 int bar(char p1, char p2) argument
6 return &p1 == &p2;
H A Dc99-hexfloat-1.c6 double d = 0x1.2p2; /* { dg-bogus "radix 16" "bogus C99 hex float error" } */
H A Dc90-hexfloat-1.c6 double d = 0x1.2p2; /* { dg-bogus "warning" "warning in place of error" } */
10 double d2 = 0x1...p2; /* { dg-bogus "warning" "warning in place of error" } */
H A Dshrink-wrap-loop.c4 int foo (int *p1, int *p2);
7 test (int *p1, int *p2) argument
11 for (p = p2; p != 0; p++)
H A Dc99-restrict-4.c6 void * restrict const (*p2)[2]; variable
9 p2 = &a;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.rfg/
H A D00321_01-.C7 int (*p2)[5]; variable
12 p1 == p2; // { dg-error "comparison between distinct pointer types" } comparison.* local
13 p1 > p2; // { dg-error "comparison between distinct pointer types" } comparison.* local
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dcmb.c1 foo (p1, p2)
2 short p1, *p2;
5 return (int) p1 + (int) *p2;
H A Dpr26781-1.c3 char *p, *p2; local
4 for (p2 = p; p2; )
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dedge.c4 long test_edge8 (void *p1, void *p2) argument
6 return __builtin_vis_edge8 (p1, p2);
9 long test_edge8l (void *p1, void *p2) argument
11 return __builtin_vis_edge8l (p1, p2);
14 long test_edge16 (void *p1, void *p2) argument
16 return __builtin_vis_edge16 (p1, p2);
19 long test_edge16l (void *p1, void *p2) argument
21 return __builtin_vis_edge16l (p1, p2);
24 long test_edge32 (void *p1, void *p2) argument
26 return __builtin_vis_edge32 (p1, p2);
29 test_edge32l(void *p1, void *p2) argument
[all...]
H A Dedgen.c4 long test_edge8n (void *p1, void *p2) argument
6 return __builtin_vis_edge8n (p1, p2);
9 long test_edge8ln (void *p1, void *p2) argument
11 return __builtin_vis_edge8ln (p1, p2);
14 long test_edge16n (void *p1, void *p2) argument
16 return __builtin_vis_edge16n (p1, p2);
19 long test_edge16ln (void *p1, void *p2) argument
21 return __builtin_vis_edge16ln (p1, p2);
24 long test_edge32n (void *p1, void *p2) argument
26 return __builtin_vis_edge32n (p1, p2);
29 test_edge32ln(void *p1, void *p2) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dc99-hexfloat-3.c6 double d = 0x.2p2; /* { dg-bogus "radix 16" "bogus C99 hex float error" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/nios2/
H A Dnios2-stxio.c3 void test_stbio (unsigned char* p1, unsigned char* p2) argument
5 __builtin_stbio (p1, *p2);
6 __builtin_stbio (p2, 0);
7 __builtin_stbio (p2 + 1, 0x80);
8 __builtin_stbio (p2 + 2, 0x7f);
11 void test_sthio (unsigned short* p1, unsigned short* p2) argument
13 __builtin_sthio (p1, *p2);
14 __builtin_sthio (p2, 0);
15 __builtin_sthio (p2 + 1, 0x8000);
16 __builtin_sthio (p2
19 test_stwio(unsigned int* p1, unsigned int* p2) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr27498.c6 char *p, *p2; local
7 for (p2 = p; p2; )
H A Divopt_mult_2.c4 /* Exit tests 'i < N1' and 'p2 > p_limit2' can be replaced, so
5 * two ivs i and p2 can be eliminate. */
6 long foo(long* p, long* p2, int N1, int N2) argument
9 long* p_limit2 = p2 + N2;
14 p2++;
16 if (p2 > p_limit2)
H A Divopt_mult_4.c6 * i.e. replacing if (p2 > p_limit2) with testing of i may result in
8 long foo(long* p, long* p2, int N1, int N2) argument
11 long* p_limit2 = p2 + N2;
15 p2++;
17 if (p2 > p_limit2)
H A Divopt_mult_3.c4 /* iv p2 can be eliminated. */
5 long foo(long* p, long* p2, int N1, int N2) argument
8 long* p_limit2 = p2 + N2;
12 p2++;
14 if (p2 > p_limit2)
21 /* { dg-final { scan-tree-dump-times "Replacing exit test: if \\(.*p2.*\\)" 1 "ivopts"} } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr39529.c8 char *p2; local
10 p2 = p + 1024;
16 } while (p < p2);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug467.dir/
H A Dp3.go3 import "./p2"
6 _ = p2.SockUnix()
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/issue4326.dir/
H A Dz.go3 import "./p2"
6 p2.NewO().RemoveOption("hello", "world")
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/packaged_task/cons/
H A Dassign_neg.cc31 std::packaged_task<int()> p2; local
32 p1 = p2; // { dg-error "deleted" }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/promise/cons/
H A Dassign_neg.cc31 std::promise<int> p2; local
32 p1 = p2; // { dg-error "deleted" }
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dpred-rel.s3 .pred.rel "mutex", p1, p2
4 .pred.rel "imply", p2, p3
5 .pred.rel "clear", p1, p2, p3
7 .pred.rel "mutex" p1, p2
8 .pred.rel "imply" p2, p3
9 .pred.rel "clear" p1, p2, p3
11 .pred.rel.mutex p1, p2
12 .pred.rel.imply p2, p3
13 .pred.rel.clear p1, p2, p3
15 .pred.rel @mutex, p1, p2
[all...]

Completed in 86 milliseconds

1234567891011>>