Searched refs:nx (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfWav.h52 int nx, // i : x size
61 int nx, // i : x size
H A DImfWav.cpp146 int nx, // i : x size
153 int n = (nx > ny)? ny: nx;
178 unsigned short *ex = py + ox * (nx - p2);
214 if (nx & p)
234 unsigned short *ex = py + ox * (nx - p2);
266 int nx, // i : x size
273 int n = (nx > ny)? ny: nx;
309 unsigned short *ex = py + ox * (nx
144 wav2Encode(unsigned short* in, int nx, int ox, int ny, int oy, unsigned short mx) argument
264 wav2Decode(unsigned short* in, int nx, int ox, int ny, int oy, unsigned short mx) argument
[all...]
H A DImfB44Compressor.cpp457 int nx; member in struct:Imf::B44Compressor::ChannelData
665 cd.nx = numSamples (c.channel().xSampling, minX, maxX);
668 tmpBufferEnd += cd.nx * cd.ny * cd.size;
691 for (int x = cd.nx; x > 0; --x)
699 int n = cd.nx * cd.size;
728 int n = cd.nx * cd.size;
772 int n = cd.nx * cd.ny * cd.size * sizeof (unsigned short);
787 // If the width, cd.nx, or the height, cd.ny, of
793 unsigned short *row0 = cd.start + y * cd.nx;
794 unsigned short *row1 = row0 + cd.nx;
[all...]
H A DImfPizCompressor.cpp162 int nx; member in struct:Imf::PizCompressor::ChannelData
345 cd.nx = numSamples (c.channel().xSampling, minX, maxX);
351 tmpBufferEnd += cd.nx * cd.ny * cd.size;
369 for (int x = cd.nx * cd.size; x > 0; --x)
392 int n = cd.nx * cd.size;
452 cd.nx, cd.size,
453 cd.ny, cd.nx * cd.size,
521 cd.nx = numSamples (c.channel().xSampling, minX, maxX);
527 tmpBufferEnd += cd.nx * cd.ny * cd.size;
578 cd.nx, c
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Dknight.c429 int ny = 0, nx = 0; local
489 nx = col;
495 nx = col;
501 nx = col + BWIDTH - 1;
507 nx = col + 1;
513 nx = col + BWIDTH - 1;
519 nx = col + BWIDTH - 1;
525 nx = col + 1;
531 nx = col + 1;
542 nx
[all...]
H A Dbs.c515 int ny, nx, c; local
538 nx = curx;
544 nx = curx;
550 nx = curx + BWIDTH - 1;
556 nx = curx + 1;
562 nx = curx + BWIDTH - 1;
568 nx = curx + BWIDTH - 1;
574 nx = curx + 1;
580 nx = curx + 1;
583 nx
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_rem_pio2.c95 int32_t e0,i,j,nx,n,ix,hx; local
178 nx = 3;
179 while(tx[nx-1]==zero) nx--; /* skip zero term */
180 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
H A De_rem_pio2f.c111 int32_t e0,i,j,nx,n,ix,hx; local
191 nx = 3;
192 while(tx[nx-1]==zero) nx--; /* skip zero term */
193 n = __kernel_rem_pio2f(tx,y,e0,nx,2,two_over_pi);
H A Dk_rem_pio2.c18 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
19 * double x[],y[]; int e0,nx,prec; int ipio2[];
34 * x[] The input value (must be positive) is broken into nx
65 * nx dimension of x[]
93 * jx nx - 1
168 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int32_t *ipio2) argument
170 int __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
171 double x[], y[]; int e0,nx,prec; int32_t ipio2[];
182 jx = nx-1;
H A Dk_rem_pio2f.c61 int __kernel_rem_pio2f(float *x, float *y, int e0, int nx, int prec, const int32_t *ipio2) argument
63 int __kernel_rem_pio2f(x,y,e0,nx,prec,ipio2)
64 float x[], y[]; int e0,nx,prec; int32_t ipio2[];
75 jx = nx-1;
H A De_pow.c188 double uu,vv,eps,nx,e,e1,e2,t,t1,t2,res,add=0; local
218 if (two52.i[LOW_HALF] == 1023) /* nx = 0 */
251 } /* nx = 0 */
252 else /* nx != 0 */
255 nx = (two52.x - two52e.x)+add;
260 t=nx*ln2a.x+ui.x[i+2];
262 t2=(((t-t1)+e)+nx*ln2b.x+ui.x[i+3]+e2)+e*e*(q2+e*(q3+e*(q4+e*(q5+e*q6))));
267 } /* nx != 0 */
280 double uu,vv,eps,nx,e,e1,e2,t,t1,t2,res,add=0; local
332 nx
[all...]
/haiku-fatelf/src/apps/glteapot/
H A DGLObject.h28 float nx,ny,nz; member in struct:point
H A DGLObject.cpp235 p.nx = 1e-6 * arrayOfPoints[i + 3];
375 fPoints[fQs[i].pts[j]].nx,
394 fPoints[v1].nx,
404 fPoints[v2].nx,
414 fPoints[v3].nx,
/haiku-fatelf/src/libs/print/libgutenprint/src/gimp2/
H A Dprint-image-gimp.c376 int nx = im->ox + im->mirror ? right : left; local
384 if (nx < 0) nx = 0;
385 else if (nx > xmax) nx = xmax;
390 wmax = xmax - nx + 1;
399 im->ox = nx;
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsbezier.c201 int *nx, double *tx)
224 *nx = quad_roots (a,b,c,t0,t1,tx);
231 int *nx, hpgs_point *points)
237 points[*nx].x = 0.5 * (p1->x + p2->x);
238 points[*nx].y = 0.5 * (p1->y + p2->y);
239 ++*nx;
246 points[*nx].x = p1->x + s*d1->x;
247 points[*nx].y = p1->y + s*d1->y;
248 ++*nx;
251 points[*nx]
199 hpgs_bezier_path_singularities(const hpgs_paint_path *path, int i, double t0, double t1, int *nx, double *tx) argument
227 add_quad(const hpgs_point *p1, const hpgs_point *d1, const hpgs_point *p2, const hpgs_point *d2, int *nx, hpgs_point *points) argument
268 hpgs_bezier_path_to_quadratic(const hpgs_paint_path *path, int i, double t0, double t1, int *nx, hpgs_point *points) argument
[all...]
H A Dhpgsreader.c862 int nx = (int)ceil((bb->urx-bb->llx)/stamp_size); local
865 int n = nx < ny ? nx : ny;
868 double a = nx < ny ? (bb->urx-bb->llx) : (bb->urx-bb->llx)*(double)ny/(double)nx;
869 double b = ny < nx ? (bb->ury-bb->lly) : (bb->ury-bb->lly)*(double)nx/(double)ny;
897 for (i = 0; i < nx; ++i)
H A Dhpgspaintpath.c572 int nx; local
577 &nx,tx);
579 if (tt1>tt2 && nx > 1)
586 if (nx == 0 && fabs(tt2 - tt1) > 0.4)
593 ++nx;
598 ++nx;
600 switch (nx)
616 if (nx == 0)
624 if (nx > 1)
H A Dhpgs.h1193 int *nx, double *tx);
1197 int *nx, hpgs_point *points);
/haiku-fatelf/src/libs/ncurses/tack/
H A Dedit.c671 const char *nx[BOOLCOUNT + NUMCOUNT + STRCOUNT]; local
677 nx[nc++] = boolnames[i];
682 nx[nc++] = numnames[i];
687 nx[nc++] = strnames[i];
693 if (strcmp(nx[i], nx[j]) > 0) {
694 s = nx[i];
695 nx[i] = nx[j];
696 nx[
[all...]
/haiku-fatelf/src/apps/mandelbrot/
H A Dtsb1.cpp208 long nx, ny; local
234 long nx, ny; local
272 long nx, ny; local
/haiku-fatelf/src/libs/agg/gpc/
H A Dgpc.c1792 double *sbt= NULL, xb, px, nx, yb, yt, dy, ix, iy; local
2211 N_EDGE(next_edge, e1, ABOVE, nx, iy);
2213 VERTEX(next_edge, ABOVE, RIGHT, nx, iy);
2229 N_EDGE(next_edge, e1, ABOVE, nx, iy);
2230 VERTEX(next_edge, ABOVE, RIGHT, nx, iy);
2236 VERTEX(next_edge, ABOVE, RIGHT, nx, iy);
2242 N_EDGE(next_edge, e1, ABOVE, nx, iy);
2243 VERTEX(next_edge, ABOVE, RIGHT, nx, iy);
2268 N_EDGE(next_edge, e1, ABOVE, nx, iy);
2269 VERTEX(next_edge, ABOVE, RIGHT, nx, i
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dhashtab.c115 double nx;
124 nx = ldexp (1.0, pow) + ldexp (1.0, pow2);
125 mhigh = nx / d;
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.keys235 needs_xon_xoff nxon bool nx - - ----- padding won't work, xon/xoff required
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src[all...]

Completed in 191 milliseconds