Home
last modified time | relevance | path

Searched refs:Intersection (Results 1 – 25 of 51) sorted by relevance

123

/third_party/boost/libs/icl/doc/
Dfunctions_intersection.qbk9 [/ //= Intersection ============================================================]
10 [section Intersection][/ Intersection]
12 [section Synopsis][/ Intersection]
15 [[Intersection] [__ch_itv_t__][__ch_itv_sets__][__ch_itv_maps__][__ch_e…
30 [[] [Description of Intersection]]
31 [[`Sets`][Intersection on Sets implements ['*set intersection*]]]
32 [[`Maps`][Intersection on Maps implements a ['*map intersection*] function similar to /set intersec…
53 [endsect][/ Synopsis Intersection]
56 [section Functions][/ Intersection]
104 [endsect][/ Function Intersection]
[all …]
Dfunctions_selection.qbk61 [[[link boost_icl.function_reference.intersection ['*Intersection*]] ]]
Dfunctions_symmetric_difference.qbk150 [[[link boost_icl.function_reference.intersection ['*Intersection*]] ]]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp135 Interval Intersection = intersect(CachedExtent, RequestExtent); in readBytes() local
138 if (Intersection != RequestExtent) in readBytes()
142 AbsoluteDifference(CachedExtent.first, Intersection.first); in readBytes()
297 auto Intersection = intersect(WriteInterval, CachedInterval); in fixCacheAfterWrite() local
298 assert(Intersection.first <= Intersection.second); in fixCacheAfterWrite()
300 uint32_t Length = Intersection.second - Intersection.first; in fixCacheAfterWrite()
302 AbsoluteDifference(WriteInterval.first, Intersection.first); in fixCacheAfterWrite()
304 AbsoluteDifference(CachedInterval.first, Intersection.first); in fixCacheAfterWrite()
/third_party/boost/boost/hana/
Dintersection.hpp24 using Intersection = BOOST_HANA_DISPATCH_IF(intersection_impl<S>, in operator ()() typedef
28 return Intersection::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
/third_party/boost/libs/hana/include/boost/hana/
Dintersection.hpp24 using Intersection = BOOST_HANA_DISPATCH_IF(intersection_impl<S>, in operator ()() typedef
28 return Intersection::apply(static_cast<Xs&&>(xs), static_cast<Ys&&>(ys)); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h89 AAMDNodes Intersection(AAInfo.intersect(NewAAInfo)); in updateSizeAndAAInfo()
90 if (!Intersection.TBAA || !Intersection.Scope || in updateSizeAndAAInfo()
91 !Intersection.NoAlias) { in updateSizeAndAAInfo()
96 AAInfo = Intersection; in updateSizeAndAAInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp571 SmallVector<Metadata *, 4> Intersection; in intersectAccessGroups() local
575 Intersection.push_back(MD1); in intersectAccessGroups()
581 Intersection.push_back(Item); in intersectAccessGroups()
585 if (Intersection.size() == 0) in intersectAccessGroups()
587 if (Intersection.size() == 1) in intersectAccessGroups()
588 return cast<MDNode>(Intersection.front()); in intersectAccessGroups()
591 return MDNode::get(Ctx, Intersection); in intersectAccessGroups()
DDependenceAnalysis.cpp3560 SmallBitVector Intersection = Pair[SI].GroupLoops; in depends() local
3561 Intersection &= Pair[SJ].GroupLoops; in depends()
3562 if (Intersection.any()) { in depends()
3895 SmallBitVector Intersection = Pair[SI].GroupLoops; in getSplitIteration() local
3896 Intersection &= Pair[SJ].GroupLoops; in getSplitIteration()
3897 if (Intersection.any()) { in getSplitIteration()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DFieldMaskTest.cs197 public void Intersection() in Intersection() method in Google.Protobuf.WellKnownTypes.FieldMaskTest
203 FieldMask result = mask1.Intersection(mask2); in Intersection()
/third_party/boost/libs/geometry/doc/reference/algorithms/
Dintersection.qbk20 [heading_conformance_ogc __this_function__..Intersection]
/third_party/boost/libs/geometry/doc/generated/
Dde9im_mask.qbk22 …k can be used to check spatial relations as defined in Dimensionally Extended 9-Intersection Model.
Dde9im_static_mask.qbk22 … can be used to check spatial relations as defined in Dimensionally Extended 9-Intersection Model.
Dde9im_matrix.qbk22 …can be used to express spatial relations as defined in Dimensionally Extended 9-Intersection Model.
Dintersection.qbk36 [[Strategy const &] [Any type fulfilling a Intersection Strategy Concept ] [strategy] [The strategy…
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dprefer-function-type.md72 type Intersection = ((data: string) => number) & ((id: number) => string);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp995 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags() local
997 if (!Intersection) in propagateIRFlags()
999 const unsigned Opcode = Intersection->getOpcode(); in propagateIRFlags()
1000 VecOp->copyIRFlags(Intersection); in propagateIRFlags()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs305 public FieldMask Intersection(FieldMask additionalMask) in Intersection() method in Google.Protobuf.WellKnownTypes.FieldMask
/third_party/typescript/src/compiler/
Dtracing.ts255 …intersectionTypes: (type.flags & TypeFlags.Intersection) ? (type as IntersectionType).types.map(t …
/third_party/boost/libs/regex/doc/
Dstandards.qbk61 [[1.3][Subtraction and Intersection][Indirectly support by forward-lookahead:
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTree.java428 private final class Intersection implements LogicalOperation { class in RangeTree.SetOperations
512 private final LogicalOperation intersectionFn = new Intersection();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp1114 std::set<Value *> Intersection; in shouldSplit() local
1117 std::inserter(Intersection, Intersection.begin())); in shouldSplit()
1118 if (Intersection.empty()) { in shouldSplit()
/third_party/boost/libs/geometry/doc/
Drelease_notes.qbk302 * Intersection: take care that output is valid (work in progres, not yet finished - but more is val…
345 * [@https://svn.boost.org/trac/boost/ticket/11576 11576] Intersection gives wrong results.
395 * Intersection has been implemented for combinations of pointlike and linear geometries
595 * [@https://svn.boost.org/trac/boost/ticket/6958 6958] Intersection generates self-intersection. Ca…
600 * [@https://svn.boost.org/trac/boost/ticket/8652 8652] Intersection fails for triangle-triangle int…
/third_party/typescript/tests/baselines/reference/
Dparserindenter.js293 var twoCharSpan = token.Span.Intersection(new Span(token.Span.startPosition(), 2));
981 var twoCharSpan = token.Span.Intersection(new Span(token.Span.startPosition(), 2));
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserindenter.ts292 var twoCharSpan = token.Span.Intersection(new Span(token.Span.startPosition(), 2));

123