Home
last modified time | relevance | path

Searched defs:V1 (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/clang/test/Parser/
Dcxx0x-member-initializers.cpp26 struct V1 { struct
28 V1() : a(), b{} {} in V1() argument
/external/rust/crates/x509-parser/src/
Dvalidate.rs95 struct V1 { struct
96 a: u32,
99 impl Validate for V1 { implementation
/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.cpp664 shufflevector(Ty V1, Ty V2) { in shufflevector()
680 shufflevector(Ty V1, Ty V2) { in shufflevector()
699 shufflevector(Ty V1, Ty V2) { in shufflevector()
/external/rust/crates/weak-table/src/
Dptr_weak_weak_hash_map.rs171 …pub fn submap_with<F, S1, V1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>, value_equal: F) -> bool in submap_with() argument
184 pub fn is_submap<V1, S1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>) -> bool in is_submap()
197 pub fn domain_is_subset<V1, S1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>) -> bool in domain_is_subset()
247 fn eq(&self, other: &PtrWeakWeakHashMap<K, V1, S1>) -> bool { in eq() argument
Dptr_weak_key_hash_map.rs177 … pub fn submap_with<F, S1, V1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>, value_equal: F) -> bool in submap_with() argument
189 pub fn is_submap<V1, S1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>) -> bool in is_submap()
190 where V: PartialEq<V1>, in is_submap()
201 pub fn domain_is_subset<V1, S1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>) -> bool in domain_is_subset()
262 fn eq(&self, other: &PtrWeakKeyHashMap<K, V1, S1>) -> bool { in eq() argument
/external/clang/test/CodeGen/
Dsse41-builtins.c11 __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/
Dimpl_serde.rs715 pub const V1: f32 = 1.0; constant
723 pub const V1: f64 = 1.0; constant
731 pub const V1: i32 = 1; constant
739 pub const V1: u32 = 1; constant
773 pub const V1: bool = true; constant
/external/eigen/test/
Ddiagonal_matrix_variadic_ctor.cpp36 #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
/external/ow2-asm/asm-commons/src/resources/java/
DSerialVersionEnum.java34 V1, enumConstant
/external/rust/crates/merge/tests/compile/
Dderive-enum.rs8 V1, enumerator
/external/grpc-grpc/src/ruby/pb/grpc/health/v1/
Dhealth_pb.rb22 module V1 module
Dhealth_services_pb.rb27 module V1 module
/external/llvm/lib/Fuzzer/test/
DSimpleFnAdapterTest.cpp12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { in TestFn()
/external/clang/test/CodeGenCXX/
Dvtable-layout-abi-examples.cpp205 struct V1 { struct
225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
Dweak-extern-typeinfo.cpp24 class V1 : public virtual A { class
Dvtt-layout.cpp28 class V1 : public A1, public A2 { int i; }; class
47 class V1 : public A1, public virtual A2 { int i; }; class
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
DEnumSwitchTarget.java23 V1, V2 enumConstant
/external/arm-trusted-firmware/plat/arm/css/sgi/aarch64/
Dsgi_helper.S93 V1: label
/external/ow2-asm/asm-commons/src/test/resources/
DSerialVersionEnum.classSerialVersionEnum.java package SerialVersionEnum extends java.lang.Enum { public static final enum SerialVersionEnum V1 public ...
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dtopology.proto16 V1 = 1; enumerator
/external/tensorflow/tensorflow/python/tpu/
Dtpu_hardware_feature.py47 V1 = "V1" variable in HardwareFeature.EmbeddingFeature
/external/tensorflow/tensorflow/core/protobuf/
Dsaver.proto43 V1 = 1; enumerator
/external/rust/crates/protobuf/2.27.1/src/reflect/acc/
Dmod.rs11 V1(Box<dyn FieldAccessorTrait + 'static>), enumerator
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.req/range.view/
Denable_view.compile.pass.cpp71 struct V1 : std::ranges::view_interface<V1> {}; struct
/external/rust/crates/jni/src/wrapper/
Dversion.rs11 V1, enumerator

1234567891011