Searched defs:u1 (Results 1 - 25 of 88) sorted by relevance

1234

/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/CXX/class/class.static/class.static.data/
H A Dp3.cpp39 U<int> u1; variable
/external/clang/test/Parser/
H A Dcxx-friend.cpp17 int u1; member in union:U
/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 Danonymous-union.cpp143 double u1; // expected-note {{declared private here}} member in union:test4::A::__anon2471
158 (void) a.u1; // expected-error {{private member}}
H A Dconstexpr-printing.cpp32 constexpr U u1(&u1.arr[2]); variable
39 static_assert(test_printing(12, 39.762, 3 + 4i, 12.9 + 3.6i, &u2.arr[4], u2.another.arr[2], (vector_int){5, 1, 2, 3}, u1) == 0, ""); // \
41 expected-note {{in call to 'test_printing(12, 3.976200e+01, 3+4i, 1.290000e+01+3.600000e+00i, &u2.T::arr[4], u2.another.arr[2], {5, 1, 2, 3}, {{{}}, {{}}, &u1.T::arr[2]})'}}
H A Ddcl_init_aggr.cpp119 u u1 = { 1 }; variable
120 u u2 = 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/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/dexmaker/src/dx/java/com/android/dx/util/
H A DHex.java116 public static String u1(int v) { method in class:Hex
276 case 2: astr = Hex.u1(outOffset); break;
286 sb.append(Hex.u1(arr[offset]));
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.c51 __m128i u0, u1, sum; local
54 u1 = _mm_add_epi16(in2, in3);
61 sum = _mm_add_epi16(u0, u1);
89 __m128i u0, u1; local
101 u1 = _mm_add_epi16(in2, in3);
109 sum = _mm_add_epi16(sum, u1);
111 u1 = _mm_add_epi16(in2, in3);
119 sum = _mm_add_epi16(sum, u1);
121 u1 = _mm_add_epi16(in2, in3);
129 sum = _mm_add_epi16(sum, u1);
158 __m128i u0, u1; local
[all...]
/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/smali/util/src/main/java/org/jf/util/
H A DHex.java128 public static String u1(int v) { method in class:Hex
288 case 2: astr = Hex.u1(outOffset); break;
298 sb.append(Hex.u1(arr[offset]));
/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/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h57 GLfloat u1, v1; member in struct:__anon12844::__anon12845
66 GLfloat u1, v1, q1; member in struct:__anon12844::__anon12846
/external/skia/tests/
H A DUtilsTest.cpp208 SkUnichar u1 = SkUTF8_NextUnichar(&p); local
211 REPORTER_ASSERT(reporter, u0 == u1);
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DRotation.java307 * @param u1 first vector of the origin pair
309 * @param v1 desired image of u1 by the rotation
313 public Rotation(Vector3D u1, Vector3D u2, Vector3D v1, Vector3D v2) { argument
316 double u1u1 = Vector3D.dotProduct(u1, u1);
324 double u1x = u1.getX();
325 double u1y = u1.getY();
326 double u1z = u1.getZ();
332 // normalize v1 in order to have (v1'|v1') = (u1|u1)
[all...]
/external/boringssl/src/crypto/dsa/
H A Ddsa_impl.c287 BIGNUM u1, u2, t1; local
311 BN_init(&u1);
337 /* save M in u1 */
345 if (BN_bin2bn(dgst, digest_len, &u1) == NULL) {
349 /* u1 = M * w mod q */
350 if (!BN_mod_mul(&u1, &u1, &u2, dsa->q, ctx)) {
366 if (!BN_mod_exp2_mont(&t1, dsa->g, &u1, dsa->pub_key, &u2, dsa->p, ctx,
371 /* BN_copy(&u1,&t1); */
372 /* let u1
[all...]
/external/boringssl/src/crypto/ecdsa/
H A Decdsa.c142 BIGNUM *order, *u1, *u2, *m, *X; local
167 u1 = BN_CTX_get(ctx);
196 /* u1 = m * tmp mod order */
197 if (!BN_mod_mul(u1, m, u2, order, ctx)) {
212 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) {
220 if (!BN_nnmod(u1, X, order, ctx)) {
224 /* if the signature is correct u1 is equal to sig->r */
225 ret = (BN_ucmp(u1, sig->r) == 0);
/external/clang/test/CodeGen/
H A Ddesignated-initializers.c84 // CHECK: @u1 = {{.*}} { i32 65535 }
85 union u_FFFF { char c; long l; } u1 = { .l = 0xFFFF }; variable in typeref:union:u_FFFF
/external/clang/test/Sema/
H A Dtransparent-union.c85 unsigned int u1; member in struct:pr15134v2::__anon2413
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 *')}} */

Completed in 1700 milliseconds

1234