/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | equivalence_relation_test.cpp | 112 for (auto representative : relation.GetEquivalenceClassRepresentatives()) { in TEST() local 114 relation.GetEquivalenceClass(*representative); in TEST() 116 representative) != current_class.end()); in TEST() 119 representative) == previous_class.end()); in TEST() 147 for (auto representative : relation1.GetEquivalenceClassRepresentatives()) { in TEST() local 148 ASSERT_THAT(ToUIntVector(relation1.GetEquivalenceClass(*representative)), in TEST() 149 ToUIntVector(relation2.GetEquivalenceClass(*representative))); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | equivalence_relation_test.cpp | 112 for (auto representative : relation.GetEquivalenceClassRepresentatives()) { in TEST() local 114 relation.GetEquivalenceClass(*representative); in TEST() 116 representative) != current_class.end()); in TEST() 119 representative) == previous_class.end()); in TEST() 147 for (auto representative : relation1.GetEquivalenceClassRepresentatives()) { in TEST() local 148 ASSERT_THAT(ToUIntVector(relation1.GetEquivalenceClass(*representative)), in TEST() 149 ToUIntVector(relation2.GetEquivalenceClass(*representative))); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | equivalence_relation_test.cpp | 112 for (auto representative : relation.GetEquivalenceClassRepresentatives()) { in TEST() local 114 relation.GetEquivalenceClass(*representative); in TEST() 116 representative) != current_class.end()); in TEST() 119 representative) == previous_class.end()); in TEST() 147 for (auto representative : relation1.GetEquivalenceClassRepresentatives()) { in TEST() local 148 ASSERT_THAT(ToUIntVector(relation1.GetEquivalenceClass(*representative)), in TEST() 149 ToUIntVector(relation2.GetEquivalenceClass(*representative))); in TEST()
|
/external/llvm-project/flang/lib/Semantics/ |
D | compute-offsets.cpp | 220 std::optional<std::size_t> representative; in DoEquivalenceSet() local 226 if (!representative || in DoEquivalenceSet() 227 resolved.offset >= symbolOffsets[*representative].offset) { in DoEquivalenceSet() 231 representative = symbolOffsets.size() - 1; in DoEquivalenceSet() 234 CHECK(representative); in DoEquivalenceSet() 235 const SymbolAndOffset &base{symbolOffsets[*representative]}; in DoEquivalenceSet()
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | payloads.proto | 30 // TODO (vpai): Fill this in once the details of complex, representative
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | payloads.proto | 30 // TODO (vpai): Fill this in once the details of complex, representative
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | payloads.proto | 32 // TODO (vpai): Fill this in once the details of complex, representative
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | SelfAdjointEigenSolver.h | 606 …ic inline bool extract_kernel(MatrixType& mat, Ref<VectorType> res, Ref<VectorType> representative) 614 representative = mat.col(i0); 617 n0 = (c0 = representative.cross(mat.col((i0+1)%3))).squaredNorm(); 618 n1 = (c1 = representative.cross(mat.col((i0+2)%3))).squaredNorm();
|
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/AArch64/ |
D | widen_switch.ll | 1 ;; AArch64 is arbitralily chosen as a 32/64-bit RISC representative to show the transform in all te…
|
/external/llvm/test/Transforms/CodeGenPrepare/AArch64/ |
D | widen_switch.ll | 1 ;; AArch64 is arbitralily chosen as a 32/64-bit RISC representative to show the transform in all te…
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | nnapi.md | 82 the same manufacturer) that are representative of your user base before enabling 133 quantization process requires a representative dataset to work.
|
/external/python/jinja/ |
D | CODE_OF_CONDUCT.md | 52 representative at an online or offline event. Representation of a project may be
|
/external/catch2/ |
D | CODE_OF_CONDUCT.md | 33 …ting via an official social media account, or acting as an appointed representative at an online o…
|
/external/fonttools/ |
D | CODE_OF_CONDUCT.md | 52 representative at an online or offline event. Representation of a project may be
|
/external/python/pyopenssl/ |
D | CODE_OF_CONDUCT.rst | 39 …ting via an official social media account, or acting as an appointed representative at an online o…
|
/external/rust/crates/grpcio/ |
D | CODE_OF_CONDUCT.md | 33 …ting via an official social media account, or acting as an appointed representative at an online o…
|
/external/rust/crates/uuid/ |
D | CODE_OF_CONDUCT.md | 56 representative at an online or offline event. Representation of a project may be
|
/external/robolectric-shadows/ |
D | CODE_OF_CONDUCT.md | 52 representative at an online or offline event. Representation of a project may be
|
/external/rust/crates/bitflags/ |
D | CODE_OF_CONDUCT.md | 52 representative at an online or offline event. Representation of a project may be
|
/external/shflags/ |
D | CODE_OF_CONDUCT.md | 33 …ting via an official social media account, or acting as an appointed representative at an online o…
|
/external/rust/crates/zip/ |
D | CODE_OF_CONDUCT.md | 53 as an appointed representative at an online or offline event. Representation of
|
/external/flatbuffers/docs/source/ |
D | Benchmarks.md | 22 meant to be representative of game data, e.g. a scene format.
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarfdump-header.s | 2 # We have a representative set of units: v4 CU, v5 CU, v4 TU, v5 split TU.
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts.cpp | 508 for (auto representative : in ComputeClosureOfFacts() local 510 auto equivalence_class = synonymous_.GetEquivalenceClass(*representative); in ComputeClosureOfFacts()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts.cpp | 508 for (auto representative : in ComputeClosureOfFacts() local 510 auto equivalence_class = synonymous_.GetEquivalenceClass(*representative); in ComputeClosureOfFacts()
|