Home
last modified time | relevance | path

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

1234567

/external/opencv/cxcore/src/
Dcxdxt.cpp439 int n0 = n, f_idx, nx; in icvDFT_64fc() local
552 nx = n; in icvDFT_64fc()
563 v1 = v0 + nx*2; in icvDFT_64fc()
566 r1 = v0[nx].re; i1 = v0[nx].im; in icvDFT_64fc()
571 i3 = v1[nx].re; r3 = v1[nx].im; in icvDFT_64fc()
579 v0[nx].re = r2 + r3; v0[nx].im = i2 + i3; in icvDFT_64fc()
580 v1[nx].re = r2 - r3; v1[nx].im = i2 - i3; in icvDFT_64fc()
582 for( j = 1, dw = dw0; j < nx; j++, dw += dw0 ) in icvDFT_64fc()
585 v1 = v0 + nx*2; in icvDFT_64fc()
587 r2 = v0[nx].re*wave[dw*2].re - v0[nx].im*wave[dw*2].im; in icvDFT_64fc()
[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
Dcoff-weak-externals.test3 CHECK: [ 0](sec 0)(fl 0x00)(ty 0)(scl 69) (nx 1) 0x00000000 Function
/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/opencv/cv/src/
Dcvcamshift.cpp97 int dx, dy, nx, ny; in cvMeanShift() local
111 nx = cur_rect.x + dx; in cvMeanShift()
114 if( nx < 0 ) in cvMeanShift()
115 nx = 0; in cvMeanShift()
116 else if( nx + cur_rect.width > mat->cols ) in cvMeanShift()
117 nx = mat->cols - cur_rect.width; in cvMeanShift()
124 dx = nx - cur_rect.x; in cvMeanShift()
126 cur_rect.x = nx; in cvMeanShift()
Dcvsmooth.cpp805 int nx = (m + 1)/2 - 1; in icvMedianBlur_8u_CnR_Om() local
816 if( size.height < nx || size.width < nx ) in icvMedianBlur_8u_CnR_Om()
899 nx++; in icvMedianBlur_8u_CnR_Om()
901 if( nx < m ) in icvMedianBlur_8u_CnR_Om()
902 x0 = x < m/2 ? 0 : (nx-1)*cn; in icvMedianBlur_8u_CnR_Om()
915 UPDATE_ACC01( src_bottom[x0+c], c, += (m - nx) ); in icvMedianBlur_8u_CnR_Om()
916 for( k = 0; k < nx*cn; k += cn ) in icvMedianBlur_8u_CnR_Om()
922 UPDATE_ACC01( src_bottom[x0+c], c, += (m - nx)*(m/2+1) ); in icvMedianBlur_8u_CnR_Om()
923 for( k = 0; k < nx*cn; k += cn ) in icvMedianBlur_8u_CnR_Om()
960 for( k = 0; k < nx; k++ ) in icvMedianBlur_8u_CnR_Om()
[all …]
/external/skia/src/effects/
DSkEmbossMask.cpp109 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; in Emboss() local
112 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss()
118 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta); in Emboss()
126 …SkFixed dot = (unsigned)(numer >> 4) * gInvSqrtTable[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)]… in Emboss()
/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/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/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/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/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
Dd3d11gears.cpp73 vertex(float x, float y, float z, float nx, float ny, float nz) in vertex()
78 normal[0] = nx; in vertex()
84 #define VERT(x, y, z) vertices.push_back(vertex((x), (y), (z), (nx), (ny), (nz)))
91 float nx, ny, nz; in build_gear() local
126 nx = 0.0f; in build_gear()
190 nx = -dy / len; in build_gear()
210 nx = -dc[i]; in build_gear()
/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/aac/libAACdec/src/
Dblock.h253 USHORT nx=16-x; in EvaluatePower43() local
254 UINT temp=(r0)*nx+(r1)*x; in EvaluatePower43()
/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/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/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp288 inline float projectedTriInterpolate (const Vec3& s, const Vec3& w, float nx, float ny) in projectedTriInterpolate() argument
290 …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()

1234567