Searched refs:Intersect (Results 1 - 25 of 77) sorted by relevance

1234

/external/v8/test/cctest/
H A Dtest-bit-vector.cc49 v.Intersect(w);
113 v.Intersect(w);
H A Dtest-types.cc196 // Intersect(T1, T2) is bitset for bitsets T1,T2
201 TypeHandle intersect12 = T.Intersect(type1, type2);
232 // Intersect(T1, T2) is bitwise conjunction for bitsets T1,T2 (modulo None)
238 TypeHandle intersect12 = T.Intersect(type1, type2);
280 // Pointwiseness of Intersect.
289 TypeHandle direct_intersection = T.Intersect(type1, type2);
291 T.Intersect(representation1, representation2);
292 TypeHandle semantic_intersection = T.Intersect(semantic1, semantic2);
1259 // T1->Maybe(T2) implies Intersect(T1, T2) inhabited
1264 TypeHandle intersect12 = T.Intersect(type
1628 void Intersect() { function in struct:Tests
[all...]
H A Dtypes-fuzz.h222 TypeHandle Intersect(TypeHandle t1, TypeHandle t2) { function in class:v8::internal::Types
223 return Type::Intersect(t1, t2, region_);
230 // TypeHandle Semantic(TypeHandle t) { return Intersect(t,
255 TypeHandle tmp = Type::Intersect( \
H A Dtest-unique.cc431 result = set1->Intersect(set2, &zone);
438 result = set1->Intersect(set2, &zone);
447 result = set1->Intersect(set2, &zone);
473 UniqueSet<String>* result = set1->Intersect(set2, &zone);
/external/v8/src/
H A Dtype-cache.h62 Type::Intersect(Type::Undefined(), Type::Untagged(), zone());
68 Type* const kAsmFixnum = Type::Intersect(kAsmSigned, kAsmUnsigned, zone());
135 return Type::Intersect(semantic, representation, zone());
H A Datomic-utils.h151 void Intersect(const AtomicEnumSet& set) { function in class:v8::internal::AtomicEnumSet
H A Dbit-vector.h131 void Intersect(const BitVector& other) { function in class:v8::internal::BitVector
H A Dinterface-descriptors.cc13 return Type::Intersect(Type::SignedSmall(), Type::TaggedSigned(), zone);
18 return Type::Intersect(Type::Signed32(), Type::UntaggedIntegral32(), zone);
23 return Type::Intersect(
30 return Type::Intersect(Type::Internal(), Type::UntaggedPointer(), zone);
H A Dtypes.h55 // relaxing this would make Union and Intersect operations more involved.
145 // Note that the bitset representation is closed under both Union and Intersect.
434 static TypeHandle Intersect(TypeHandle type1, TypeHandle type2, Region* reg);
608 static Limits Intersect(Limits lhs, Limits rhs);
1148 TypeHandle upper = Type::Intersect(b1.upper, b2.upper, region);
1156 TypeHandle lower = Type::Intersect(b1.lower, b2.lower, region);
1169 TypeHandle upper = Type::Intersect(b.upper, t, region);
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp247 RangeSet Intersect(BasicValueFactory &BV, Factory &F, function in class:__anon1587::RangeSet
390 if (Ranges->Intersect(BV, F, Zero, Zero).isEmpty())
430 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(),
444 // do not have to worry about overflow; RangeSet::Intersect can handle such a
465 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower);
480 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt);
509 return GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
545 return GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
581 return GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
617 return RS.Intersect(getBasicVal
[all...]
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.h115 void Intersect(const DesktopRegion& region1, const DesktopRegion& region2);
/external/v8/test/unittests/
H A Datomic-utils-unittest.cc184 TEST(AtomicEnumSet, Intersect) {
189 a.Intersect(b);
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h378 void Intersect(const FXT_RECT& rt) { function in class:CFX_RTemplate
397 rect.Intersect(*this);
402 rect.Intersect(*this);
449 void Intersect(const FX_RECT& src);
451 void Intersect(int left1, int top1, int right1, int bottom1) { function in struct:FX_RECT
452 Intersect(FX_RECT(left1, top1, right1, bottom1));
522 void Intersect(const CFX_FloatRect& other_rect);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Caret.cpp45 rcRect.Intersect(rcClip);
H A DPWL_ListBox.cpp174 rcItem.Intersect(rcList);
176 rcItem.Intersect(rcClient);
386 rcCaret.Intersect(GetClientRect());
/external/webrtc/talk/media/base/
H A Dcodec.cc67 void FeedbackParams::Intersect(const FeedbackParams& from) { function in class:cricket::FeedbackParams
163 feedback_params.Intersect(other.feedback_params);
H A Dcodec.h71 void Intersect(const FeedbackParams& from);
/external/v8/src/compiler/
H A Dtyper.cc311 type = Type::Intersect(type, NodeProperties::GetType(node),
452 return Type::Union(Type::Intersect(type, Type::Number(), t->zone()),
459 return Type::Union(Type::Intersect(type, Type::Number(), t->zone()),
490 return Type::Intersect(
503 return Type::Intersect(
542 return Type::Intersect(Type::Range(number, number, zone()),
554 return Type::Intersect(Type::Of(OpParameter<float>(node), zone()),
560 return Type::Intersect(Type::Of(OpParameter<double>(node), zone()),
615 return Type::Intersect(input_type, guard_type, zone());
1330 Type* current_integer = Type::Intersect(current_typ
[all...]
H A Daccess-info.cc279 field_type = Type::Intersect(
456 field_type = Type::Intersect(
/external/v8/src/crankshaft/
H A Dhydrogen-check-elimination.cc265 le->maps_ = re->maps_ = le->maps_->Intersect(re->maps_, zone);
283 entry->maps_ = entry->maps_->Intersect(string_maps(), zone);
393 MapSet intersection = instr->maps()->Intersect(
593 MapSet intersection = le->maps_->Intersect(re->maps_, zone());
616 MapSet intersection = entry->maps_->Intersect(string_maps(), zone());
H A Dlithium-allocator.h136 LifetimePosition Intersect(const UseInterval* other) const { function in class:v8::internal::UseInterval
137 if (other->start().Value() < start_.Value()) return other->Intersect(this);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_device.cpp370 dest_rect.Intersect(m_ClipBox);
421 clip_box.Intersect(dest_rect);
451 clip_box.Intersect(dest_rect);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp158 rect.Intersect(*pClip);
357 src_rect.Intersect(src_bound);
361 dest_rect.Intersect(dest_bound);
363 dest_rect.Intersect(pClipRgn->GetBox());
580 rect.Intersect(*pClip);
608 rect.Intersect(*pClip);
1350 rect.Intersect(*pRect);
1572 m_ClipBox.Intersect(image_rect);
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffpushbutton.cpp184 rtClip.Intersect(rtWidget);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp73 rect.Intersect(m_pDevice->GetClipBox());
505 rect.Intersect(m_pRenderStatus->m_pDevice->GetClipBox());
604 rect.Intersect(m_pRenderStatus->m_pDevice->GetClipBox());
722 clip_box.Intersect(image_rect);
761 dest_rect.Intersect(image_rect);

Completed in 757 milliseconds

1234