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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
attr-no-sanitize.cpp 5 int v1 __attribute__((no_sanitize("address"))); // expected-error{{'no_sanitize' attribute only applies to functions and methods}} variable
  /external/tensorflow/tensorflow/python/keras/
ops.py 27 keras_export(v1=["keras.initializers.Initializer"])(
29 keras_export(v1=["keras.initializers.Zeros", "keras.initializers.zeros"])(
31 keras_export(v1=["keras.initializers.Ones", "keras.initializers.ones"])(
33 keras_export(v1=["keras.initializers.Constant", "keras.initializers.constant"])(
35 keras_export(v1=["keras.initializers.VarianceScaling"])(
37 keras_export(v1=["keras.initializers.Orthogonal",
40 keras_export(v1=["keras.initializers.Identity",
43 keras_export(v1=["keras.initializers.glorot_uniform"])(
45 keras_export(v1=["keras.initializers.glorot_normal"])(
47 keras_export(v1=["keras.initializers.lecun_normal"])
78 v1=[])( variable
83 v1=[])( variable
    [all...]
  /external/clang/test/Lexer/
ms-compatibility.c 6 void *v1 = FN(aaa); variable
8 // CHECK-MS-COMPAT: void *v1 = L"aaa";
10 // CHECK-NO-MS-COMPAT: void *v1 = L "aaa";
  /external/clang/test/Parser/
pragma-visibility2.c 8 int v1; variable
9 // CHECK: @v1 = common hidden global i32 0, align 4
  /external/eigen/doc/snippets/
MatrixBase_set.cpp 9 Vector2i v1; variable
10 v1 << 14, 15;
11 m2 << v1.transpose(), 16,
12 v1, m1.block(1,1,2,2); variable
  /external/libcxx/test/std/utilities/template.bitset/bitset.cons/
default.pass.cpp 25 TEST_CONSTEXPR std::bitset<N> v1; local
26 assert(v1.size() == N);
28 assert(v1[i] == false);
32 constexpr std::bitset<N> v1; local
33 static_assert(v1.size() == N, "");
  /external/perfetto/test/trace_processor/
android_log_msgs.sql 1 create view v1 as select tag, count(*) from android_logs group by tag order by 2 desc limit 5 view
9 select * from v1 union all
  /external/capstone/suite/MC/AArch64/
neon-add-sub-instructions.s.cs 2 0x20,0x84,0x22,0x0e = add v0.8b, v1.8b, v2.8b
3 0x20,0x84,0x22,0x4e = add v0.16b, v1.16b, v2.16b
4 0x20,0x84,0x62,0x0e = add v0.4h, v1.4h, v2.4h
5 0x20,0x84,0x62,0x4e = add v0.8h, v1.8h, v2.8h
6 0x20,0x84,0xa2,0x0e = add v0.2s, v1.2s, v2.2s
7 0x20,0x84,0xa2,0x4e = add v0.4s, v1.4s, v2.4s
8 0x20,0x84,0xe2,0x4e = add v0.2d, v1.2d, v2.2d
9 0x20,0x84,0x22,0x2e = sub v0.8b, v1.8b, v2.8b
10 0x20,0x84,0x22,0x6e = sub v0.16b, v1.16b, v2.16b
11 0x20,0x84,0x62,0x2e = sub v0.4h, v1.4h, v2.4
    [all...]
neon-mla-mls-instructions.s.cs 2 0x20,0x94,0x22,0x0e = mla v0.8b, v1.8b, v2.8b
3 0x20,0x94,0x22,0x4e = mla v0.16b, v1.16b, v2.16b
4 0x20,0x94,0x62,0x0e = mla v0.4h, v1.4h, v2.4h
5 0x20,0x94,0x62,0x4e = mla v0.8h, v1.8h, v2.8h
6 0x20,0x94,0xa2,0x0e = mla v0.2s, v1.2s, v2.2s
7 0x20,0x94,0xa2,0x4e = mla v0.4s, v1.4s, v2.4s
8 0x20,0x94,0x22,0x2e = mls v0.8b, v1.8b, v2.8b
9 0x20,0x94,0x22,0x6e = mls v0.16b, v1.16b, v2.16b
10 0x20,0x94,0x62,0x2e = mls v0.4h, v1.4h, v2.4h
11 0x20,0x94,0x62,0x6e = mls v0.8h, v1.8h, v2.8
    [all...]
neon-perm.s.cs 2 0x20,0x18,0x02,0x0e = uzp1 v0.8b, v1.8b, v2.8b
3 0x20,0x18,0x02,0x4e = uzp1 v0.16b, v1.16b, v2.16b
4 0x20,0x18,0x42,0x0e = uzp1 v0.4h, v1.4h, v2.4h
5 0x20,0x18,0x42,0x4e = uzp1 v0.8h, v1.8h, v2.8h
6 0x20,0x18,0x82,0x0e = uzp1 v0.2s, v1.2s, v2.2s
7 0x20,0x18,0x82,0x4e = uzp1 v0.4s, v1.4s, v2.4s
8 0x20,0x18,0xc2,0x4e = uzp1 v0.2d, v1.2d, v2.2d
9 0x20,0x28,0x02,0x0e = trn1 v0.8b, v1.8b, v2.8b
10 0x20,0x28,0x02,0x4e = trn1 v0.16b, v1.16b, v2.16b
11 0x20,0x28,0x42,0x0e = trn1 v0.4h, v1.4h, v2.4
    [all...]
neon-rounding-shift.s.cs 2 0x20,0x54,0x22,0x0e = srshl v0.8b, v1.8b, v2.8b
3 0x20,0x54,0x22,0x4e = srshl v0.16b, v1.16b, v2.16b
4 0x20,0x54,0x62,0x0e = srshl v0.4h, v1.4h, v2.4h
5 0x20,0x54,0x62,0x4e = srshl v0.8h, v1.8h, v2.8h
6 0x20,0x54,0xa2,0x0e = srshl v0.2s, v1.2s, v2.2s
7 0x20,0x54,0xa2,0x4e = srshl v0.4s, v1.4s, v2.4s
8 0x20,0x54,0xe2,0x4e = srshl v0.2d, v1.2d, v2.2d
9 0x20,0x54,0x22,0x2e = urshl v0.8b, v1.8b, v2.8b
10 0x20,0x54,0x22,0x6e = urshl v0.16b, v1.16b, v2.16b
11 0x20,0x54,0x62,0x2e = urshl v0.4h, v1.4h, v2.4
    [all...]
neon-saturating-add-sub.s.cs 2 0x20,0x0c,0x22,0x0e = sqadd v0.8b, v1.8b, v2.8b
3 0x20,0x0c,0x22,0x4e = sqadd v0.16b, v1.16b, v2.16b
4 0x20,0x0c,0x62,0x0e = sqadd v0.4h, v1.4h, v2.4h
5 0x20,0x0c,0x62,0x4e = sqadd v0.8h, v1.8h, v2.8h
6 0x20,0x0c,0xa2,0x0e = sqadd v0.2s, v1.2s, v2.2s
7 0x20,0x0c,0xa2,0x4e = sqadd v0.4s, v1.4s, v2.4s
8 0x20,0x0c,0xe2,0x4e = sqadd v0.2d, v1.2d, v2.2d
9 0x20,0x0c,0x22,0x2e = uqadd v0.8b, v1.8b, v2.8b
10 0x20,0x0c,0x22,0x6e = uqadd v0.16b, v1.16b, v2.16b
11 0x20,0x0c,0x62,0x2e = uqadd v0.4h, v1.4h, v2.4
    [all...]
neon-saturating-rounding-shift.s.cs 2 0x20,0x5c,0x22,0x0e = sqrshl v0.8b, v1.8b, v2.8b
3 0x20,0x5c,0x22,0x4e = sqrshl v0.16b, v1.16b, v2.16b
4 0x20,0x5c,0x62,0x0e = sqrshl v0.4h, v1.4h, v2.4h
5 0x20,0x5c,0x62,0x4e = sqrshl v0.8h, v1.8h, v2.8h
6 0x20,0x5c,0xa2,0x0e = sqrshl v0.2s, v1.2s, v2.2s
7 0x20,0x5c,0xa2,0x4e = sqrshl v0.4s, v1.4s, v2.4s
8 0x20,0x5c,0xe2,0x4e = sqrshl v0.2d, v1.2d, v2.2d
9 0x20,0x5c,0x22,0x2e = uqrshl v0.8b, v1.8b, v2.8b
10 0x20,0x5c,0x22,0x6e = uqrshl v0.16b, v1.16b, v2.16b
11 0x20,0x5c,0x62,0x2e = uqrshl v0.4h, v1.4h, v2.4
    [all...]
neon-saturating-shift.s.cs 2 0x20,0x4c,0x22,0x0e = sqshl v0.8b, v1.8b, v2.8b
3 0x20,0x4c,0x22,0x4e = sqshl v0.16b, v1.16b, v2.16b
4 0x20,0x4c,0x62,0x0e = sqshl v0.4h, v1.4h, v2.4h
5 0x20,0x4c,0x62,0x4e = sqshl v0.8h, v1.8h, v2.8h
6 0x20,0x4c,0xa2,0x0e = sqshl v0.2s, v1.2s, v2.2s
7 0x20,0x4c,0xa2,0x4e = sqshl v0.4s, v1.4s, v2.4s
8 0x20,0x4c,0xe2,0x4e = sqshl v0.2d, v1.2d, v2.2d
9 0x20,0x4c,0x22,0x2e = uqshl v0.8b, v1.8b, v2.8b
10 0x20,0x4c,0x22,0x6e = uqshl v0.16b, v1.16b, v2.16b
11 0x20,0x4c,0x62,0x2e = uqshl v0.4h, v1.4h, v2.4
    [all...]
neon-add-pairwise.s.cs 2 0x20,0xbc,0x22,0x0e = addp v0.8b, v1.8b, v2.8b
3 0x20,0xbc,0x22,0x4e = addp v0.16b, v1.16b, v2.16b
4 0x20,0xbc,0x62,0x0e = addp v0.4h, v1.4h, v2.4h
5 0x20,0xbc,0x62,0x4e = addp v0.8h, v1.8h, v2.8h
6 0x20,0xbc,0xa2,0x0e = addp v0.2s, v1.2s, v2.2s
7 0x20,0xbc,0xa2,0x4e = addp v0.4s, v1.4s, v2.4s
8 0x20,0xbc,0xe2,0x4e = addp v0.2d, v1.2d, v2.2d
9 0x20,0xd4,0x22,0x2e = faddp v0.2s, v1.2s, v2.2s
10 0x20,0xd4,0x22,0x6e = faddp v0.4s, v1.4s, v2.4s
11 0x20,0xd4,0x62,0x6e = faddp v0.2d, v1.2d, v2.2
    [all...]
neon-halving-add-sub.s.cs 2 0x20,0x04,0x22,0x0e = shadd v0.8b, v1.8b, v2.8b
3 0x20,0x04,0x22,0x4e = shadd v0.16b, v1.16b, v2.16b
4 0x20,0x04,0x62,0x0e = shadd v0.4h, v1.4h, v2.4h
5 0x20,0x04,0x62,0x4e = shadd v0.8h, v1.8h, v2.8h
6 0x20,0x04,0xa2,0x0e = shadd v0.2s, v1.2s, v2.2s
7 0x20,0x04,0xa2,0x4e = shadd v0.4s, v1.4s, v2.4s
8 0x20,0x04,0x22,0x2e = uhadd v0.8b, v1.8b, v2.8b
9 0x20,0x04,0x22,0x6e = uhadd v0.16b, v1.16b, v2.16b
10 0x20,0x04,0x62,0x2e = uhadd v0.4h, v1.4h, v2.4h
11 0x20,0x04,0x62,0x6e = uhadd v0.8h, v1.8h, v2.8
    [all...]
neon-rounding-halving-add.s.cs 2 0x20,0x14,0x22,0x0e = srhadd v0.8b, v1.8b, v2.8b
3 0x20,0x14,0x22,0x4e = srhadd v0.16b, v1.16b, v2.16b
4 0x20,0x14,0x62,0x0e = srhadd v0.4h, v1.4h, v2.4h
5 0x20,0x14,0x62,0x4e = srhadd v0.8h, v1.8h, v2.8h
6 0x20,0x14,0xa2,0x0e = srhadd v0.2s, v1.2s, v2.2s
7 0x20,0x14,0xa2,0x4e = srhadd v0.4s, v1.4s, v2.4s
8 0x20,0x14,0x22,0x2e = urhadd v0.8b, v1.8b, v2.8b
9 0x20,0x14,0x22,0x6e = urhadd v0.16b, v1.16b, v2.16b
10 0x20,0x14,0x62,0x2e = urhadd v0.4h, v1.4h, v2.4h
11 0x20,0x14,0x62,0x6e = urhadd v0.8h, v1.8h, v2.8
    [all...]
neon-3vdiff.s.cs 2 0x20,0x00,0x22,0x0e = saddl v0.8h, v1.8b, v2.8b
3 0x20,0x00,0x62,0x0e = saddl v0.4s, v1.4h, v2.4h
4 0x20,0x00,0xa2,0x0e = saddl v0.2d, v1.2s, v2.2s
5 0x20,0x00,0x62,0x4e = saddl2 v0.4s, v1.8h, v2.8h
6 0x20,0x00,0x22,0x4e = saddl2 v0.8h, v1.16b, v2.16b
7 0x20,0x00,0xa2,0x4e = saddl2 v0.2d, v1.4s, v2.4s
8 0x20,0x00,0x22,0x2e = uaddl v0.8h, v1.8b, v2.8b
9 0x20,0x00,0x62,0x2e = uaddl v0.4s, v1.4h, v2.4h
10 0x20,0x00,0xa2,0x2e = uaddl v0.2d, v1.2s, v2.2s
11 0x20,0x00,0x22,0x6e = uaddl2 v0.8h, v1.16b, v2.16
    [all...]
neon-shift.s.cs 2 0x20,0x44,0x22,0x0e = sshl v0.8b, v1.8b, v2.8b
3 0x20,0x44,0x22,0x4e = sshl v0.16b, v1.16b, v2.16b
4 0x20,0x44,0x62,0x0e = sshl v0.4h, v1.4h, v2.4h
5 0x20,0x44,0x62,0x4e = sshl v0.8h, v1.8h, v2.8h
6 0x20,0x44,0xa2,0x0e = sshl v0.2s, v1.2s, v2.2s
7 0x20,0x44,0xa2,0x4e = sshl v0.4s, v1.4s, v2.4s
8 0x20,0x44,0xe2,0x4e = sshl v0.2d, v1.2d, v2.2d
9 0x20,0x44,0x22,0x2e = ushl v0.8b, v1.8b, v2.8b
10 0x20,0x44,0x22,0x6e = ushl v0.16b, v1.16b, v2.16b
11 0x20,0x44,0x62,0x2e = ushl v0.4h, v1.4h, v2.4
    [all...]
neon-aba-abd.s.cs 2 0x20,0x7c,0x22,0x2e = uaba v0.8b, v1.8b, v2.8b
3 0x20,0x7c,0x22,0x6e = uaba v0.16b, v1.16b, v2.16b
4 0x20,0x7c,0x62,0x2e = uaba v0.4h, v1.4h, v2.4h
5 0x20,0x7c,0x62,0x6e = uaba v0.8h, v1.8h, v2.8h
6 0x20,0x7c,0xa2,0x2e = uaba v0.2s, v1.2s, v2.2s
7 0x20,0x7c,0xa2,0x6e = uaba v0.4s, v1.4s, v2.4s
8 0x20,0x7c,0x22,0x0e = saba v0.8b, v1.8b, v2.8b
9 0x20,0x7c,0x22,0x4e = saba v0.16b, v1.16b, v2.16b
10 0x20,0x7c,0x62,0x0e = saba v0.4h, v1.4h, v2.4h
11 0x20,0x7c,0x62,0x4e = saba v0.8h, v1.8h, v2.8
    [all...]
  /external/libcxx/test/std/numerics/numarray/template.valarray/valarray.members/
max.pass.cpp 25 std::valarray<T> v1(a1, N1);
26 assert(v1.max() == 4.0);
30 std::valarray<T> v1; local
31 v1.max();
37 std::valarray<T> v1(a1, N1);
38 assert((2*v1).max() == 8.0);
min.pass.cpp 25 std::valarray<T> v1(a1, N1);
26 assert(v1.min() == -3.0);
30 std::valarray<T> v1; local
31 v1.min();
37 std::valarray<T> v1(a1, N1);
38 assert((2*v1).min() == -6.0);
size.pass.cpp 25 std::valarray<T> v1(a1, N1);
26 assert(v1.size() == N1);
32 std::valarray<T> v1(a1, N1);
33 assert(v1.size() == N1);
38 std::valarray<T> v1; local
39 assert(v1.size() == N1);
  /external/clang/test/CXX/special/class.conv/class.conv.ctor/
p1.cpp 19 void_type v1 = atom(); member in namespace:PR13003
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-1y.cpp 6 template<typename T, int N, template<typename> class X> int v1; variable
7 template<typename T, int N, template<typename> class X> int v1<T, N, X>; variable

Completed in 1260 milliseconds

1 2 3 4 5 6 7 8 91011>>