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

/haiku/src/system/libroot/posix/musl/math/
H A Dfma.c47 struct num nx, ny, nz; local
48 nx = normalize(x);
52 if (nx.e >= ZEROINFNAN || ny.e >= ZEROINFNAN)
62 mul(&rhi, &rlo, nx.m, ny.m);
66 int e = nx.e + ny.e;
100 int sign = nx.sign^ny.sign;
H A D__rem_pio2_large.c13 * __rem_pio2_large(x,y,e0,nx,prec)
14 * double x[],y[]; int e0,nx,prec;
29 * x[] The input value (must be positive) is broken into nx
61 * nx dimension of x[]
87 * jx nx - 1
273 int __rem_pio2_large(double *x, double *y, int e0, int nx, int prec) argument
283 jx = nx-1;
/haiku/src/apps/glteapot/
H A DGLObject.h28 float nx,ny,nz; member in struct:point
H A DGLObject.cpp236 p.nx = 1e-6 * arrayOfPoints[i + 3];
376 fPoints[fQs[i].pts[j]].nx,
395 fPoints[v1].nx,
405 fPoints[v2].nx,
415 fPoints[v3].nx,
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp103 float nx = *x, ny = *y, nz = *z; local
105 *x = nx * (*a)[0][0] + ny * (*a)[0][1] + nz * (*a)[0][2];
106 *y = nx * (*a)[1][0] + ny * (*a)[1][1] + nz * (*a)[1][2];
107 *z = nx * (*a)[2][0] + ny * (*a)[2][1] + nz * (*a)[2][2];

Completed in 47 milliseconds