Searched defs:nx (Results 1 - 25 of 51) sorted by relevance

123

/external/fdlibm/
H A De_rem_pio2.c92 int e0,i,j,nx,n,ix,hx; local
170 nx = 3;
171 while(tx[nx-1]==zero) nx--; /* skip zero term */
172 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
H A Dk_rem_pio2.c15 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
16 * double x[],y[]; int e0,nx,prec; int ipio2[];
31 * x[] The input value (must be positive) is broken into nx
62 * nx dimension of x[]
90 * jx nx - 1
164 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) argument
166 int __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
167 double x[], y[]; int e0,nx,prec; int ipio2[];
178 jx = nx-1;
/external/clang/test/SemaCXX/
H A Dnamespace-alias.cpp116 A::X nx; variable
/external/skia/src/effects/
H A DSkEmbossMask.cpp71 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; local
74 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
79 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta);
/external/skqp/src/effects/
H A DSkEmbossMask.cpp71 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; local
74 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
79 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta);
/external/syslinux/extlinux/
H A Dmountinfo.c65 struct mountinfo *nx; local
73 nx = m->next;
75 m = nx;
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, argument
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c32 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) argument
34 return nv50_tex_choose_tile_dims_helper(nx, ny, nz, is_3d);
/external/opencv/cv/src/
H A Dcvcamshift.cpp97 int dx, dy, nx, ny; local
111 nx = cur_rect.x + dx;
114 if( nx < 0 )
115 nx = 0;
116 else if( nx + cur_rect.width > mat->cols )
117 nx = mat->cols - cur_rect.width;
124 dx = nx - cur_rect.x;
126 cur_rect.x = nx;
H A Dcvcontourtree.cpp599 double x13, y13, x12, y12, l_base, nx, ny, qq; local
610 nx = y13 / l_base;
613 *h = nx * x12 + ny * y12;
617 *b = nx * y12 - ny * x12;
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp59 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) argument
61 return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/w[2]);
80 float nx = wx / dstW; local
83 int triNdx = nx + ny >= 1.0f ? 1 : 0;
84 float triNx = triNdx ? 1.0f - nx : nx;
/external/deqp/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp358 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) argument
360 return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/w[2]);
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp61 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) argument
63 return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/w[2]);
82 float nx = wx / dstW; local
85 int triNdx = nx + ny >= 1.0f ? 1 : 0;
86 float triNx = triNdx ? 1.0f - nx : nx;
/external/gemmlowp/test/
H A Dcorrectness_meta_gemm.cc214 void q_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, argument
219 for (int n = ni; n < nx; n += nd) {
228 void f_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, argument
233 for (int n = ni; n < nx; n += nd) {
242 void i32_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, argument
247 for (int n = ni; n < nx; n += nd) {
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.c573 unsigned nx = rect->w >> k; local
580 m += ((ty * nx) + tx) << k << k;
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_rectangle.cpp110 float nx = 1.0f; local
127 nx = -1, ny = 0;
138 nx = 0, ny = -1;
149 nx = 1, ny = 0;
160 nx = 0, ny = 1;
196 fillPath->LineTo(CFX_PointF(cp2.x + fRadius2 * nx, cp2.y + fRadius2 * ny));
487 float nx = 1.0f; local
508 nx = -1, ny = 0;
527 nx = 0, ny = -1;
546 nx
[all...]
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
H A Dgraphcycles.cc89 Node* nx = r->nodes_[x]; local
90 if (nx->visited) {
93 if (!ranks.insert(nx->rank).second) {
94 LOG(FATAL) << "Duplicate occurrence of rank " << nx->rank;
96 for (auto y : nx->out) {
98 if (nx->rank >= ny->rank) {
100 << nx->rank << "->" << ny->rank;
167 Node* nx = r->nodes_[x]; local
168 if (!nx->out.insert(y).second) {
176 if (nx
341 Node* nx = r->nodes_[x]; local
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_nopfuncs.c246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) argument
/external/mesa3d/src/mesa/main/
H A Des1_conversion.c656 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) argument
658 _es_Normal3f((GLfloat) (nx / 65536.0f),
/external/ImageMagick/MagickCore/
H A Ddistort.c650 7: x,y, sx,sy, a, nx,ny
651 6: x,y, s, a, nx,ny
661 nx,ny move 'center' here (default = x,y or no movement)
671 x,y,sx,sy,a,nx,ny;
674 x = nx = (double)(image->columns)/2.0 + (double)image->page.x;
692 x = nx = arguments[0];
710 nx = arguments[4];
717 nx = arguments[5];
743 coeff[2]=x-nx*coeff[0]-ny*coeff[1];
746 coeff[5]=y-nx*coef
667 x,y,sx,sy,a,nx,ny; local
[all...]
/external/ImageMagick/coders/
H A Dsixel.c427 int nx = imsx * 2;
430 while (nx < (posision_x + repeat_count) || ny < (posision_y + 6)) {
431 nx *= 2;
435 dmsx = nx;
425 int nx = imsx * 2; local
/external/curl/lib/
H A Dcookie.c304 struct Cookie *co, *nx, *pv; local
310 nx = co->next;
324 co = nx;
/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp377 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) argument
379 return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/w[2]);
/external/libconstrainedcrypto/
H A Dp256_ec.c1043 /* scalar_base_mult sets {nx,ny,nz} = scalar*G where scalar is a little-endian
1046 static void scalar_base_mult(felem nx, felem ny, felem nz, argument
1055 memset(nx, 0, sizeof(felem));
1063 point_double(nx, ny, nz, nx, ny, nz);
1077 * {nx,ny,nz} != {px,py,1}, unless both are zero, which we handle
1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py);
1080 /* The result of point_add_mixed is incorrect if {nx,ny,nz} is zero
1083 copy_conditional(nx, px, n_is_infinity_mask);
1089 * only copying from {tx,ty,tz} to {nx,n
1103 point_to_affine(felem x_out, felem y_out, const felem nx, const felem ny, const felem nz) argument
1114 scalar_mult(felem nx, felem ny, felem nz, const felem x, const felem y, const p256_int* scalar) argument
[all...]
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c196 int nx = (target == PIPE_BUFFER ? (w / dx) : local
215 for (x = 0; x < nx; ++x) {
237 int nx = (tex->target == PIPE_BUFFER ? (tex->width0 / dx) : local
257 for (x = 0; x < nx; ++x) {

Completed in 800 milliseconds

123