Searched refs:u0 (Results 1 - 25 of 42) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeOutput.java31 public void write(short u0, short u1); argument
36 public void write(short u0, short u1, short u2); argument
41 public void write(short u0, short u1, short u2, short u3); argument
46 public void write(short u0, short u1, short u2, short u3, short u4); argument
H A DShortArrayCodeOutput.java63 public void write(short u0, short u1) { argument
64 write(u0);
69 public void write(short u0, short u1, short u2) { argument
70 write(u0);
76 public void write(short u0, short u1, short u2, short u3) { argument
77 write(u0);
84 public void write(short u0, short u1, short u2, short u3, short u4) { argument
85 write(u0);
/external/clang/test/CXX/expr/
H A Dp9.cpp46 __typeof__(0 + 0U) u0;
47 unsigned &ur = u0;
/external/e2fsprogs/lib/uuid/
H A Duuid.h58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
H A Duuid.h.in58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
/external/webp/src/enc/
H A Dlayer.c23 enc->use_layer_ = (enc->pic_->u0 != NULL);
H A Dpicture.c114 picture->u0 = mem;
150 picture->u0 = picture->v0 = NULL;
249 if (dst->u0 != NULL) {
254 CopyPlane(src->u0, src->uv0_stride,
255 dst->u0, dst->uv0_stride, uv0_width, dst->height);
297 if (src->u0 != NULL) {
300 dst->u0 = src->u0 + top * src->uv0_stride + left_pos;
341 if (tmp.u0 != NULL) {
348 CopyPlane(pic->u0
[all...]
/external/clang/test/Sema/
H A Denum.c35 union u0; // expected-note {{previous use is here}}
36 enum u0 { U0A }; // expected-error {{use of 'u0' with tag type that does not match previous declaration}} enum
/external/v8/benchmarks/
H A Dnavier-stokes.js284 function vel_step(u, v, u0, v0, dt)
286 addFields(u, u0, dt );
288 var temp = u0; u0 = u; u = temp;
290 diffuse2(u,u0,v,v0, dt);
291 project(u, v, u0, v0);
292 var temp = u0; u0 = u; u = temp;
294 advect(1, u, u0, u0, v
[all...]
/external/clang/test/SemaCXX/
H A Danonymous-union.cpp137 int u0; // expected-note {{declared private here}} member in union:test4::A::__anon4639
152 (void) a.u0; // expected-error {{private member}}
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java27 private float u0; field in class:LetterQuad
105 return u0;
234 u0 = (float) bitmapChar.getX() / charSet.getWidth();
236 u1 = u0 + (float) bitmapChar.getWidth() / charSet.getWidth();
239 u0 = 0;
385 tc[0] = u0; tc[1] = v0;
386 tc[2] = u0; tc[3] = v1;
440 fb.put(u0).put(v0);
442 fb.put(u0).put(v1);
/external/llvm/lib/Support/
H A DBlockFrequency.cpp25 uint64_t u0 = freq & UINT32_MAX; local
31 uint64_t t = u0 * N;
/external/webp/src/dsp/
H A Dupsampling_sse2.c147 const int u0 = (top_u[0] + u_diag) >> 1; \
149 FUNC(top_y[0], u0, v0, top_dst); \
152 const int u0 = (cur_u[0] + u_diag) >> 1; \
154 FUNC(bottom_y[0], u0, v0, bottom_dst); \
/external/valgrind/main/VEX/priv/
H A Dmain_util.c264 ULong u0; local
273 u0 = (ULong)(-n0);
275 u0 = (ULong)(n0);
278 u0 = (ULong)n0;
282 buf[bufi++] = toHChar('0' + toUInt(u0 % base));
283 u0 /= base;
284 if (u0 == 0) break;
/external/quake/quake/src/QW/client/
H A Dr_draw.c88 float scale, lzi0, u0, v0; local
93 u0 = r_u1;
113 u0 = (xcenter + scale*transformed[0]);
114 if (u0 < r_refdef.fvrectx_adj)
115 u0 = r_refdef.fvrectx_adj;
116 if (u0 > r_refdef.fvrectright_adj)
117 u0 = r_refdef.fvrectright_adj;
199 u_step = ((r_u1 - u0) / (r_v1 - v0));
200 u = u0 + ((float)v - v0) * u_step;
211 u_step = ((u0
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_draw.cpp88 float scale, lzi0, u0, v0; local
93 u0 = r_u1;
113 u0 = (xcenter + scale*transformed[0]);
114 if (u0 < r_refdef.fvrectx_adj)
115 u0 = r_refdef.fvrectx_adj;
116 if (u0 > r_refdef.fvrectright_adj)
117 u0 = r_refdef.fvrectright_adj;
199 u_step = ((r_u1 - u0) / (r_v1 - v0));
200 u = u0 + ((float)v - v0) * u_step;
211 u_step = ((u0
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dopcodes.h22 #define RIE_RRI0(op1,r1,r3,i2,u0,op2) \
24 ".long 0x" #i2 #u0 #op2 "\n\t"
25 #define RRF_R0RR2(op,r3,u0,r1,r2) ".long 0x" #op #r3 #u0 #r1 #r2 "\n\t"
47 #define RRS(op1,r1,r2,b4,d4,m3,u0,op2) \
49 ".long 0x" #b4 #d4 #m3 #u0 #op2 "\n\t"
50 #define RIE_RRPU(op1,r1,r2,i4,m3,u0,op2) \
52 ".long 0x" #i4 #m3 #u0 #op2 "\n\t"
53 #define RRE_RR(op,u0,r1,r2) ".long 0x" #op #u0 #r
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h264 int u0, u1, u2; \
268 : "=&D" (u0), "=&a" (u1), "=&c" (u2) \
297 int u0, u1, u2; \
308 : "=&c" (u0), "=&D" (u1), "=&S" (u2) \
345 int u0, u1, u2; \
354 : "=&c" (u0), "=&D" (u1), "=&S" (u2) \
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp52 const FloatPoint& u0,
59 float bx = u0.x() - u1.x();
60 float by = u0.y() - u1.y();
61 float cx = v0.x() - u0.x();
62 float cy = v0.y() - u0.y();
83 const FloatPoint& u0,
88 // Test edge u0, u1 against v0, v1.
89 if (edgeEdgeTest(delta, v0, u0, u1))
95 if (edgeEdgeTest(delta, v0, u2, u0))
50 edgeEdgeTest(const FloatSize& v0Delta, const FloatPoint& v0, const FloatPoint& u0, const FloatPoint& u1) argument
81 edgeAgainstTriangleEdges(const FloatPoint& v0, const FloatPoint& v1, const FloatPoint& u0, const FloatPoint& u1, const FloatPoint& u2) argument
/external/skia/tests/
H A DUtilsTest.cpp163 SkUnichar u0 = SkUTF8_ToUnichar(gTest[i].fUtf8); local
167 REPORTER_ASSERT(reporter, u0 == u1);
168 REPORTER_ASSERT(reporter, u0 == gTest[i].fUni);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DTnaf.java458 BigInteger u0;
464 u0 = ECConstants.TWO;
469 u0 = ECConstants.ZERO;
475 // u2 = mu*u1 - 2*u0;
487 u2 = s.subtract(u0.shiftLeft(1));
488 u0 = u1;
494 BigInteger[] retVal = {u0, u1};
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator64.h50 static const uptr u0 = 0 + (l1 - l0) / s0; member in class:__sanitizer::DefaultSizeClassMap
51 static const uptr u1 = u0 + (l2 - l1) / s1;
72 if (class_id <= u0) return l0 + s0 * (class_id - 0);
73 if (class_id <= u1) return l1 + s1 * (class_id - u0);
81 if (size <= l2) return u0 + (size - l1 + s1 - 1) / s1;
89 if (class_id <= u0) return c0;
/external/libvorbis/vq/
H A DMakefile.am22 44u0.vqs 44u1.vqs 44u2.vqs 44u3.vqs 44u4.vqs 44u5.vqs 44u6.vqs \
/external/opencv/cv/src/
H A Dcvundistort.cpp51 float u0 = intrinsic_matrix[2], v0 = intrinsic_matrix[5]; local
67 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y;
193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; local
230 u0 = a[2]; v0 = a[5];
246 float x = (u - u0)*ifx, x2 = x*x, r2 = x2 + y2, _2xy = 2*x*y;
277 double fx, fy, u0, v0, k1, k2, k3, p1, p2; local
340 u0 = a[2]; v0 = a[5];
359 double u = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + u0;
/external/fdlibm/
H A De_lgamma_r.c124 u0 = -7.72156649015328655494e-02, /* 0xBFB3C467, 0xE37DB0C8 */ variable
271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));

Completed in 492 milliseconds

12