Home
last modified time | relevance | path

Searched refs:Intersect (Results 1 – 25 of 57) sorted by relevance

123

/external/openfst/src/script/
Dintersect.cc24 void Intersect(const FstClass &ifst1, const FstClass &ifst2, in Intersect() function
33 void Intersect(const FstClass &ifst1, const FstClass &ifst2, in Intersect() function
42 REGISTER_FST_OPERATION(Intersect, StdArc, IntersectArgs1);
43 REGISTER_FST_OPERATION(Intersect, LogArc, IntersectArgs1);
44 REGISTER_FST_OPERATION(Intersect, Log64Arc, IntersectArgs1);
45 REGISTER_FST_OPERATION(Intersect, StdArc, IntersectArgs2);
46 REGISTER_FST_OPERATION(Intersect, LogArc, IntersectArgs2);
47 REGISTER_FST_OPERATION(Intersect, Log64Arc, IntersectArgs2);
/external/openfst/src/include/fst/script/
Dintersect.h32 void Intersect(IntersectArgs1 *args) { in Intersect() function
37 Intersect(ifst1, ifst2, ofst, args->arg4); in Intersect()
44 void Intersect(IntersectArgs2 *args) { in Intersect() function
49 Intersect(ifst1, ifst2, ofst, args->arg4); in Intersect()
52 void Intersect(const FstClass &ifst1, const FstClass &ifst2,
56 void Intersect(const FstClass &ifst, const FstClass &ifst2,
Dfstscript.h108 REGISTER_FST_OPERATION(Intersect, Arc, IntersectArgs1); in RegisterBatch1()
109 REGISTER_FST_OPERATION(Intersect, Arc, IntersectArgs2); in RegisterBatch1()
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp238 RangeSet Intersect(BasicValueFactory &BV, Factory &F, in Intersect() function in __anon8cdda05e0111::RangeSet
359 if (Ranges->Intersect(BV, F, Zero, Zero).isEmpty()) in checkNull()
399 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(), in GetRange()
434 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower); in assumeSymNE()
449 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt); in assumeSymEQ()
478 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymLT()
507 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymGT()
536 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymGE()
565 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymLE()
/external/v8/test/cctest/
Dtest-types.cc248 TypeHandle Intersect(TypeHandle t1, TypeHandle t2) { in Intersect() function in Types
249 return Type::Intersect(t1, t2, region_); in Intersect()
433 TypeHandle intersect12 = T.Intersect(type1, type2); in Bitset()
469 TypeHandle intersect12 = T.Intersect(type1, type2); in Bitset()
1291 TypeHandle intersect12 = T.Intersect(type1, type2); in Maybe()
1409 CheckOverlap(T.NumberClass, T.Intersect(T.Number, T.Untagged)); // !!! in Maybe()
1653 void Intersect() { in Intersect() function
1657 TypeHandle intersect_type = T.Intersect(type, T.Any); in Intersect()
1664 TypeHandle intersect_type = T.Intersect(type, T.None); in Intersect()
1671 TypeHandle intersect_type = T.Intersect(type, type); in Intersect()
[all …]
Dtest-dataflow.cc49 v.Intersect(w); in TEST()
113 v.Intersect(w); in TEST()
Dtest-unique.cc431 result = set1->Intersect(set2, &zone); in TEST()
438 result = set1->Intersect(set2, &zone); in TEST()
447 result = set1->Intersect(set2, &zone); in TEST()
473 UniqueSet<String>* result = set1->Intersect(set2, &zone); in TEST()
/external/v8/src/
Dtypes.h374 static TypeHandle Intersect(TypeHandle type1, TypeHandle type2, Region* reg);
537 static Limits Intersect(Limits lhs, Limits rhs);
1017 TypeHandle upper = Type::Intersect(b1.upper, b2.upper, region); in Both()
1019 lower = Type::Intersect(lower, upper, region); in Both()
1025 TypeHandle lower = Type::Intersect(b1.lower, b2.lower, region); in Either()
1032 t = Type::Intersect(t, b.upper, region); in NarrowLower()
1037 TypeHandle lower = Type::Intersect(b.lower, t, region); in NarrowUpper()
1038 TypeHandle upper = Type::Intersect(b.upper, t, region); in NarrowUpper()
Dhydrogen-check-elimination.cc265 le->maps_ = re->maps_ = le->maps_->Intersect(re->maps_, zone); in Copy()
283 entry->maps_ = entry->maps_->Intersect(string_maps(), zone); in Copy()
393 MapSet intersection = instr->maps()->Intersect( in ReduceCheckMaps()
593 MapSet intersection = le->maps_->Intersect(re->maps_, zone()); in ReduceCompareObjectEqAndBranch()
616 MapSet intersection = entry->maps_->Intersect(string_maps(), zone()); in ReduceIsStringAndBranch()
Dlithium-allocator.h138 LifetimePosition Intersect(const UseInterval* other) const { in Intersect() function
139 if (other->start().Value() < start_.Value()) return other->Intersect(this); in Intersect()
Dtypes.cc23 typename TypeImpl<Config>::Limits TypeImpl<Config>::Intersect( in Intersect() function in v8::internal::TypeImpl
49 typename TypeImpl<Config>::Limits lim = Intersect(Limits(lhs), Limits(rhs)); in Overlap()
609 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Intersect( in Intersect() function in v8::internal::TypeImpl
645 Limits lim = Intersect(Limits(range1), Limits(range2)); in Intersect()
Ddata-flow.h133 void Intersect(const BitVector& other) { in Intersect() function
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h486 void Intersect(const FXT_RECT &rt) in Intersect() function
507 rect.Intersect(*this); in IntersectWith()
513 rect.Intersect(*this); in IntersectWith()
571 void Intersect(const FX_RECT& src);
573 void Intersect(int left1, int top1, int right1, int bottom1) in Intersect() function
575 Intersect(FX_RECT(left1, top1, right1, bottom1)); in Intersect()
658 void Intersect(const CFX_FloatRect& other_rect);
/external/openfst/src/include/fst/
Dinterval-set.h135 void Intersect(const IntervalSet<T> &iset, IntervalSet<T> *oset) const;
200 void IntervalSet<T>::Intersect(const IntervalSet<T> &iset, in Intersect() function
267 Intersect(cset, oset); in Difference()
Dintersect.h143 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
/external/openfst/src/bin/
Dfstintersect.cc83 s::Intersect(*ifst1, *ifst2, &ofst, opts); in main()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp204 rcItem.Intersect(rcList); in DrawThisAppearance()
206 rcItem.Intersect(rcClient); in DrawThisAppearance()
458 rcCaret.Intersect(GetClientRect()); in GetFocusRect()
DPWL_Caret.cpp58 rcRect.Intersect(rcClip); in DrawThisAppearance()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp330 dest_rect.Intersect(m_ClipBox); in SetDIBits()
371 clip_box.Intersect(dest_rect); in StretchDIBits()
389 clip_box.Intersect(dest_rect); in StretchBitMask()
Dfx_ge_path.cpp41 m_Box.Intersect(rect); in IntersectRect()
54 m_Box.Intersect(mask_rect); in IntersectMaskRect()
86 new_box.Intersect(mask_box); in IntersectMaskF()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp162 rect.Intersect(*pClip); in Clone()
359 src_rect.Intersect(src_bound); in GetOverlapRect()
363 dest_rect.Intersect(dest_bound); in GetOverlapRect()
365 dest_rect.Intersect(pClipRgn->GetBox()); in GetOverlapRect()
557 rect.Intersect(*pClip); in GetAlphaMask()
585 rect.Intersect(*pClip); in CopyAlphaMask()
1315 rect.Intersect(*pRect);
1539 m_ClipBox.Intersect(image_rect);
Dfx_dib_transform.cpp61 dest_clip.Intersect(*pDestClip); in SwapXY()
186 clip_rect.Intersect(*pClip); in StretchTo()
216 result_clip.Intersect(*pDestClip); in Start()
254 m_StretchClip.Intersect(0, 0, stretch_width, stretch_height); in Start()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp61 rect.Intersect(m_pDevice->GetClipBox()); in CompositeDIBitmap()
478 rect.Intersect(m_pRenderStatus->m_pDevice->GetClipBox()); in DrawPatternImage()
568 rect.Intersect(m_pRenderStatus->m_pDevice->GetClipBox()); in DrawMaskedImage()
677 clip_box.Intersect(image_rect); in StartDIBSource()
712 dest_rect.Intersect(image_rect); in StartDIBSource()
839 result_rect.Intersect(image_rect); in Start()
/external/v8/src/compiler/
Dregister-allocator.h134 LifetimePosition Intersect(const UseInterval* other) const { in Intersect() function
135 if (other->start().Value() < start_.Value()) return other->Intersect(this); in Intersect()
/external/pdfium/core/src/fxcrt/
Dfx_basic_coords.cpp22 void FX_RECT::Intersect(const FX_RECT& src) in Intersect() function in FX_RECT
87 void CFX_FloatRect::Intersect(const CFX_FloatRect& other_rect) in Intersect() function in CFX_FloatRect
153 pRects[i].Intersect(*this); in Substract4()

123