Home
last modified time | relevance | path

Searched refs:representative (Results 1 – 25 of 108) sorted by relevance

12345

/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dequivalence_relation_test.cpp112 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/
Dequivalence_relation_test.cpp112 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/
Dequivalence_relation_test.cpp112 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/
Dcompute-offsets.cpp220 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/
Dpayloads.proto30 // TODO (vpai): Fill this in once the details of complex, representative
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dpayloads.proto30 // TODO (vpai): Fill this in once the details of complex, representative
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dpayloads.proto32 // TODO (vpai): Fill this in once the details of complex, representative
/external/eigen/Eigen/src/Eigenvalues/
DSelfAdjointEigenSolver.h606 …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/
Dwiden_switch.ll1 ;; AArch64 is arbitralily chosen as a 32/64-bit RISC representative to show the transform in all te…
/external/llvm/test/Transforms/CodeGenPrepare/AArch64/
Dwiden_switch.ll1 ;; AArch64 is arbitralily chosen as a 32/64-bit RISC representative to show the transform in all te…
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dnnapi.md82 the same manufacturer) that are representative of your user base before enabling
133 quantization process requires a representative dataset to work.
/external/python/jinja/
DCODE_OF_CONDUCT.md52 representative at an online or offline event. Representation of a project may be
/external/catch2/
DCODE_OF_CONDUCT.md33 …ting via an official social media account, or acting as an appointed representative at an online o…
/external/fonttools/
DCODE_OF_CONDUCT.md52 representative at an online or offline event. Representation of a project may be
/external/python/pyopenssl/
DCODE_OF_CONDUCT.rst39 …ting via an official social media account, or acting as an appointed representative at an online o…
/external/rust/crates/grpcio/
DCODE_OF_CONDUCT.md33 …ting via an official social media account, or acting as an appointed representative at an online o…
/external/rust/crates/uuid/
DCODE_OF_CONDUCT.md56 representative at an online or offline event. Representation of a project may be
/external/robolectric-shadows/
DCODE_OF_CONDUCT.md52 representative at an online or offline event. Representation of a project may be
/external/rust/crates/bitflags/
DCODE_OF_CONDUCT.md52 representative at an online or offline event. Representation of a project may be
/external/shflags/
DCODE_OF_CONDUCT.md33 …ting via an official social media account, or acting as an appointed representative at an online o…
/external/rust/crates/zip/
DCODE_OF_CONDUCT.md53 as an appointed representative at an online or offline event. Representation of
/external/flatbuffers/docs/source/
DBenchmarks.md22 meant to be representative of game data, e.g. a scene format.
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-header.s2 # 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/
Ddata_synonym_and_id_equation_facts.cpp508 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/
Ddata_synonym_and_id_equation_facts.cpp508 for (auto representative : in ComputeClosureOfFacts() local
510 auto equivalence_class = synonymous_.GetEquivalenceClass(*representative); in ComputeClosureOfFacts()

12345