HomeSort by relevance Sort by last modified time
    Searched defs:v5 (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/test/CodeGen/
cxx-value-init.cpp 10 _Complex float v5 = typeof(_Complex float)(); local
mmx-inline-asm.c 9 __m64 v1, v2, v3, v4, v5, v6, v7; local
20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
vld_dup.c 12 int64x1x4_t v5; local
46 v5 = vld4_dup_s64(v7);
vector-alignment.c 19 double __attribute__((vector_size(16), aligned(16))) v5; variable
20 // CHECK: @v5 {{.*}}, align 16
xcore-abi.c 74 struct x v5 = va_arg (ap, struct x); // typical aggregate type local
75 f(&v5);
  /external/clang/test/Sema/
vector-assign.c 13 v4ss v5; local
18 v1 = v5; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v4ss' (vector of 4 'short' values)}}
23 v2 = v5; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v4ss' (vector of 4 'short' values)}}
28 v3 = v5; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type 'v4ss'}}
33 v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v4ss' (vector of 4 'short' values)}}
35 v5 = v1; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2s' (vector of 2 'int' values)}}
36 v5 = v2; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2u' (vector of 2 'unsigned int' values)}}
37 v5 = v3; // expected-error {{assigning to 'v4ss' (vector of 4 'short' values) from incompatible type 'v1s' (vector of 1 'int' value)}}
38 v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2f'}}
alias-redefinition.c 42 int v5; variable
43 int var5 __attribute((alias("v5"))); // expected-note {{previous definition}}
  /external/clang/test/SemaCXX/
type-convert-construct.cpp 9 int v5 = int; // expected-error {{expected '(' for function-style cast or type construction}} local
constant-expression.cpp 26 v5 = Struct::sval, enumerator in enum:C::E
enum-scoped.cpp 27 E1 v5 = Val2; // expected-error{{cannot initialize a variable}} member in struct:E1::E2
  /external/libunwind/tests/
ppc64-test-altivec.c 35 register vector signed int v5; local
125 v5 = vec_init ();
130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
146 vec_and (v4, vec_or (v5, vec_xor (v6, v8))))));
160 printf ("v5 - ");
161 vec_print (v5);
  /external/chromium_org/ui/views/
view_unittest_aura.cc 57 // +-- v5
99 View* v5 = CreateViewWithLayer(gfx::Rect(0, 6, 100, 106), "v5"); local
100 w2->GetRootView()->AddChildView(v5);
103 v5->AddChildView(v6);
110 ASSERT_EQ("v5", ui::test::ChildLayerNamesAsString(*w2_layer));
123 ASSERT_EQ("v5", ui::test::ChildLayerNamesAsString(*w2_layer));
150 ASSERT_EQ("v5", ui::test::ChildLayerNamesAsString(*w2_new_layer));
view_unittest.cc 556 // v5 (450, 197, 30, 36)
593 TestView* v5 = new TestView; local
594 v5->SetBounds(450, 197, 30, 36);
595 root_view->AddChildView(v5);
599 v5->AddChildView(v51);
778 // Covers all views (except |v5| and |v51|) by at least 60%. The
789 // Covers |v5| and |v51| by at least 60%, and the center point of
797 // Covers |v5| and |v51| by at least 60%, but the center point of
805 // Covers neither |v5| nor |v51| by at least 60%, but the center
812 // Covers neither |v5| nor |v51| by at least 60% but intersects both
    [all...]
  /external/clang/test/CXX/class/class.mem/
p1.cpp 49 static int v5; //expected-note{{previous definition is here}} member in struct:S5
50 void v5() { } //expected-error{{redefinition of 'v5' as different kind of symbol}} function in struct:S5
  /external/clang/test/Headers/
stddefneeds.cpp 50 void* v5 = NULL; variable
  /external/deqp/framework/referencerenderer/
rrPrimitiveAssembler.hpp 402 , v5 (DE_NULL)
413 , v5 (v5_)
436 VertexPacket* v5; //!< adjacent member in struct:rr::pa::TriangleAdjacency
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_asn1.c 129 int v1=0,v2=0,v3=0,v4=0,v5=0,v7=0,v8=0,v13=0,v14=0,v15=0,v16=0; local
295 M_ASN1_I2D_len_EXP_opt(&(a.verify_result),i2d_ASN1_INTEGER,5,v5);
335 M_ASN1_I2D_put_EXP_opt(&a.verify_result,i2d_ASN1_INTEGER,5,v5);
  /external/openssl/ssl/
ssl_asn1.c 126 int v1=0,v2=0,v3=0,v4=0,v5=0,v7=0,v8=0,v14=0; local
312 M_ASN1_I2D_len_EXP_opt(&(a.verify_result),i2d_ASN1_INTEGER,5,v5);
361 M_ASN1_I2D_put_EXP_opt(&a.verify_result,i2d_ASN1_INTEGER,5,v5);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 68 v5 = 3.2170924824e-03, /* 0x3b52d5db */ variable
199 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
e_lgamma_r.c 135 v5 = 3.21709242282423911810e-03, /* 0x3F6A5ABB, 0x57D0CF61 */ variable
266 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 201 vec v0,v1,v2,v3,v4,v5,v6,v7; local
202 v4 = v0 = s0; v5 = v1 = s1; v6 = v2 = s2; v3 = s3;
205 v8 = v4; v9 = v5; v10 = v6;
223 DQROUND_VECTORS(v4,v5,v6,v7)
244 WRITE_XOR(ip, op, 16, v4+s0, v5+s1, v6+s2, v7+s3)
  /external/clang/test/Parser/
altivec.c 132 vector float v5 = (vector float)(1.0f, 2.0f, 3.0f, 4.0f); variable
cxx-altivec.cpp 129 vector float v5 = (vector float)(1.0f, 2.0f, 3.0f, 4.0f); variable
  /external/fdlibm/
e_lgamma_r.c 134 v5 = 3.21709242282423911810e-03, /* 0x3F6A5ABB, 0x57D0CF61 */ variable
272 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_ASTC.cpp 450 int v5 = 0xFF; local
453 v5 = v[5];
460 endpoints[1] = SkColorSetARGB(v5, v[0], v[1], v[2]);
477 int v5 = v[5]; local
484 bit_transfer_signed(&v5, &v4);
490 if ((v1 + v3 + v5) >= 0) {
499 c[1][3] = v4 + v5;
502 c[0][1] = (v0 + v1 + v4 + v5) >> 1;
503 c[0][2] = (v2 + v3 + v4 + v5) >> 1;
504 c[0][3] = v4 + v5;
    [all...]

Completed in 696 milliseconds

1 2