HomeSort by relevance Sort by last modified time
    Searched defs:v1 (Results 226 - 250 of 1266) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
vtable-layout-abi-examples.cpp 205 struct V1 {
206 int v1; member in struct:Test3::V1
210 struct V2 : virtual V1 {
225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
246 // CHECK-8-NEXT: -- (Test3::V1, 16) vtable address --
249 struct C : virtual V1, virtual V2 {
271 // CHECK-9-NEXT: -- (Test3::V1, 24) vtable address --
292 // CHECK-10-NEXT: -- (Test3::V1, 24) vtable address --
313 // CHECK-11-NEXT: -- (Test3::V1, 24) vtable address --
x86_64-arguments-avx.cpp 24 __m128 v1; member in union:test2::U1
39 __m256 v1; member in union:test2::U2
  /external/clang/test/Sema/
declspec.c 21 const f* v1; // expected-warning {{qualifier on function type 'f' (aka 'int (void)') has unspecified behavior}} variable
  /external/clang/test/SemaCXX/
default-constructor-initializers.cpp 50 volatile int v1; member in struct:Z1
  /external/eigen/test/
geo_orthomethods.cpp 28 v1 = Vector3::Random(), local
32 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(v2).dot(v1), Scalar(1));
33 VERIFY_IS_MUCH_SMALLER_THAN(v1.dot(v1.cross(v2)), Scalar(1));
34 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(v2).dot(v2), Scalar(1));
35 VERIFY_IS_MUCH_SMALLER_THAN(v2.dot(v1.cross(v2)), Scalar(1));
36 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(Vector3::Random()).dot(v1), Scalar(1));
39 (v0.cross(v1)).normalized()
    [all...]
product.h 48 RowVectorType v1 = RowVectorType::Random(rows); local
75 VERIFY_IS_APPROX(v1, identity*v1);
76 VERIFY_IS_APPROX(v1.transpose(), v1.transpose() * identity);
99 vcres.noalias() += m1.transpose() * v1;
100 VERIFY_IS_APPROX(vcres, vc2 + m1.transpose() * v1);
111 vcres.noalias() -= m1.transpose() * v1;
112 VERIFY_IS_APPROX(vcres, vc2 - m1.transpose() * v1);
132 VERIFY_IS_APPROX(tm1.transpose() * v1, m1.transpose() * v1)
    [all...]
product_selfadjoint.cpp 27 VectorType v1 = VectorType::Random(rows), local
42 m2.template selfadjointView<Lower>().rankUpdate(v1,v2);
43 VERIFY_IS_APPROX(m2, (m1 + v1 * v2.adjoint()+ v2 * v1.adjoint()).template triangularView<Lower>().toDenseMatrix());
46 m2.template selfadjointView<Upper>().rankUpdate(-v1,s2*v2,s3);
47 VERIFY_IS_APPROX(m2, (m1 + (s3*(-v1)*(s2*v2).adjoint()+numext::conj(s3)*(s2*v2)*(-v1).adjoint())).template triangularView<Upper>().toDenseMatrix());
56 m2.block(1,1,rows-1,cols-1).template selfadjointView<Lower>().rankUpdate(v1.tail(rows-1),v2.head(cols-1));
58 m3.block(1,1,rows-1,cols-1) += v1.tail(rows-1) * v2.head(cols-1).adjoint()+ v2.head(cols-1) * v1.tail(rows-1).adjoint()
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapPutTester.java 57 V v1 = samples.e1.getValue(); local
59 getMap().put(k0, v1);
61 // from v1 -> v0 is deleted
62 expectContents(Helpers.mapEntry(k0, v1));
94 V v1 = samples.e1.getValue(); local
96 getMap().inverse().put(v1, k1);
ListMultimapRemoveTester.java 46 V v1 = sampleValues().e2; local
47 resetContainer(mapEntry(k, v0), mapEntry(k, v1), mapEntry(k, v0));
51 assertThat(list).has().exactly(v1, v0).inOrder();
60 V v1 = sampleValues().e2; local
61 List<V> values = Arrays.asList(v0, v1, v0);
64 resetContainer(mapEntry(k, v0), mapEntry(k, v1), mapEntry(k, v0));
80 V v1 = sampleValues().e2; local
81 List<V> values = Arrays.asList(v0, v1, v0);
84 resetContainer(mapEntry(k, v0), mapEntry(k, v1), mapEntry(k, v0));
101 V v1 = sampleValues().e2 local
    [all...]
  /external/kmod/testsuite/
