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

12

/external/openfst/src/script/
H A Dintersect.cc24 void Intersect(const FstClass &ifst1, const FstClass &ifst2, function in namespace:fst::script
26 if (!ArcTypesMatch(ifst1, ifst2, "Intersect") ||
27 !ArcTypesMatch(*ofst, ifst1, "Intersect")) return;
30 Apply<Operation<IntersectArgs1> >("Intersect", ifst1.ArcType(), &args);
33 void Intersect(const FstClass &ifst1, const FstClass &ifst2, function in namespace:fst::script
35 if (!ArcTypesMatch(ifst1, ifst2, "Intersect") ||
36 !ArcTypesMatch(*ofst, ifst1, "Intersect")) return;
39 Apply<Operation<IntersectArgs2> >("Intersect", ifst1.ArcType(), &args);
42 REGISTER_FST_OPERATION(Intersect, StdArc, IntersectArgs1);
43 REGISTER_FST_OPERATION(Intersect, LogAr
[all...]
/external/openfst/src/include/fst/script/
H A Dintersect.h32 void Intersect(IntersectArgs1 *args) { function in namespace:fst::script
37 Intersect(ifst1, ifst2, ofst, args->arg4);
44 void Intersect(IntersectArgs2 *args) { function in namespace:fst::script
49 Intersect(ifst1, ifst2, ofst, args->arg4);
52 void Intersect(const FstClass &ifst1, const FstClass &ifst2,
56 void Intersect(const FstClass &ifst, const FstClass &ifst2,
H A Dfstscript.h108 REGISTER_FST_OPERATION(Intersect, Arc, IntersectArgs1);
109 REGISTER_FST_OPERATION(Intersect, Arc, IntersectArgs2);
/external/v8/test/cctest/
H A Dtest-dataflow.cc51 v.Intersect(w);
115 v.Intersect(w);
/external/openfst/src/bin/
H A Dfstintersect.cc83 s::Intersect(*ifst1, *ifst2, &ofst, opts);
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp241 RangeSet Intersect(BasicValueFactory &BV, Factory &F, function in class:__anon3958::RangeSet
383 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(),
397 // do not have to worry about overflow; RangeSet::Intersect can handle such a
418 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower);
433 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt);
462 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
491 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
520 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
549 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_linux.cc29 return rect.Intersect(GetPrimaryMonitorBounds());
H A Dwindow_sizer_unittest.cc86 gfx::Rect overlap(match_rect.Intersect(work_areas_[i]));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dintersect.h118 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2, function in namespace:fst
/external/clang/include/clang/Analysis/Support/
H A DBlkExprDeclBitVector.h163 struct Intersect { void operator()(ValTy& Dst, ValTy& Src) { Dst &= Src; } }; struct in struct:clang::DeclBitVector_Types
302 struct Intersect { void operator()(ValTy& Dst, ValTy& Src) { Dst &= Src; } }; struct in struct:clang::StmtDeclBitVector_Types
/external/openfst/src/include/fst/
H A Dinterval-set.h135 void Intersect(const IntervalSet<T> &iset, IntervalSet<T> *oset) const;
200 void IntervalSet<T>::Intersect(const IntervalSet<T> &iset, function in class:fst::IntervalSet
267 Intersect(cset, oset);
H A Dintersect.h143 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2, function in namespace:fst
/external/v8/src/
H A Ddata-flow.h156 void Intersect(const BitVector& other) { function in class:v8::internal::BitVector
H A Dlithium-allocator.h223 LifetimePosition Intersect(const UseInterval* other) const { function in class:v8::internal::UseInterval
224 if (other->start().Value() < start_.Value()) return other->Intersect(this);
H A Dhydrogen-instructions.h269 Intersect(other);
273 void Intersect(Range* other);
669 result.Intersect(AllDependsOnFlagSet());
675 result.Intersect(AllSideEffectsFlagSet());
681 result.Intersect(AllChangesFlagSet());
687 result.Intersect(AllChangesFlagSet());
688 result.Intersect(AllObservableSideEffectsFlagSet());
H A Dutils.h942 void Intersect(const EnumSet& set) { bits_ &= set.bits_; }
H A Dprofile-generator.cc3196 static int Intersect(int i1, int i2, const Vector<int>& dominators) { function in namespace:v8::internal
3246 : Intersect(ret_index, new_idom_index, *dominators);
H A Dhydrogen-instructions.cc143 void Range::Intersect(Range* other) { function in class:v8::internal::Range
/external/v8/tools/
H A Dtest.py812 def Intersect(self, that): member in class:ListSet
814 return that.Intersect(self)
828 def Intersect(self, that): member in class:Everything
840 def Intersect(self, that): member in class:Nothing
863 inter = self.left.GetOutcomes(env, defs).Intersect(self.right.GetOutcomes(env, defs))
866 inter = self.left.GetOutcomes(env, defs).Intersect(self.right.GetOutcomes(env, defs))
880 return self.left.GetOutcomes(env, defs).Intersect(self.right.GetOutcomes(env, defs))
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.cc333 invalid_rect_ = invalid_rect_.Intersect(bounds());
803 paint_rect = paint_rect.Intersect(invalid_rect_);
H A Drender_widget_host_view_gtk.cc993 paint_rect = paint_rect.Intersect(invalid_rect_);
H A Drender_widget_host_view_win.cc886 gfx::Rect paint_rect = bitmap_rect.Intersect(gfx::Rect(region_rects[i]));
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.cc932 gfx::Rect intersection(omnibox_bounds_.Intersect(preview_bounds));
/external/regex-re2/lib/codereview/
H A Dcodereview.py816 def Intersect(l1, l2): function
1533 oldfiles = Intersect(files, cl.files)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 486 milliseconds

12