| /external/swiftshader/third_party/subzero/crosstest/ |
| D | test_vector_ops.cpp | 664 shufflevector(Ty V1, Ty V2) { in shufflevector() 680 shufflevector(Ty V1, Ty V2) { in shufflevector() 699 shufflevector(Ty V1, Ty V2) { in shufflevector()
|
| /external/libcxx/test/std/utilities/variant/variant.visit/ |
| D | visit.pass.cpp | 134 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 240 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 249 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 278 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 286 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 294 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.visit/ |
| D | visit_return_type.pass.cpp | 68 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 209 using V2 = std::variant<int *, std::string>; in test_return_type() typedef 250 using V2 = std::variant<int, char *, long long>; in test_constexpr_void() typedef 259 using V2 = std::variant<int, char *, long long>; in test_constexpr_void() typedef 293 using V2 = std::variant<int, char *, long long>; in test_constexpr_int() typedef 302 using V2 = std::variant<int, char *, long long>; in test_constexpr_int() typedef 342 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 350 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 358 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
| D | visit.pass.cpp | 67 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 206 using V2 = std::variant<int *, std::string>; in test_return_type() typedef 247 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 256 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 295 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 303 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 311 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
| /external/clang/test/CodeGen/ |
| D | sse41-builtins.c | 11 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16() 17 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd() 23 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps() 29 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8() 35 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd() 41 __m128 test_mm_blendv_ps(__m128 V1, __m128 V2, __m128 V3) { in test_mm_blendv_ps()
|
| /external/rust/crates/glam/src/features/ |
| D | impl_serde.rs | 716 pub const V2: f32 = 2.0; constant 724 pub const V2: f64 = 2.0; constant 732 pub const V2: i32 = 2; constant 740 pub const V2: u32 = 2; constant 774 pub const V2: bool = true; constant
|
| /external/harfbuzz_ng/src/ |
| D | test-vector.cc | 42 hb_vector_t<int> V2 {v1}; in main() local 55 hb_vector_t<int> V2 = v1; in main() local
|
| /external/eigen/test/ |
| D | diagonal_matrix_variadic_ctor.cpp | 36 #define VERIFY_IMPLICIT_CONVERSION_3(DIAGTYPE, V0, V1, V2) \ argument 43 #define VERIFY_IMPLICIT_CONVERSION_4(DIAGTYPE, V0, V1, V2, V3) \ argument 51 #define VERIFY_IMPLICIT_CONVERSION_5(DIAGTYPE, V0, V1, V2, V3, V4) \ argument
|
| D | smallvectors.cpp | 15 typedef Matrix<Scalar, 1, 2> V2; in smallVectors() typedef
|
| /external/ow2-asm/asm-commons/src/resources/java/ |
| D | SerialVersionEnum.java | 35 V2, enumConstant
|
| /external/rust/crates/merge/tests/compile/ |
| D | derive-enum.rs | 9 V2, enumerator
|
| /external/clang/test/Layout/ |
| D | ms-x86-aligned-tail-padding.cpp | 31 struct V2 { struct 34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() argument
|
| /external/llvm/lib/Fuzzer/test/ |
| D | SimpleFnAdapterTest.cpp | 12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { in TestFn()
|
| /external/clang/test/CodeGenCXX/ |
| D | vtable-layout-abi-examples.cpp | 210 struct V2 : virtual V1 { struct 232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
|
| D | weak-extern-typeinfo.cpp | 28 class V2 : public virtual V1 { class
|
| D | vtt-layout.cpp | 31 class V2 : public B1, public B2, public virtual V1 { int i; }; class 50 class V2 : public B1, public B2, public virtual V1 { int i; }; class
|
| /external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/ |
| D | EnumSwitchTarget.java | 23 V1, V2 enumConstant
|
| /external/ow2-asm/asm-commons/src/test/resources/ |
| D | SerialVersionEnum.class | SerialVersionEnum.java
package SerialVersionEnum extends java.lang.Enum {
public static final enum SerialVersionEnum V1
public ... |
| /external/tensorflow/tensorflow/core/protobuf/tpu/ |
| D | topology.proto | 20 V2 = 2; enumerator
|
| /external/tensorflow/tensorflow/python/tpu/ |
| D | tpu_hardware_feature.py | 48 V2 = "V2" variable in HardwareFeature.EmbeddingFeature
|
| /external/tensorflow/tensorflow/core/protobuf/ |
| D | saver.proto | 45 V2 = 2; enumerator
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.req/range.view/ |
| D | enable_view.compile.pass.cpp | 79 struct V2 : std::ranges::view_interface<V1>, std::ranges::view_interface<V2> {}; struct
|
| /external/rust/crates/jni/src/wrapper/ |
| D | version.rs | 12 V2, enumerator
|
| /external/clang/test/CXX/special/class.init/class.inhctor.init/ |
| D | p2.cpp | 16 struct V2 : virtual B { using B::B; }; struct
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | EquivalenceClasses.h | 217 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() 243 bool isEquivalent(const ElemTy &V1, const ElemTy &V2) const { in isEquivalent()
|