HomeSort by relevance Sort by last modified time
    Searched refs:nx (Results 1 - 25 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
cofftag.d 7 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x0+0000 foo.c
9 \[ 2\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 gcc2_compiled.
10 \[ 3\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 6\) \(nx 0\) 0x0+0000 ___gnu_compiled_c
11 \[ 4\]\(sec -2\)\(fl 0x00\)\(ty a\)\(scl 15\) \(nx 1\) 0x0+0000 _token
13 \[ 6\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0000 _operator
14 \[ 7\]\(sec -(1|2)\)\(fl 0x00\)\(ty b\)\(scl 16\) \(nx 0\) 0x0+0001 _flags
15 \[ 8\]\(sec -(1|2)\)\(fl 0x00\)\(ty 0\)\(scl 102\) \(nx 1\) 0x0+0004 .eos
17 \[ 10\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .text
19 \[ 12\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .data
21 \[ 14\]\(sec 3\)\(fl 0x00\)\(ty 0\)\(scl 3\) \(nx 1\) 0x[0-9a-f]+ .bs
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
ManualAutoFocus.java 25 void triggerFocusAndMeterAtPoint(float nx, float ny);
ManualAutoFocusImpl.java 45 public void triggerFocusAndMeterAtPoint(float nx, float ny) {
46 PointF point = new PointF(nx, ny);
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DeferredManualAutoFocus.java 37 public void triggerFocusAndMeterAtPoint(float nx, float ny) {
41 af.triggerFocusAndMeterAtPoint(nx, ny);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
test1xcoff32.d 20 \[ 0\]\(sec -2\)\(fl 0x00\)\(ty 0\)\(scl 103\) \(nx 1\) 0x00000000 fake
22 \[ 2\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000000 \.crazy_table
24 \[ 4\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000008
26 \[ 6\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000008 reference_csect_relative_symbols
28 \[ 8\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000018 dubious_references_to_default_RW_csect
30 \[ 10\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000028 reference_via_toc
32 \[ 12\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000040 subtract_symbols
34 \[ 14\]\(sec 1\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x0000005c load_addresses
36 \[ 16\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000068
38 \[ 18\]\(sec 2\)\(fl 0x00\)\(ty 0\)\(scl 107\) \(nx 1\) 0x00000074 TO
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/md5/
md5.go 37 nx int
46 d.nx = 0
64 if d.nx > 0 {
65 n := copy(d.x[d.nx:], p)
66 d.nx += n
67 if d.nx == chunk {
69 d.nx = 0
79 d.nx = copy(d.x[:], p)
109 if d.nx != 0 {
110 panic("d.nx != 0"
    [all...]
  /prebuilts/go/linux-x86/src/crypto/md5/
md5.go 37 nx int
46 d.nx = 0
64 if d.nx > 0 {
65 n := copy(d.x[d.nx:], p)
66 d.nx += n
67 if d.nx == chunk {
69 d.nx = 0
79 d.nx = copy(d.x[:], p)
109 if d.nx != 0 {
110 panic("d.nx != 0"
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 89 float nx = this.x; local
92 float ox = nx;
93 nx = ny;
96 return new Point(nx, ny);
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1.go 36 nx int
46 d.nx = 0
64 if d.nx > 0 {
65 n := copy(d.x[d.nx:], p)
66 d.nx += n
67 if d.nx == chunk {
69 d.nx = 0
79 d.nx = copy(d.x[:], p)
109 if d.nx != 0 {
110 panic("d.nx != 0"
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1.go 36 nx int
46 d.nx = 0
64 if d.nx > 0 {
65 n := copy(d.x[d.nx:], p)
66 d.nx += n
67 if d.nx == chunk {
69 d.nx = 0
79 d.nx = copy(d.x[:], p)
109 if d.nx != 0 {
110 panic("d.nx != 0"
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256.go 52 nx int
77 d.nx = 0
108 if d.nx > 0 {
109 n := copy(d.x[d.nx:], p)
110 d.nx += n
111 if d.nx == chunk {
113 d.nx = 0
123 d.nx = copy(d.x[:], p)
156 if d.nx != 0 {
157 panic("d.nx != 0"
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256.go 52 nx int
77 d.nx = 0
108 if d.nx > 0 {
109 n := copy(d.x[d.nx:], p)
110 d.nx += n
111 if d.nx == chunk {
113 d.nx = 0
123 d.nx = copy(d.x[:], p)
156 if d.nx != 0 {
157 panic("d.nx != 0"
    [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp 439 int n0 = n, f_idx, nx;
552 nx = n;
563 v1 = v0 + nx*2;
566 r1 = v0[nx].re; i1 = v0[nx].im;
571 i3 = v1[nx].re; r3 = v1[nx].im;
579 v0[nx].re = r2 + r3; v0[nx].im = i2 + i3;
580 v1[nx].re = r2 - r3; v1[nx].im = i2 - i3
    [all...]
  /external/skia/src/effects/
SkEmbossMask.cpp 72 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; local
75 SkFixed numer = lx * nx + ly * ny + lz_dot_nz;
80 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta);
  /packages/apps/Camera2/src/com/android/camera/one/v2/
AutoFocusHelper.java 119 * @param nx x coordinate of the touch point, in normalized portrait coordinates.
127 private static MeteringRectangle[] regionsForNormalizedCoord(float nx, float ny,
134 // nx, ny is normalized to the screen.
139 nx, ny, sensorOrientation);
168 public static MeteringRectangle[] afRegionsForNormalizedCoord(float nx,
170 return regionsForNormalizedCoord(nx, ny, Settings3A.getAutoFocusRegionWidth(),
184 public static MeteringRectangle[] aeRegionsForNormalizedCoord(float nx,
186 return regionsForNormalizedCoord(nx, ny, Settings3A.getMeteringRegionWidth(),
200 public static MeteringRectangle[] gcamAERegionsForNormalizedCoord(float nx,
202 return regionsForNormalizedCoord(nx, ny, Settings3A.getGcamMeteringRegionFraction()
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h 68 int e0,ex,i,j,nx; local
132 nx = 5;
133 while(tx[nx-1]==zero) nx--; /* skip zero term */
134 n = __kernel_rem_pio2(tx,ty,e0,nx,3);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2.c 59 int32_t e0,i,j,nx,n,ix,hx; local
181 nx = 3;
182 while(tx[nx-1]==zero) nx--; /* skip zero term */
183 n = __kernel_rem_pio2(tx,ty,e0,nx,1);
  /prebuilts/go/darwin-x86/src/crypto/sha512/
sha512.go 79 nx int
123 d.nx = 0
173 if d.nx > 0 {
174 n := copy(d.x[d.nx:], p)
175 d.nx += n
176 if d.nx == chunk {
178 d.nx = 0
188 d.nx = copy(d.x[:], p)
228 if d.nx != 0 {
229 panic("d.nx != 0"
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha512/
sha512.go 79 nx int
123 d.nx = 0
173 if d.nx > 0 {
174 n := copy(d.x[d.nx:], p)
175 d.nx += n
176 if d.nx == chunk {
178 d.nx = 0
188 d.nx = copy(d.x[:], p)
228 if d.nx != 0 {
229 panic("d.nx != 0"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 22 import networkx as nx
54 self.G = nx.DiGraph()
120 yield self.__generate_steps(nx.shortest_path(self.subG, s, t))
161 for path in nx.all_simple_paths(self.subG, s, t, maxlen):
197 for path in nx.all_shortest_paths(self.subG, s, t):
257 return nx.info(self.G)
327 nx.number_of_nodes(self.G),
328 nx.number_of_edges(self.G)))
357 nx.number_of_nodes(self.subG),
358 nx.number_of_edges(self.subG))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchTexture.java 225 int nx = stretch(divX, divU, chunk.mDivX, tex.getWidth(), width); local
228 prepareVertexData(divX, divY, divU, divV, nx, ny, chunk.mColor);
313 int nx, int ny, int[] color) {
337 for (int i = 0; i < nx; ++i) {
357 end = nx;
360 start = nx - 1;
366 int k = row * nx + col;
368 int colorIdx = row * (nx - 1) + col;
378 index[idxCount++] = (byte) (k + nx);
  /external/opencv/cv/src/
cvcamshift.cpp 97 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;
  /libcore/ojluni/src/main/java/sun/nio/ch/
Net.java 125 Exception nx = x; local
127 nx = new SocketException("Socket is closed");
129 nx = new SocketException("Socket is not connected");
131 nx = new SocketException("Already bound");
133 nx = new SocketException("Socket is not bound yet");
135 nx = new SocketException("Unsupported address type");
137 nx = new SocketException("Unresolved address");
140 nx = new SocketException("Already connected");
142 if (nx != x)
143 nx.initCause(x)
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 59 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny)
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/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 61 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny)
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;

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011>>