Home
last modified time | relevance | path

Searched refs:nx (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc89 Node* nx = r->nodes_[x]; in CheckInvariants() local
90 if (nx->visited) { in CheckInvariants()
93 if (!ranks.insert(nx->rank).second) { in CheckInvariants()
94 LOG(FATAL) << "Duplicate occurrence of rank " << nx->rank; in CheckInvariants()
96 for (auto y : nx->out) { in CheckInvariants()
98 if (nx->rank >= ny->rank) { in CheckInvariants()
100 << nx->rank << "->" << ny->rank; in CheckInvariants()
167 Node* nx = r->nodes_[x]; in InsertEdge() local
168 if (!nx->out.insert(y).second) { in InsertEdge()
176 if (nx->rank <= ny->rank) { in InsertEdge()
[all …]
/external/llvm/test/Object/
Dobjdump-symbol-table.test12 COFF-i386: [ 0](sec 1)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .text
14 COFF-i386: [ 2](sec 2)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .data
16 COFF-i386: [ 4](sec 1)(fl 0x00)(ty 20)(scl 2) (nx 0) 0x00000000 _main
17 COFF-i386: [ 5](sec 2)(fl 0x00)(ty 0)(scl 3) (nx 0) 0x00000000 L_.str
18 COFF-i386: [ 6](sec 0)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x00000000 _puts
19 COFF-i386: [ 7](sec 0)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x00000000 _SomeOtherFunction
/external/fdlibm/
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);
Dk_rem_pio2.c164 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) in __kernel_rem_pio2() argument
166 int __kernel_rem_pio2(x,y,e0,nx,prec,ipio2) in __kernel_rem_pio2()
167 double x[], y[]; int e0,nx,prec; int ipio2[]; in __kernel_rem_pio2()
178 jx = nx-1;
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp59 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, floa… in projectedTriInterpolate() 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/… in projectedTriInterpolate()
80 float nx = wx / dstW; in renderReference() local
83 int triNdx = nx + ny >= 1.0f ? 1 : 0; in renderReference()
84 float triNx = triNdx ? 1.0f - nx : nx; in renderReference()
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp61 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, floa… in projectedTriInterpolate() 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/… in projectedTriInterpolate()
82 float nx = wx / dstW; in renderReference() local
85 int triNdx = nx + ny >= 1.0f ? 1 : 0; in renderReference()
86 float triNx = triNdx ? 1.0f - nx : nx; in renderReference()
/external/skqp/src/effects/
DSkEmbossMask.cpp71 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; in Emboss() local
74 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss()
79 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta); in Emboss()
/external/skia/src/effects/
DSkEmbossMask.cpp71 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; in Emboss() local
74 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss()
79 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta); in Emboss()
/external/libconstrainedcrypto/
Dp256_ec.c1046 static void scalar_base_mult(felem nx, felem ny, felem nz, in scalar_base_mult() argument
1055 memset(nx, 0, sizeof(felem)); in scalar_base_mult()
1063 point_double(nx, ny, nz, nx, ny, nz); in scalar_base_mult()
1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py); in scalar_base_mult()
1083 copy_conditional(nx, px, n_is_infinity_mask); in scalar_base_mult()
1092 copy_conditional(nx, tx, mask); in scalar_base_mult()
1103 static void point_to_affine(felem x_out, felem y_out, const felem nx, in point_to_affine() argument
1108 felem_mul(x_out, nx, z_inv_sq); in point_to_affine()
1114 static void scalar_mult(felem nx, felem ny, felem nz, const felem x, in scalar_mult() argument
1135 memset(nx, 0, sizeof(felem)); in scalar_mult()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp110 float nx = 1.0f; in GetFillPath() local
127 nx = -1, ny = 0; in GetFillPath()
138 nx = 0, ny = -1; in GetFillPath()
149 nx = 1, ny = 0; in GetFillPath()
160 nx = 0, ny = 1; in GetFillPath()
196 fillPath->LineTo(CFX_PointF(cp2.x + fRadius2 * nx, cp2.y + fRadius2 * ny)); in GetFillPath()
487 float nx = 1.0f; in GetPath() local
508 nx = -1, ny = 0; in GetPath()
527 nx = 0, ny = -1; in GetPath()
546 nx = 1, ny = 0; in GetPath()
[all …]
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp291 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, floa… in projectedTriInterpolate() argument
293 …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/… in projectedTriInterpolate()
302 …nline float triDerivateY (const tcu::Vec3& s, const tcu::Vec3& w, float wy, float height, float nx) in triDerivateY() argument
304 float d = w[1]*w[2]*(height*(nx - 1.0f) + wy) - w[0]*(w[1]*height*nx + w[2]*wy); in triDerivateY()
305 …return (w[0]*w[1]*w[2]*height * (w[2]*(s[0] - s[1])*(nx - 1.0f) + nx*(w[0]*(s[1] - s[2]) + w[1]*(s… in triDerivateY()
486 float nx = wx / dstW; in sampleTextureProjected() local
489 int triNdx = nx + ny >= 1.0f ? 1 : 0; in sampleTextureProjected()
492 float triNx = triNdx ? 1.0f - nx : nx; in sampleTextureProjected()
529 float nx = wx / dstW; in sampleTextureProjected() local
532 int triNdx = nx + ny >= 1.0f ? 1 : 0; in sampleTextureProjected()
[all …]
/external/fonttools/Lib/fontTools/pens/
DbasePen.py266 nx, ny = points[0] # first off-curve point
267 impliedStartPoint = (0.5 * (x + nx), 0.5 * (y + ny))
333 nx, ny = points[i+1]
334 impliedPt = (0.5 * (x + nx), 0.5 * (y + ny))
/external/skqp/experimental/docs/
DinterpolatorFunctions.js40 var nx = fx * 27 - ax - dx * 8;
42 var bx = (mx * 2 - nx) / 18;
44 var cx = (nx * 2 - mx) / 18;
/external/skia/experimental/docs/
DinterpolatorFunctions.js40 var nx = fx * 27 - ax - dx * 8;
42 var bx = (mx * 2 - nx) / 18;
44 var cx = (nx * 2 - mx) / 18;
/external/dtc/tests/
Dmultilabel.dts11 n1: nx: node1 {
19 lref = <&nx>;
Dmultilabel_merge.dts17 lref = <&nx>;
46 nx: node1 { label
/external/gemmlowp/test/
Dcorrectness_meta_gemm.cc214 void q_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in q_suite() argument
219 for (int n = ni; n < nx; n += nd) { in q_suite()
228 void f_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in f_suite() argument
233 for (int n = ni; n < nx; n += nd) { in f_suite()
242 void i32_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in i32_suite() argument
247 for (int n = ni; n < nx; n += nd) { in i32_suite()
/external/syslinux/extlinux/
Dmountinfo.c65 struct mountinfo *nx; in free_mountinfo() local
73 nx = m->next; in free_mountinfo()
75 m = nx; in free_mountinfo()
/external/webrtc/webrtc/modules/video_render/ios/
Dopen_gles20.mm43 " float nx,ny,r,g,b,y,u,v;\n"
45 " nx=vTextureCoord[0];\n"
47 " y=texture2D(Ytex,vec2(nx,ny)).r;\n"
48 " u=texture2D(Utex,vec2(nx,ny)).r;\n"
49 " v=texture2D(Vtex,vec2(nx,ny)).r;\n"
/external/toolchain-utils/crosperf/test_cache/test_puretelemetry_input/
Dmachine.txt1nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni…
/external/toolchain-utils/crosperf/test_cache/test_input/
Dmachine.txt1nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni…
/external/icu/android_icu4j/src/main/java/android/icu/text/
DArabicShaping.java1643 int nx = -2; in shapeUnicode() local
1650 nx = -2; in shapeUnicode()
1651 while (nx < 0) { // we need to know about next char in shapeUnicode()
1654 nx = Integer.MAX_VALUE; in shapeUnicode()
1658 nx = nw; in shapeUnicode()
1748 if (i == nx) { in shapeUnicode()
1750 nx = -2; in shapeUnicode()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DArabicShaping.java1691 int nx = -2; in shapeUnicode() local
1698 nx = -2; in shapeUnicode()
1699 while (nx < 0) { // we need to know about next char in shapeUnicode()
1702 nx = Integer.MAX_VALUE; in shapeUnicode()
1706 nx = nw; in shapeUnicode()
1796 if (i == nx) { in shapeUnicode()
1798 nx = -2; in shapeUnicode()
/external/tensorflow/tensorflow/python/kernel_tests/
Dstack_ops_test.py88 nx = math_ops.subtract(x, 1)
90 return [nx, ny]
233 nx = math_ops.subtract(x, 1)
235 return [nx, ny]
/external/deqp/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp358 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, floa… in projectedTriInterpolate() 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/… in projectedTriInterpolate()

12345678910>>...12