Searched defs:u2 (Results 1 - 25 of 79) sorted by relevance

1234

/external/v8/test/mjsunit/
H A Dnever-optimize.js47 function u2() {
52 u2(); u2();
55 %OptimizeFunctionOnNextCall(u2);
58 u2(); u2();
62 assertOptimized(u2);
/external/clang/test/CXX/class/class.static/class.static.data/
H A Dp3.cpp40 U<NonLit> u2; // expected-note {{here}} variable
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp38 U u2 = (T)i1; local
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeOutput.java36 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.java69 public void write(short u0, short u1, short u2) { argument
72 write(u2);
76 public void write(short u0, short u1, short u2, short u3) { argument
79 write(u2);
84 public void write(short u0, short u1, short u2, short u3, short u4) { argument
87 write(u2);
/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/skia/tests/
H A DCPlusPlusEleven.cpp55 auto u2 = std::move(u); local
56 static_assert(sizeof(u2) == sizeof(BigUniquePtr), WEIRD_SIZE);
63 auto u2 = std::move(u); local
64 static_assert(sizeof(u2) == sizeof(BigUniquePtr), WEIRD_SIZE);
72 auto u2 = std::move(u); local
73 static_assert(sizeof(u2) == sizeof(SmallUniquePtr), TOO_BIG);
80 auto u2 = std::move(u); local
81 static_assert(sizeof(u2) == sizeof(SmallUniquePtr), TOO_BIG);
88 auto u2 = std::move(u); local
89 static_assert(sizeof(u2)
96 auto u2 = std::move(u); local
[all...]
/external/webrtc/webrtc/base/
H A Drandom.cc77 double u2 = static_cast<double>(NextOutput()) / 0xFFFFFFFFFFFFFFFFull; local
78 return mean + standard_deviation * sqrt(-2 * log(u1)) * cos(2 * kPi * u2);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DHex.java84 public static String u2(int v) { method in class:Hex
104 return u2(v);
277 case 4: astr = Hex.u2(outOffset); break;
/external/elfutils/libcpu/
H A Dmemory-access.h87 uint16_t u2; member in union:unaligned
100 return bswap_16 (up->u2);
101 return up->u2;
108 return (int16_t) bswap_16 (up->u2);
/external/mesa3d/src/glx/
H A Drender2.c42 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument
67 __GLX_PUT_DOUBLE(12, u2);
81 __GLX_PUT_DOUBLE(16, u2);
109 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument
139 __GLX_PUT_FLOAT(12, u2);
149 __GLX_PUT_FLOAT(16, u2);
172 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, argument
198 __GLX_PUT_DOUBLE(12, u2);
216 __GLX_PUT_DOUBLE(16, u2);
250 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLin argument
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java96 public static String u2(int v) { method in class:Hex
116 return u2(v);
289 case 4: astr = Hex.u2(outOffset); break;
/external/clang/test/CodeGen/
H A Dunion.c46 union { int large_bitfield: 31; char c } u2; variable in typeref:union:__anon2257
H A Dbitfield-2.c100 // CHECK-RECORD: Record: RecordDecl{{.*}}u2
102 // CHECK-RECORD: LLVMType:%union.u2 = type { i8 }
107 union __attribute__((packed)) u2 { union
111 union u2 g2 = { 0xdeadbeef };
113 int f2_load(union u2 *a0) {
116 int f2_store(union u2 *a0) {
119 int f2_reload(union u2 *a0) {
127 union u2 g2 = { 0xdeadbeef };
H A Ddesignated-initializers.c11 // CHECK: @u2 = global { i32, [4 x i8] } { i32 0, [4 x i8] undef }
12 union { int i; double f; } u2 = { }; variable in typeref:union:__anon2170
152 // CHECK: bitcast %union.anon.4* %u2
154 union { int i; float f; } u2 = { }; local
/external/clang/test/SemaCXX/
H A Dcxx0x-nontrivial-union.cpp13 union u2 { union
16 u2(int k) : k(k) {} function in union:u2
17 u2() : nt() {} function in union:u2
H A Dcxx0x-deleted-default-ctor.cpp17 bad_union2 u2; // expected-error {{call to implicitly-deleted default constructor}} variable
H A Ddcl_init_aggr.cpp120 u u2 = u1; variable
H A Derr_typecheck_assign_const.cpp58 const U2 u2 = U2(); // expected-note{{non-static data member 'u2' declared const here}} member in struct:U3
67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
/external/elfutils/tests/
H A Dshow-die-info.c142 Dwarf_Word u2; local
146 || dwarf_formudata (&attr, &u2) != 0
147 || i != (int) u2)
170 Dwarf_Word u2; local
174 || dwarf_formudata (&attr, &u2) != 0
175 || i != (int) u2)
199 Dwarf_Word u2; local
203 || dwarf_formudata (&attr, &u2) != 0
204 || i != (int) u2)
228 Dwarf_Word u2; local
258 Dwarf_Word u2; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_string.h112 unsigned char u1, u2; local
116 u2 = (unsigned char) *s2++;
117 if (u1 != u2)
118 return u1 - u2;
128 unsigned char u1, u2; local
132 u2 = (unsigned char) *s2++;
133 if (u1 != u2)
134 return u1 - u2;
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h58 GLfloat u2, v2; member in struct:__anon14779::__anon14780
67 GLfloat u2, v2, q2; member in struct:__anon14779::__anon14781
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DRotation.java308 * @param u2 second vector of the origin pair
310 * @param v2 desired image of u2 by the rotation
313 public Rotation(Vector3D u1, Vector3D u2, Vector3D v1, Vector3D v2) { argument
317 double u2u2 = Vector3D.dotProduct(u2, u2);
328 double u2x = u2.getX();
329 double u2y = u2.getY();
330 double u2z = u2.getZ();
339 // adjust v2 in order to have (u1|u2) = (v1|v2) and (v2'|v2') = (u2|u
[all...]
/external/boringssl/src/crypto/ecdsa/
H A Decdsa.c146 BIGNUM *u1, *u2, *m, *X; local
171 u2 = BN_CTX_get(ctx);
174 if (u1 == NULL || u2 == NULL || m == NULL || X == NULL) {
188 if (!BN_mod_inverse(u2, sig->s, order, ctx)) {
196 if (!BN_mod_mul(u1, m, u2, order, ctx)) {
200 /* u2 = r * w mod q */
201 if (!BN_mod_mul(u2, sig->r, u2, order, ctx)) {
211 if (!EC_POINT_mul(group, point, u1, pub_key, u2, ctx)) {
/external/clang/test/Sema/
H A Dtransparent-union.c86 unsigned int u2; member in struct:pr15134v2::__anon2824

Completed in 2410 milliseconds

1234