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

1 2 3 4

  /external/v8/test/cctest/
test-bit-vector.cc 49 v.Intersect(w);
113 v.Intersect(w);
test-types.cc 196 // 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);
    [all...]
types-fuzz.h 222 TypeHandle Intersect(TypeHandle t1, TypeHandle t2) {
223 return Type::Intersect(t1, t2, region_);
230 // TypeHandle Semantic(TypeHandle t) { return Intersect(t,
255 TypeHandle tmp = Type::Intersect( \
test-unique.cc 431 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/
type-cache.h 62 Type::Intersect(Type::Undefined(), Type::Untagged(), zone());
68 Type* const kAsmFixnum = Type::Intersect(kAsmSigned, kAsmUnsigned, zone());
135 return Type::Intersect(semantic, representation, zone());
atomic-utils.h 151 void Intersect(const AtomicEnumSet& set) {
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 247 RangeSet Intersect(BasicValueFactory &BV, Factory &F,
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(getBasicVals(), F, Lower, Upper)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 229 static BOOL Intersect(Rect& c, const Rect& a, const Rect& b) {
242 BOOL Intersect(const Rect& rect) {
243 return Intersect(*this, *this, rect);
354 static BOOL Intersect(RectF& c, const RectF& a, const RectF& b) {
367 BOOL Intersect(const RectF& rect) {
368 return Intersect(*this, *this, rect);
gdiplusheaders.h 522 Status Intersect(const RectF& rect);
523 Status Intersect(const Rect& rect);
524 Status Intersect(const Region *region);
525 Status Intersect(const GraphicsPath *path);
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.h 115 void Intersect(const DesktopRegion& region1, const DesktopRegion& region2);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
field_mask_util.h 102 static void Intersect(const FieldMask& mask1, const FieldMask& mask2,
  /external/v8/test/unittests/
atomic-utils-unittest.cc 184 TEST(AtomicEnumSet, Intersect) {
189 a.Intersect(b);
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 378 void Intersect(const FXT_RECT& rt) {
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) {
452 Intersect(FX_RECT(left1, top1, right1, bottom1));
522 void Intersect(const CFX_FloatRect& other_rect);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 45 rcRect.Intersect(rcClip);
PWL_ListBox.cpp 174 rcItem.Intersect(rcList);
176 rcItem.Intersect(rcClient);
386 rcCaret.Intersect(GetClientRect());
  /external/webrtc/talk/media/base/
codec.h 71 void Intersect(const FeedbackParams& from);
codec.cc 67 void FeedbackParams::Intersect(const FeedbackParams& from) {
163 feedback_params.Intersect(other.feedback_params);
  /external/v8/src/compiler/
typer.cc 311 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());
    [all...]
access-info.cc 279 field_type = Type::Intersect(
456 field_type = Type::Intersect(
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 265 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());
lithium-allocator.h 136 LifetimePosition Intersect(const UseInterval* other) const {
137 if (other->start().Value() < start_.Value()) return other->Intersect(this);
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 370 dest_rect.Intersect(m_ClipBox);
421 clip_box.Intersect(dest_rect);
451 clip_box.Intersect(dest_rect);
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 158 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);
    [all...]
  /art/runtime/base/
bit_vector.h 185 // Intersect with another bit vector.
186 void Intersect(const BitVector* src2);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpushbutton.cpp 184 rtClip.Intersect(rtWidget);

Completed in 779 milliseconds

1 2 3 4