Searched refs:Ny (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/cloog/test/
H A Dpouchet.c2 if (Ny >= 2) {
3 for (c0=1;c0<=floord(Ny+4,2);c0++) {
4 for (c1=max(ceild(c0+1,2),c0-1);c1<=min(floord(2*c0+Ny,4),c0);c1++) {
5 if (c0 >= ceild(4*c1-Ny+1,2)) {
11 if (2*c0 == 4*c1-Ny) {
13 if (Ny%2 == 0) {
14 if ((2*c0+3*Ny)%4 == 0) {
15 S2((2*c0-Ny)/4,(2*c0+Ny)/4,(2*c0-Ny)/
[all...]
H A Dpouchet.good.c13 void test(int Ny) argument
19 if (Ny >= 2) {
20 for (c0=1;c0<=floord(Ny+4,2);c0++) {
21 for (c1=max(ceild(c0+1,2),c0-1);c1<=min(floord(2*c0+Ny,4),c0);c1++) {
22 if (c0 >= ceild(4*c1-Ny+1,2)) {
28 if (2*c0 == 4*c1-Ny) {
30 if (Ny%2 == 0) {
31 if ((2*c0+3*Ny)%4 == 0) {
32 S2((2*c0-Ny)/4,(2*c0+Ny)/
[all...]
/haiku-buildtools/isl/test_inputs/codegen/cloog/
H A Dpouchet.c1 for (int c0 = 1; c0 <= floord(Ny, 2) + 2; c0 += 1)
2 for (int c1 = max(c0 / 2 + 1, c0 - 1); c1 <= min(c0, (Ny + 2 * c0) / 4); c1 += 1)
3 if (Ny + 2 * c0 >= 4 * c1 + 1) {
10 S2((-Ny + 2 * c0) / 4, (Ny + 2 * c0) / 4, (-Ny + 2 * c0) / 2, Ny - 1, c2);
/haiku-buildtools/gcc/mpfr/src/
H A Dfactorial.c40 mpfr_prec_t Ny; /* Precision of output variable */ local
55 Ny = MPFR_PREC (y);
58 Nt = Ny + 2 * MPFR_INT_CEIL_LOG2 (x) + 7;
80 Ny + (rnd_mode == MPFR_RNDN));
H A Dasinh.c34 mpfr_prec_t Ny, Nt; local
71 Ny = MPFR_PREC (y); /* Precision of output variable */
80 Nt = Ny + 4 + MPFR_INT_CEIL_LOG2 (Ny);
103 || MPFR_CAN_ROUND (t, err, Ny, rnd_mode)))
H A Datanh.c34 mpfr_prec_t Nx, Ny, Nt; local
86 Ny = MPFR_PREC (y);
87 Nt = MAX (Nx, Ny);
112 || MPFR_CAN_ROUND (t, err, Ny, rnd_mode)))
H A Dcosh.c75 mpfr_prec_t Ny = MPFR_PREC(y); /* Precision of output variable */ local
83 Nt = Ny + 3 + MPFR_INT_CEIL_LOG2 (Ny);
111 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode)))
H A Dlog10.c99 mpfr_prec_t Ny = MPFR_PREC(r); /* Precision of output variable */ local
105 Nt = Ny + 4 + MPFR_INT_CEIL_LOG2 (Ny);
123 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode)))
H A Dlog1p.c106 mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */ local
113 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 6;
142 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode)))
H A Dlog2.c100 mpfr_prec_t Ny = MPFR_PREC(r); /* target precision */ local
107 Nt = Ny + 3 + MPFR_INT_CEIL_LOG2 (Ny);
124 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode)))
H A Dacosh.c76 mpfr_prec_t Ny = MPFR_PREC(y); /* Precision of output variable */ local
83 Nt = Ny + 4 + MPFR_INT_CEIL_LOG2 (Ny);
142 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, Nt - err, Ny, rnd_mode)))
H A Dexp2.c107 mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */ local
114 Nt = Ny + 5 + MPFR_INT_CEIL_LOG2 (Ny);
129 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode)))
H A Dexpm1.c111 mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */ local
118 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 6;
162 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, err, Ny, rnd_mode)))
H A Dtanh.c76 mpfr_prec_t Ny = MPFR_PREC(y); /* target precision */ local
96 Nt = Ny + MPFR_INT_CEIL_LOG2 (Ny) + 4;
131 if (MPFR_LIKELY ((d <= Nt / 2) && MPFR_CAN_ROUND (t, err, Ny, rnd_mode)))
H A Dpow_si.c142 mpfr_prec_t Ny; /* target precision */ local
156 Ny = MPFR_PREC (y);
157 Nt = Ny + size_n + 3 + MPFR_INT_CEIL_LOG2 (Ny);
233 if (MPFR_LIKELY (MPFR_CAN_ROUND (t, Nt - size_n - 2, Ny, rnd)))
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpr60697.c505 int Nx,Ny,Nz,shift=-1,j,nrj,nns,nn=-1; local
548 Ny = grid->nry;
551 (dcy2)=save_calloc("dcy2","ns.c",1380, (Ny*2),sizeof(*(dcy2)));
576 get_dx(Ny,gridy,grid_y,rcoul2,YI,&dy0,&dy1,dcy2);

Completed in 116 milliseconds