/external/llvm/test/Object/ |
D | objdump-symbol-table.test | 12 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
|
D | coff-weak-externals.test | 3 CHECK: [ 0](sec 0)(fl 0x00)(ty 0)(scl 69) (nx 1) 0x00000000 Function
|
/external/fdlibm/ |
D | e_rem_pio2.c | 92 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);
|
D | k_rem_pio2.c | 164 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/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 61 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/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 59 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/skia/src/effects/ |
D | SkEmbossMask.cpp | 72 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; in Emboss() local 75 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss() 80 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta); in Emboss()
|
/external/libconstrainedcrypto/ |
D | p256_ec.c | 1046 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/fonttools/Lib/fontTools/pens/ |
D | basePen.py | 266 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/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 291 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/skia/experimental/docs/ |
D | interpolatorFunctions.js | 40 var nx = fx * 27 - ax - dx * 8; 42 var bx = (mx * 2 - nx) / 18; 44 var cx = (nx * 2 - mx) / 18;
|
/external/dtc/tests/ |
D | multilabel.dts | 11 n1: nx: node1 { 19 lref = <&nx>;
|
D | multilabel_merge.dts | 17 lref = <&nx>; 46 nx: node1 { label
|
/external/gemmlowp/test/ |
D | correctness_meta_gemm.cc | 214 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/ |
D | mountinfo.c | 65 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/ |
D | open_gles20.mm | 43 " 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_input/ |
D | machine.txt | 1 …nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni…
|
/external/toolchain-utils/crosperf/test_cache/test_puretelemetry_input/ |
D | machine.txt | 1 …nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni…
|
/external/aac/libAACdec/src/ |
D | block.h | 253 USHORT nx=16-x; in EvaluatePower43() local 254 UINT temp=(r0)*nx+(r1)*x; in EvaluatePower43()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ArabicShaping.java | 1643 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/ |
D | ArabicShaping.java | 1691 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/valgrind/gdbserver_tests/ |
D | mcclean_after_fork.vgtest | 7 argsB: --quiet -l 60 --nx ./clean_after_fork
|
D | mssnapshot.vgtest | 8 argsB: --quiet -l 60 --nx ./t
|
D | mcvabits.vgtest | 9 argsB: --quiet -l 60 --nx ./t
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 357 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, floa… in projectedTriInterpolate() argument 359 …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()
|