Searched refs:u1 (Results 1 - 25 of 125) sorted by relevance

12345

/external/v8/test/mjsunit/
H A Dnever-optimize.js43 %NeverOptimizeFunction(u1);
44 function u1() {
48 u1();
51 u1(); u1();
54 %OptimizeFunctionOnNextCall(u1);
57 u1(); u1();
61 assertUnoptimized(u1);
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp19 T f1(T t1, U u1, int i1) argument
22 t2 = i1 + u1;
23 ++u1;
24 u1++;
25 int i2 = u1;
27 i1 = t1[u1];
30 i1(u1, t1); // error
31 u1(i1, t1);
38 new int(t1, u1);
39 new (t1, u1) in
[all...]
/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
65 write(u1);
69 public void write(short u0, short u1, short u2) { argument
71 write(u1);
76 public void write(short u0, short u1, short u2, short u3) { argument
78 write(u1);
84 public void write(short u0, short u1, short u2, short u3, short u4) { argument
86 write(u1);
/external/e2fsprogs/lib/uuid/
H A Dcompare.c40 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1);
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/clang/test/Parser/
H A Dcxx-friend.cpp17 int u1; member in union:U
/external/clang/test/Sema/
H A Dtype-spec-struct-union.c11 } u1; member in struct:S1
15 if (s1->u1.x == s2) return 1;
16 if (s1->u1.y == s3) return 1;
22 if (s1->u1.x == s2) return 1; /* expected-warning {{comparison of distinct pointer types ('struct S2 *' and 'struct S2 *')}} */
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_string.h112 unsigned char u1, u2; local
115 u1 = (unsigned char) *s1++;
117 if (u1 != u2)
118 return u1 - u2;
119 if (u1 == '\0')
128 unsigned char u1, u2; local
131 u1 = (unsigned char) *s1++;
133 if (u1 != u2)
134 return u1 - u2;
135 if (u1
[all...]
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
H A Dpiecewise_construct.pass.cpp37 B(double d, unsigned u1, unsigned u2) : d_(d), u1_(u1), u2_(u2) {} argument
/external/lzma/CPP/Common/
H A DMyString.cpp142 wchar_t u1 = MyCharUpper(c1);
145 if (u1 < u2) return -1;
146 if (u1 > u2) return 1;
147 if (u1 == 0) return 0;
186 wchar_t u1 = MyCharUpper(c1); local
188 if (u1 < u2) return -1;
189 if (u1 > u2) return 1;
/external/mesa3d/src/glx/
H A Drender2.c42 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument
66 __GLX_PUT_DOUBLE(4, u1);
80 __GLX_PUT_DOUBLE(8, u1);
109 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument
138 __GLX_PUT_FLOAT(8, u1);
148 __GLX_PUT_FLOAT(12, u1);
172 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, argument
197 __GLX_PUT_DOUBLE(4, u1);
215 __GLX_PUT_DOUBLE(8, u1);
250 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloa argument
[all...]
/external/mesa3d/src/mesa/main/
H A Deval.c360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, argument
371 if (u1 == u2) {
372 _mesa_error( ctx, GL_INVALID_VALUE, "glMap1(u1,u2)" );
415 map->u1 = u1;
417 map->du = 1.0F / (u2 - u1);
426 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument
429 map1(target, u1, u2, stride, order, points, GL_FLOAT);
434 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument
437 map1(target, (GLfloat) u1, (GLfloa
442 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLvoid *points, GLenum type ) argument
525 _mesa_Map2f( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) argument
536 _mesa_Map2d( GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points ) argument
828 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) argument
846 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) argument
853 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2 ) argument
881 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2 ) argument
[all...]
/external/clang/test/SemaCXX/
H A Dcxx1y-initializer-aggregates.cpp5 constexpr U u1 = U(); member in namespace:in_class_init
8 static_assert(u1.d == 4.0, "");
H A Ddcl_init_aggr.cpp119 u u1 = { 1 }; variable
120 u u2 = u1;
H A Derr_typecheck_assign_const.cpp54 U1 u1; member in struct:U2
67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h57 GLfloat u1, v1; member in struct:__anon12839::__anon12840
66 GLfloat u1, v1, q1; member in struct:__anon12839::__anon12841
/external/valgrind/none/tests/ppc32/
H A Dtest_dfp1.c317 unsigned long long u0, u0x, u1, u1x; local
339 u1 = dfp64_vals[test_group.targs[i].frb_idx];
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2];
347 *(unsigned long long *)d1p = u1;
367 test_group.op, u1, *((unsigned long long *)(&res)));
371 u0x, test_group.op, u1, u1x,
441 unsigned long long u0, u1, rm_idx; local
445 u1 = 0x27feff197a42ba06ULL;
459 *(unsigned long long *)d1p = u1;
465 j, (int)rm_idx, u0, u1, *((unsigne
[all...]
/external/valgrind/none/tests/ppc64/
H A Dtest_dfp1.c317 unsigned long long u0, u0x, u1, u1x; local
339 u1 = dfp64_vals[test_group.targs[i].frb_idx];
343 u1 = dfp128_vals[test_group.targs[i].frb_idx * 2];
347 *(unsigned long long *)d1p = u1;
367 test_group.op, u1, *((unsigned long long *)(&res)));
371 u0x, test_group.op, u1, u1x,
441 unsigned long long u0, u1, rm_idx; local
445 u1 = 0x27feff197a42ba06ULL;
459 *(unsigned long long *)d1p = u1;
465 j, (int)rm_idx, u0, u1, *((unsigne
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DVector3D.java131 * The vector built will be a1 * u1 + a2 * u2
133 * @param u1 first base (unscaled) vector
137 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2) { argument
138 this.x = a1 * u1.x + a2 * u2.x;
139 this.y = a1 * u1.y + a2 * u2.y;
140 this.z = a1 * u1.z + a2 * u2.z;
145 * The vector built will be a1 * u1 + a2 * u2 + a3 * u3
147 * @param u1 first base (unscaled) vector
153 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, argument
155 this.x = a1 * u1
172 Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, double a3, Vector3D u3, double a4, Vector3D u4) argument
[all...]
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c142 // CHECK: !"f{0}(u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}})"}
144 // CHECK: !"f{0}(u(U2){m(pu3){p(u(U3){m(u1){u(U1){m(pu2){p(u(U2){})}}}})}})"}
146 // CHECK: !"f{0}(u(U3){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){})}})}}}})"}
148 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
158 union U3{union U1 u1;}; member in union:U3
159 union U4{union U1 u1;}; member in union:U4
160 void unionType1(union U1 u1) {} argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
H A DDSASigner.java134 BigInteger u1 = m.multiply(w).mod(q);
138 u1 = params.getG().modPow(u1, p);
141 BigInteger v = u1.multiply(u2).mod(p).mod(q);
/external/clang/test/CXX/class/class.static/class.static.data/
H A Dp3.cpp39 U<int> u1; variable
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstByte.java72 return "byte{0x" + Hex.u1(value) + " / " + value + '}';

Completed in 712 milliseconds

12345