Searched refs:dy (Results 1 - 25 of 30) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Did-16.c19 int dy; local
23 for (dy = -19 + 1; dy <= 19 - 1; dy++)
33 transformation2[k][0][1] * (dy);
36 transformation2[k][1][1] * (dy);
39 transformation[((dy + 19 - 1) * (2 * 19 - 1) +
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr33142.c4 __attribute__((noinline)) int lisp_atan2(long dy, long dx) { argument
6 if (dy > 0)
7 return abs(dx) <= abs(dy);
12 volatile long dy = 63, dx = -77; local
13 if (lisp_atan2(dy, dx))
H A D921202-1.c10 long dy[VLEN+1]; local
24 dy[size] = 0x12345678;
27 cyy = mpn_mul_1 (dy, s1, size);
29 if (cyx != cyy || mpn_cmp (dx, dy, size + 1) != 0 || dx[size] != 0x12345678)
31 foo ("", 8, cyy); mpn_print (dy, size);
H A D20020615-1.c20 long dy = p1->y - p0->y; local
27 dy = -dy;
31 dx = dy, xi = yi;
32 dy = t, yi = ti;
35 ady = dy < 0 ? -dy : dy;
36 if (dy != 0 && (adx <= ady >> 4)) {
37 hints = dy >
[all...]
H A D20010118-1.c17 int dx, dy; local
20 dy = (oldh - h) * (double) f/2.0;
22 y += dy;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr28935.c7 int dx, dy; local
10 int index = (dy < 0 ? 6-dx : dy > 0 ? 2+dx : 2*(1+dx));
11 if (x+dx >= 0 && x+dx < w && y+dy >= 0 && y+dy < h)
12 col[index] = map[(y+dy)*w+(x+dx)];
H A Dpr53701.c18 _linear_hline15 (BITMAP * dst, int dx1, int dy, int dx2, int color) argument
26 line[((dy) -
30 ((unsigned short *) (bmp_write_line (dst, dy)) + (dx1));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dstmtexpr2.C8 double xl, dy; local
9 xl = DMAX(dy, 0.0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D921202-1.c4 long dy[2055]; local
15 dy[s] = 0x12345;
17 if (x != y || h (dx, dy, s) || dx[s] != 0x12345)
19 j (y);k (dy);
H A D920428-2.c413 gs_translate(gs_state *pgs, floatp dx, floatp dy) argument
416 if ( (code = gs_distance_transform(dx, dy, &*(gs_matrix *)&(pgs)->ctm , &pt)) < 0 )
449 gs_dtransform(gs_state *pgs, floatp dx, floatp dy, gs_point *pt) argument
450 { return gs_distance_transform(dx, dy, &*(gs_matrix *)&(pgs)->ctm , pt);
465 gs_idtransform(gs_state *pgs, floatp dx, floatp dy, gs_point *pt) argument
469 { return gs_distance_transform_inverse(dx, dy,
474 return gs_distance_transform(dx, dy, &pgs->ctm_inverse, pt);
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Djacobi.f77 * dy - grid spacing in y direction
87 double precision u(n,m),f(n,m),dx,dy local in subroutine:driver
91 call initialize (n,m,alpha,dx,dy,u,f)
95 call jacobi (n,m,dx,dy,alpha,relax,u,f,tol,mits)
99 call error_check (n,m,alpha,dx,dy,u,f)
104 subroutine initialize (n,m,alpha,dx,dy,u,f)
113 double precision u(n,m),f(n,m),dx,dy,alpha local in subroutine:initialize
120 dy = 2.0 / (m-1)
128 yy = -1.0 + dy * dble(j-1) ! -1 < y < 1
139 subroutine jacobi (n,m,dx,dy,alph
161 double precision dx,dy local in subroutine:jacobi
237 double precision u(n,m),f(n,m),dx,dy local in subroutine:error_check
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dgeneric_3.f906 subroutine gauss( x, a, y, dy, ma )
10 double precision, intent(out) :: dy(:) local in subroutine:gauss
/haiku-buildtools/gcc/gmp/tests/devel/
H A Daors_n.c108 mp_ptr s1, s2, dx, dy; local
121 dy = malloc ((SIZE + 2) * sizeof (mp_limb_t));
144 dy[0] = 0x87654321;
146 dy[size+1] = 0x12345678;
173 dy[i+1] = 0xbeef;
177 cyy = func (dy+1, s1, s2, size);
183 mpn_print (dy+1, size);
186 if (cyx != cyy || mpn_cmp (dx, dy, size+2) != 0
193 mpn_print (dy+1, size);
196 if (dy[
[all...]
H A Dcopy.c83 mp_ptr s1, dx, dy; local
92 dy = malloc ((SIZE + 2) * sizeof (mp_limb_t));
115 dy[0] = 0x87654321;
117 dy[size+1] = 0x12345678;
141 dy[i+1] = 0xbeef;
145 func (dy+1, s1, size);
149 mpn_print (dy+1, size);
152 if (mpn_cmp (dx, dy, size+2) != 0
157 mpn_print (dy+1, size);
160 if (dy[
[all...]
H A Dlogops_n.c120 mp_ptr s1, s2, dx, dy; local
130 dy = malloc ((SIZE + 2) * sizeof (mp_limb_t));
153 dy[0] = 0x87654321;
155 dy[size+1] = 0x12345678;
182 dy[i+1] = 0xbeef;
186 func (dy+1, s1, s2, size);
189 mpn_print (dy+1, size);
191 if (mpn_cmp (dx, dy, size+2) != 0
196 mpn_print (dy+1, size);
199 if (dy[
[all...]
H A Dshift.c88 mp_ptr s1, dx, dy; local
99 dy = malloc ((SIZE + 2) * sizeof (mp_limb_t));
126 dy[0] = 0x87654321;
128 dy[size+1] = 0x12345678;
153 dy[i+1] = 0xbeef;
157 cyy = func (dy+1, s1, size, cnt);
163 mpn_print (dy+1, size);
166 if (cyx != cyy || mpn_cmp (dx, dy, size+2) != 0
173 mpn_print (dy+1, size);
176 if (dy[
[all...]
H A Dtst-addsub.c47 mp_ptr s1, s2, dx, dy; local
66 dy = malloc (alloc_size * BYTES_PER_MP_LIMB);
87 dx[i] = dy[i] = i + 0x9876500;
90 cy = REFCALL (dy + d_align, s1 + s1_align, s2 + s2_align, size);
92 if (cx != cy || mpn_cmp (dx, dy, alloc_size) != 0)
H A Ddivmod_1.c77 mp_limb_t dy[SIZE + FSIZE + 2]; local
108 dy[0] = 0x87654321;
109 dy[nn + fn + 1] = 0x12345678;
156 rety = mpn_divrem_1 (dy + 1, fn, np, nn, dlimb);
159 if (retx != rety || mpn_cmp (dx, dy, fn + nn + 2) != 0)
168 mpn_print (dy + 1, nn + fn);
170 if (dy[0] != 0x87654321)
171 printf ("clobbered at low end %*lX\n", (int) (2 * sizeof(mp_limb_t)), dy[0]);
172 if (dy[nn + fn + 1] != 0x12345678)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.c61 double dy = b->y - b2->y; local
63 double distance = sqrt(dx * dx + dy * dy + dz * dz);
66 b->vy -= dy * b2->mass * mag;
69 b2->vy += dy * b->mass * mag;
93 double dy = b->y - b2->y; local
95 double distance = sqrt(dx * dx + dy * dy + dz * dz);
H A Dnbody.go88 dy := body.y - body2.y
90 distance := math.Sqrt(dx*dx + dy*dy + dz*dz)
102 dy := body.y - body2.y
105 dSquared := dx*dx + dy*dy + dz*dz
110 body.vy -= dy * body2.mass * mag
114 body2.vy += dy * body.mass * mag
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr39002.C48 double dx, dy, dz, dw, dv; local
58 dy = p->y - r->y;
60 dw = dx * dx + dy * dy + dz * dz;
61 dv = 2.0 * dx * a1 + 2.0 * dy * b1 + 2.0 * dz * c1;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dppc64-abi-1.c316 double_t dx, dy; local
340 dy.l = gparms.gprs[6];
344 if (s.dd != dy.d)
355 dy.l = sp->slot[9].l;
358 if (t.dd != dy.d)
H A Dpr64019.c13 double vx, vy, vz, vw, dx, dy, dz; member in struct:__anon1846
49 yy = a1->y + lambda * a1->dy;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Dpr40982.f9028 zzvec, magnitude, l12_lower, l12_upper, dx, dy, dz, theta, & local in subroutine:mutual_ind_quad_cir_coil
49 rot_c_vector(2) = dot_product(rotate_coil(2,:),c_vector(:)) + dy
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpr60675.C87 double dy; member in struct:CLHEP::Hep3Vector
95 return dy;
103 inline Hep3Vector::Hep3Vector(double x1, double y1, double z1) : dx(x1), dy(y1), dz(z1) {
107 return Hep3Vector(dy*p.dz-p.dy*dz, dz*p.dx-p.dz*dx, dx*p.dy-p.dx*dy);
194 Point3D(const CLHEP::Hep3Vector & v) : BasicVector3D<double>(v.dx,v.dy,v.dz) { }
201 Vector3D(const CLHEP::Hep3Vector & v) : BasicVector3D<double>(v.dx,v.dy,v.dz) { }

Completed in 130 milliseconds

12