test-list.c 41 const char *v[] = { "v1", "v2", "v3", "v4", "v5" };
61 const char *v[] = { "v1", "v2", "v3", "v4", "v5" };
90 const char *v[] = { "v1", "v2", "v3", "v4", "v5" };
116 const char *v[] = { "v1", "v2", "v3", "v4", "v5" }, *removed;
139 const char *v[] = { "v1", "v2", "v3", "v4", "v5" };
174 const char *v1 = "v1", *v2 = "v2", *v3 = "v3", *vx = "vx"; local
180 list = kmod_list_insert_before(list, v1);
184 assert_return(l->data == v1, EXIT_FAILURE);
208 const char *v1 = "v1", *v2 = "v2", *v3 = "v3", *vx = "vx" local
    [all...]
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
BindingsVersioningTest.java 63 MultiVersionStructV1 v1 = new MultiVersionStructV1(); local
64 v1.fInt32 = 123;
65 v1.fRect = newRect(5);
70 MultiVersionStruct output = MultiVersionStruct.deserialize(v1.serialize(null));
72 assertEquals(1, v1.getVersion());
  /external/libunwind/tests/
Gia64-test-stack.c 58 unw_word_t ip, sp, bsp, v0, v1, v2, v3, n0, n1, n2, n3, cfm, sof, sol, r32; local
82 v0 = v1 = v2 = v3 = 0;
87 || (ret = unw_get_reg (&c, UNW_IA64_GR + reg + 1, &v1)) < 0
98 n0 ? '*' : ' ', v0, n1 ? '*' : ' ', v1,
146 v1 = ((unw_word_t) (i - NSTACKS) << 32) + l;
147 if (v0 != v1)
149 l, v1, v0);
ppc64-test-altivec.c 31 register vector signed int v1; local
121 v1 = vec_init ();
130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
143 vec_nor (v1,
148 printf ("v1 - ");
149 vec_print (v1);
  /external/libvpx/libvpx/vpx_dsp/arm/
mem_neon.h 26 const int32x4x2_t v1 = vld2q_s32(buf + 8); local
29 const int16x4_t s2 = vmovn_s32(v1.val[0]);
30 const int16x4_t s3 = vmovn_s32(v1.val[1]);
43 const int32x4_t v1 = vld1q_s32(buf + 4); local
45 const int16x4_t s1 = vmovn_s32(v1);
64 const int32x4_t v1 = vmovl_s16(vget_high_s16(a)); local
66 vst1q_s32(buf + 4, v1);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
clip.cpp 45 int p, // index to second edge vertex v1 in pInPts.
56 // t = (v1.w - v1.x) / ((v2.x - v1.x) - (v2.w - v1.w)) for x = w (RIGHT) plane, etc.
57 const float *v1 = &pInPts[s*4]; local
62 case FRUSTUM_LEFT: t = ComputeInterpFactor(v1[3] + v1[0], v2[3] + v2[0]); break;
63 case FRUSTUM_RIGHT: t = ComputeInterpFactor(v1[3] - v1[0], v2[3] - v2[0]); break
    [all...]
  /external/skia/experimental/svg/model/
SkPEG.h 139 * The (optional) match results are stored in |v1|, |v2|.
145 V (const typename E1::V* v1, const typename E2::V* v2) : v1(v1), v2(v2)
147 SkASSERT(!v1 || !v2);
150 SkTLazy<typename E1::V> v1; member in struct:skpeg::Choice::V
  /external/skia/src/sfnt/
SkOTTable_OS_2.h 33 struct V1 : SkOTTableOS2_V1 { } v1; member in union:SkOTTableOS2::Version
47 static_assert(sizeof(SkOTTableOS2::Version::V1) == 86, "sizeof_SkOTTableOS2__V1_not_86");
  /external/skqp/experimental/svg/model/
SkPEG.h 139 * The (optional) match results are stored in |v1|, |v2|.
145 V (const typename E1::V* v1, const typename E2::V* v2) : v1(v1), v2(v2)
147 SkASSERT(!v1 || !v2);
150 SkTLazy<typename E1::V> v1; member in struct:skpeg::Choice::V
  /external/skqp/src/sfnt/
SkOTTable_OS_2.h 33 struct V1 : SkOTTableOS2_V1 { } v1; member in union:SkOTTableOS2::Version
47 static_assert(sizeof(SkOTTableOS2::Version::V1) == 86, "sizeof_SkOTTableOS2__V1_not_86");
  /external/smali/util/src/main/java/org/jf/util/
Utf8Utils.java 115 int v1 = bytes[at + 1] & 0xFF; local
116 if ((v1 & 0xc0) != 0x80) {
117 return throwBadUtf8(v1, at + 1);
119 int value = ((v0 & 0x1f) << 6) | (v1 & 0x3f);
125 return throwBadUtf8(v1, at + 1);
137 int v1 = bytes[at + 1] & 0xFF; local
138 if ((v1 & 0xc0) != 0x80) {
139 return throwBadUtf8(v1, at + 1);
145 int value = ((v0 & 0x0f) << 12) | ((v1 & 0x3f) << 6) |
218 int v1 = bytes[at + 1] & 0xFF local
236 int v1 = bytes[at + 1] & 0xFF; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
select_test.cc 92 auto v1 = builder.ConstantR1<int32>({}); local
94 auto cmp = builder.Eq(v1, v2);
106 auto v1 = builder.ConstantR1<int32>({1, 2, 3, 4, 5}); local
108 auto cmp = builder.Eq(v1, v2);
120 auto v1 = builder.ConstantR1<float>({1.0f, 2.0f, 3.0f, 4.0f, 5.0f}); local
122 auto cmp = builder.Gt(v1, v2);
132 // Selects among two R1F32s, which come from parameters. v1 and v2 are
136 ComputationDataHandle v1, v2; local
138 {41.0f, 2.0f, 3.0f, 84.0f}, /*parameter_number=*/0, /*name=*/"v1",
139 /*builder=*/&builder, /*data_handle=*/&v1);
177 ComputationDataHandle v1, v2; local
    [all...]
  /external/zlib/src/contrib/iostream3/
zfstream.h 424 T1 v1, member in class:gzomanip2
450 T1 v1, variable
452 : func(f), val1(v1), val2(v2)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 151 uint8 *y1, *y2, *u1, *u2, *v1, *v2; local
165 v1 = curr->vChan + chrstart;
191 oscl_memcpy(v1, v2, B_SIZE);
192 v1 += width_C;
194 oscl_memcpy(v1, v2, B_SIZE);
195 v1 += width_C;
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 1 package org.xmlpull.v1;
40 * <a href="http://www.xmlpull.org/v1/doc/features.html">
41 * http://www.xmlpull.org/v1/doc/features.html</a>.
68 * <a href="http://www.xmlpull.org/v1/doc/properties.html">
69 * http://www.xmlpull.org/v1/doc/properties.html</a>.
  /system/core/libmemtrack/
memtrack_test.c 107 size_t v1; local
123 v1 = DIV_ROUND_UP(memtrack_proc_graphics_total(p), 1024);
130 if (v1 | v2 | v3 | v4 | v5 | v6) {
132 v1, v2, v3, v4, v5, v6, cmdline);

Completed in 569 milliseconds

1 2 3 4 5 6 7 8 91011>>