Searched defs:v0 (Results 1 - 25 of 230) sorted by relevance

12345678910

/external/clang/test/Sema/
H A D2010-05-31-palignr.c16 vSInt16 v0; local
17 v0 = *vdtbl;
18 v0 = _mm_alignr_epi8(v0, v0, i); // expected-error {{argument to '__builtin_ia32_palignr128' must be a constant integer}}
/external/clang/test/CodeGen/
H A Dhexagon-inline-asm.c8 void foo(v64 v0, v64 v1, v64 *p) { argument
11 asm ("%0 = vgtw(%1.w,%2.w)" : "=q"(q0) : "v"(v0), "v"(v1));
H A Dvld_dup.c7 int32_t v0[3]; local
16 v1 = vld3_dup_s32(v0);
H A Ddebug-info.c5 struct { typeof(0) f0; } v0; local
/external/mdnsresponder/Clients/
H A DClientCommon.c57 int v0 = cstr[-1] - '0'; // then interpret as three-digit decimal local
60 int val = v0 * 100 + v1 * 10 + v2;
/external/deqp/framework/delibs/debase/
H A DdeMathTest.c63 } v0, v1; local
65 v0.f = deInt32ToFloatRoundToNegInf(x);
68 DE_TEST_ASSERT(v0.u + 1 == v1.u || v0.u == v1.u + 1);
/external/skia/tests/
H A DInsetConvexPolyTest.cpp15 SkVector v0 = poly[0] - poly[poly.count() - 1]; local
17 SkScalar winding = v0.cross(v1);
23 SkVector v0 = poly[j] - poly[i]; local
25 SkScalar perpDot = v0.cross(v1);
H A DVerticesTest.cpp14 static bool equal(const SkVertices* v0, const SkVertices* v1) { argument
15 if (v0->mode() != v1->mode()) {
18 if (v0->vertexCount() != v1->vertexCount()) {
21 if (v0->indexCount() != v1->indexCount()) {
25 if (!!v0->texCoords() != !!v1->texCoords()) {
28 if (!!v0->colors() != !!v1->colors()) {
32 for (int i = 0; i < v0->vertexCount(); ++i) {
33 if (v0->positions()[i] != v1->positions()[i]) {
36 if (v0->texCoords()) {
37 if (v0
81 sk_sp<SkVertices> v0 = builder.detach(); local
[all...]
/external/skqp/tests/
H A DInsetConvexPolyTest.cpp15 SkVector v0 = poly[0] - poly[poly.count() - 1]; local
17 SkScalar winding = v0.cross(v1);
23 SkVector v0 = poly[j] - poly[i]; local
25 SkScalar perpDot = v0.cross(v1);
H A DVerticesTest.cpp14 static bool equal(const SkVertices* v0, const SkVertices* v1) { argument
15 if (v0->mode() != v1->mode()) {
18 if (v0->vertexCount() != v1->vertexCount()) {
21 if (v0->indexCount() != v1->indexCount()) {
25 if (!!v0->texCoords() != !!v1->texCoords()) {
28 if (!!v0->colors() != !!v1->colors()) {
32 for (int i = 0; i < v0->vertexCount(); ++i) {
33 if (v0->positions()[i] != v1->positions()[i]) {
36 if (v0->texCoords()) {
37 if (v0
81 sk_sp<SkVertices> v0 = builder.detach(); local
[all...]
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddiffer_block_sse2.cc28 __m128i v0; local
34 v0 = _mm_loadu_si128(i1);
36 sad = _mm_sad_epu8(v0, v1);
38 v0 = _mm_loadu_si128(i1 + 1);
40 sad = _mm_sad_epu8(v0, v1);
42 v0 = _mm_loadu_si128(i1 + 2);
44 sad = _mm_sad_epu8(v0, v1);
46 v0 = _mm_loadu_si128(i1 + 3);
48 sad = _mm_sad_epu8(v0, v1);
68 __m128i v0; local
[all...]
/external/iptables/include/linux/netfilter/
H A Dxt_string.h23 } v0; member in union:xt_string_info::__anon9071
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_string.h24 } v0; member in union:xt_string_info::__anon9794
/external/libcxx/test/std/utilities/variant/variant.hash/
H A Dhash.pass.cpp57 const V v0; local
66 assert(h(v0) == h(v0));
67 assert(h(v0) == h(v0_other));
74 assert(h(v0) != h(v1));
75 assert(h(v0) != h(v2));
76 assert(h(v0) != h(v3));
/external/mesa3d/src/mesa/swrast/
H A Ds_feedback.c55 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, argument
58 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
63 feedback_vertex(ctx, v0, v0);
68 feedback_vertex(ctx, v0, v2);
77 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, argument
89 feedback_vertex(ctx, v0, v0);
93 feedback_vertex(ctx, v0, v1);
110 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, argument
124 _swrast_select_line(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_triemit.h32 VERTEX *v0,
43 PRINT_VERTEX(v0);
49 COPY_DWORDS( j, vb, vertsize, v0 );
56 VERTEX *v0,
67 PRINT_VERTEX(v0);
73 COPY_DWORDS( j, vb, vertsize, v0 );
84 VERTEX *v0,
94 PRINT_VERTEX(v0);
99 COPY_DWORDS( j, vb, vertsize, v0 );
107 VERTEX *v0,
31 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
55 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
83 triangle( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2 ) argument
106 line( CTX_ARG, VERTEX *v0, VERTEX *v1 ) argument
[all...]
/external/pdfium/third_party/agg23/
H A Dagg_vcgen_stroke.cpp67 const vertex_dist& v0,
71 float dx = (v1.y - v0.y) * width / len;
72 float dy = (v1.x - v0.x) * width / len;
73 cap[0] = v0.x - dx;
74 cap[1] = v0.y + dy;
75 cap[2] = v0.x + dx;
76 cap[3] = v0.y - dy;
66 calc_butt_cap(float* cap, const vertex_dist& v0, const vertex_dist& v1, float len, float width) argument
/external/boringssl/src/decrepit/des/
H A Dcfb64ede.c72 uint32_t v0, v1; local
82 c2l(iv, v0);
85 ti[0] = v0;
88 v0 = ti[0];
92 l2c(v0, iv);
104 c2l(iv, v0);
107 ti[0] = v0;
110 v0 = ti[0];
114 l2c(v0, iv);
125 v0
136 uint32_t d0, d1, v0, v1; local
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cc35 T v0 = data_[0]; local
37 CHECK_EQ(data_[i], v0);
45 T v0 = data_[0];
47 CHECK_EQ(data_[i], v0);
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc33 T v0 = data_[0]; local
35 CHECK_EQ(data_[i], v0);
42 T v0 = data_[0]; local
44 CHECK_EQ(data_[i], v0);
/external/eigen/test/
H A Dgeo_homogeneous.cpp29 VectorType v0 = VectorType::Random(), local
38 hv0 << v0, 1; local
39 VERIFY_IS_APPROX(v0.homogeneous(), hv0);
40 VERIFY_IS_APPROX(v0, hv0.hnormalized());
42 VERIFY_IS_APPROX(v0.homogeneous().sum(), hv0.sum());
43 VERIFY_IS_APPROX(v0.homogeneous().minCoeff(), hv0.minCoeff());
44 VERIFY_IS_APPROX(v0.homogeneous().maxCoeff(), hv0.maxCoeff());
55 VERIFY_IS_APPROX(t1 * (v0.homogeneous().eval()), t1 * v0.homogeneous());
59 VERIFY_IS_APPROX(t2 * (v0
[all...]
H A Dgeo_orthomethods.cpp27 Vector3 v0 = Vector3::Random(), local
38 mat3 << v0.normalized(),
39 (v0.cross(v1)).normalized(),
40 (v0.cross(v1).cross(v0)).normalized();
44 VERIFY_IS_APPROX(v0.cross(mat3*v1), -(mat3*v1).cross(v0));
45 VERIFY_IS_APPROX(v0.cross(mat3.lazyProduct(v1)), -(mat3.lazyProduct(v1)).cross(v0));
88 VectorType v0 local
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dmem_neon.h25 const int32x4x2_t v0 = vld2q_s32(buf); local
27 const int16x4_t s0 = vmovn_s32(v0.val[0]);
28 const int16x4_t s1 = vmovn_s32(v0.val[1]);
42 const int32x4_t v0 = vld1q_s32(buf); local
44 const int16x4_t s0 = vmovn_s32(v0);
54 const int32x4_t v0 = vld1q_s32(buf); local
55 return vmovn_s32(v0);
63 const int32x4_t v0 = vmovl_s16(vget_low_s16(a)); local
65 vst1q_s32(buf, v0);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c113 * Build primitive to render a point with vertex at v0.
116 const char *v0 )
122 prim.v[0] = (struct vertex_header *)v0;
129 * Build primitive to render a line with vertices at v0, v1.
134 const char *v0,
141 prim.v[0] = (struct vertex_header *)v0;
149 * Build primitive to render a triangle with vertices at v0, v1, v2.
154 char *v0,
160 prim.v[0] = (struct vertex_header *)v0;
132 do_line( struct draw_context *draw, ushort flags, const char *v0, const char *v1 ) argument
152 do_triangle( struct draw_context *draw, ushort flags, char *v0, char *v1, char *v2 ) argument
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Ddifradix2.c81 mpd_uint_t u0, u1, v0, v1; local
100 v0 = a[j+mhalf];
105 a[j] = addmod(u0, v0, umod);
106 v0 = submod(u0, v0, umod);
111 MULMOD2(&v0, w0, &v1, w1);
113 a[j+mhalf] = v0;
127 v0 = a[r+mhalf];
132 a[r] = addmod(u0, v0, umod);
133 v0
[all...]

Completed in 3799 milliseconds

12345678910