/third_party/boost/libs/icl/doc/ |
D | functions_intersection.qbk | 9 [/ //= 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 …]
|
D | functions_selection.qbk | 61 [[[link boost_icl.function_reference.intersection ['*Intersection*]] ]]
|
D | functions_symmetric_difference.qbk | 150 [[[link boost_icl.function_reference.intersection ['*Intersection*]] ]]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 135 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/ |
D | intersection.hpp | 24 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/ |
D | intersection.hpp | 24 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/ |
D | AliasSetTracker.h | 89 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/ |
D | VectorUtils.cpp | 571 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()
|
D | DependenceAnalysis.cpp | 3560 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/ |
D | FieldMaskTest.cs | 197 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/ |
D | intersection.qbk | 20 [heading_conformance_ogc __this_function__..Intersection]
|
/third_party/boost/libs/geometry/doc/generated/ |
D | de9im_mask.qbk | 22 …k can be used to check spatial relations as defined in Dimensionally Extended 9-Intersection Model.
|
D | de9im_static_mask.qbk | 22 … can be used to check spatial relations as defined in Dimensionally Extended 9-Intersection Model.
|
D | de9im_matrix.qbk | 22 …can be used to express spatial relations as defined in Dimensionally Extended 9-Intersection Model.
|
D | intersection.qbk | 36 [[Strategy const &] [Any type fulfilling a Intersection Strategy Concept ] [strategy] [The strategy…
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | prefer-function-type.md | 72 type Intersection = ((data: string) => number) & ((id: number) => string);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 995 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/ |
D | FieldMaskPartial.cs | 305 public FieldMask Intersection(FieldMask additionalMask) in Intersection() method in Google.Protobuf.WellKnownTypes.FieldMask
|
/third_party/typescript/src/compiler/ |
D | tracing.ts | 255 …intersectionTypes: (type.flags & TypeFlags.Intersection) ? (type as IntersectionType).types.map(t …
|
/third_party/boost/libs/regex/doc/ |
D | standards.qbk | 61 [[1.3][Subtraction and Intersection][Indirectly support by forward-lookahead:
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
D | RangeTree.java | 428 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/ |
D | ControlHeightReduction.cpp | 1114 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/ |
D | release_notes.qbk | 302 * 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/ |
D | parserindenter.js | 293 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/ |
D | parserindenter.ts | 292 var twoCharSpan = token.Span.Intersection(new Span(token.Span.startPosition(), 2));
|