HomeSort by relevance Sort by last modified time
    Searched refs:Intersection (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/DebugInfo/PDB/Raw/
MappedBlockStream.cpp 91 Interval Intersection = intersect(CachedExtent, RequestExtent);
94 if (Intersection != RequestExtent)
98 AbsoluteDifference(CachedExtent.first, Intersection.first);
277 auto Intersection = intersect(WriteInterval, CachedInterval);
278 assert(Intersection.first <= Intersection.second);
280 uint32_t Length = Intersection.second - Intersection.first;
282 AbsoluteDifference(WriteInterval.first, Intersection.first);
284 AbsoluteDifference(CachedInterval.first, Intersection.first)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp 143 // Intersection between the bits we already emitted and the bits
145 SmallBitVector Intersection(RegSize, false);
146 Intersection.set(Offset, Offset + Size);
147 Intersection ^= Coverage;
151 if (Reg >= 0 && Intersection.any()) {
  /hardware/qcom/display/msm8909/sdm/include/utils/
rect.h 52 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
rect.h 51 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
  /hardware/qcom/display/msm8996/sdm/include/utils/
rect.h 51 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
  /hardware/qcom/display/msm8998/sdm/include/utils/
rect.h 51 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2);
  /external/vixl/src/aarch64/
operands-aarch64.cc 104 CPURegList CPURegList::Intersection(const CPURegList& list_1,
107 return Intersection(list_1, Intersection(list_2, list_3));
111 CPURegList CPURegList::Intersection(const CPURegList& list_1,
115 return Intersection(Intersection(list_1, list_2),
116 Intersection(list_3, list_4));
operands-aarch64.h 619 static CPURegList Intersection(const CPURegList& list_1,
625 static CPURegList Intersection(const CPURegList& list_1,
628 static CPURegList Intersection(const CPURegList& list_1,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
AliasSetTracker.h 83 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo));
84 if (!Intersection) {
89 AAInfo = Intersection;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
AliasSetTracker.h 83 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo));
84 if (!Intersection) {
89 AAInfo = Intersection;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
AliasSetTracker.h 83 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo));
84 if (!Intersection) {
89 AAInfo = Intersection;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
AliasSetTracker.h 83 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo));
84 if (!Intersection) {
89 AAInfo = Intersection;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
AliasSetTracker.h 83 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo));
84 if (!Intersection) {
89 AAInfo = Intersection;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
AliasSetTracker.h 83 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo));
84 if (!Intersection) {
89 AAInfo = Intersection;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
AliasSetTracker.h 83 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo));
84 if (!Intersection) {
89 AAInfo = Intersection;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
AliasSetTracker.h 83 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo));
84 if (!Intersection) {
89 AAInfo = Intersection;
  /external/vixl/src/aarch32/
instructions-aarch32.h 509 static RegisterList Intersection(const RegisterList& list_1,
513 static RegisterList Intersection(const RegisterList& list_1,
516 return Intersection(list_1, Intersection(list_2, list_3));
518 static RegisterList Intersection(const RegisterList& list_1,
522 return Intersection(Intersection(list_1, list_2),
523 Intersection(list_3, list_4));
598 static VRegisterList Intersection(const VRegisterList& list_1,
602 static VRegisterList Intersection(const VRegisterList& list_1
    [all...]
  /external/tensorflow/tensorflow/core/framework/
tensor_slice_test.cc 126 // Testing the slice intersection
127 TEST(TensorSliceTest, Intersection) {
171 // No intersection when there are different dimensions
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /bionic/tools/versioner/src/
versioner.cpp 274 static std::vector<T> Intersection(const std::set<T>& a, const std::set<T>& b) {
275 std::vector<T> intersection; local
276 std::set_intersection(a.begin(), a.end(), b.begin(), b.end(), std::back_inserter(intersection));
277 return intersection;
297 auto intersection = Intersection(compilation_types, inline_def_it.second); local
298 if (!intersection.empty()) {
301 fprintf(stderr, " declarations visible in: %s\n", Join(intersection, ", ").c_str());
  /hardware/qcom/display/msm8909/sdm/libs/utils/
rect.cpp 67 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
rect.cpp 62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) {
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) {
  /hardware/qcom/display/msm8998/sdm/libs/utils/
rect.cpp 62 LayerRect Intersection(const LayerRect &rect1, const LayerRect &rect2) {
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
blit_engine_c2d.cpp 444 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect);

Completed in 1546 milliseconds

1 2