/third_party/skia/src/pathops/ |
D | SkOpCoincidence.h | 233 static bool Ordered(const SkOpPtT* coinPtTStart, const SkOpPtT* oppPtTStart) { in Ordered() function 234 return Ordered(coinPtTStart->segment(), oppPtTStart->segment()); in Ordered() 237 static bool Ordered(const SkOpSegment* coin, const SkOpSegment* opp);
|
D | SkOpCoincidence.cpp | 116 SkASSERT(SkOpCoincidence::Ordered(coinPtTStart, oppPtTStart)); in set() 199 if (!Ordered(coinPtTStart, oppPtTStart)) { in extend() 252 if (!Ordered(coinPtTStart, oppPtTStart)) { in add() 260 SkASSERT(Ordered(coinPtTStart, oppPtTStart)); in add() 331 if (Ordered(coinSeg, oppSeg)) { in addEndMovedSpans() 572 if (!Ordered(coinSeg, oppSeg)) { in checkOverlap() 970 if (!Ordered(coinPtTStart, oppPtTStart)) { in contains() 1403 bool SkOpCoincidence::Ordered(const SkOpSegment* coinSeg, const SkOpSegment* oppSeg) { in Ordered() function in SkOpCoincidence
|
D | SkPathOpsDebug.cpp | 1509 if (Ordered(coinSeg, oppSeg)) { in debugAddEndMovedSpans() 2234 SkASSERT(SkOpCoincidence::Ordered(coin->coinPtTStart()->segment(), in DebugValidate()
|
/third_party/PyYAML/tests/data/ |
D | construct-seq.data | 1 # Ordered sequence of nodes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 602 bool Ordered; /// When implementing this min/max pattern as member 653 bool Ordered = false);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | TestUtil.h | 330 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument 347 (Ordered) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 4984 bool Ordered = false; in matchSelectPattern() local 5001 Ordered = true; in matchSelectPattern() 5011 Ordered = false; in matchSelectPattern() 5032 Ordered = !Ordered; in matchSelectPattern() 5050 case FCmpInst::FCMP_OGE: return {SPF_FMAXNUM, NaNBehavior, Ordered}; in matchSelectPattern() 5054 case FCmpInst::FCMP_OLE: return {SPF_FMINNUM, NaNBehavior, Ordered}; in matchSelectPattern() 5286 CmpInst::Predicate llvm::getMinMaxPred(SelectPatternFlavor SPF, bool Ordered) { in getMinMaxPred() argument 5292 return Ordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; in getMinMaxPred() 5294 return Ordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT; in getMinMaxPred()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | TestUtil.h | 442 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument 459 (Ordered) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 832 bool Ordered = TheI.hasOrderedMemoryRef(); in canMoveMemTo() local 842 if (Ordered && MI->hasOrderedMemoryRef()) in canMoveMemTo()
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | DOCGUIDE | 173 Ordered lists start with numbers:
|
/third_party/python/Doc/whatsnew/ |
D | 3.1.rst | 52 PEP 372: Ordered Dictionaries 78 :pep:`372` - Ordered Dictionaries
|
/third_party/python/Doc/library/ |
D | profile.rst | 71 Ordered by: standard name 84 next line: ``Ordered by: standard name``, indicates that the text string in the
|
D | enum.rst | 326 Ordered comparisons between enumeration values are *not* supported. Enum
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxComplexSignatureHasApplicabilityError.tsx | 150 * Ordered array of options to render.
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | usage.txt | 374 the best results. Ordered dither is a compromise 378 Ordered dither is only available in -onepass mode.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 297 - QP Compare Ordered/Unordered: xscmpoqp xscmpuqp
|
/third_party/typescript/tests/baselines/reference/ |
D | jsxComplexSignatureHasApplicabilityError.types | 340 * Ordered array of options to render.
|
D | jsxComplexSignatureHasApplicabilityError.symbols | 521 * Ordered array of options to render.
|
/third_party/python/Lib/test/ |
D | test_dataclasses.py | 3542 class Ordered(abc.ABC): class 3552 class Date(Ordered):
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | memorymodel.txt | 581 <<memory-model-location-ordered,Location-Ordered>> between distinct agents 922 == Location-Ordered
|
D | memorymodel.adoc | 591 <<memory-model-location-ordered,Location-Ordered>> between distinct agents 932 == Location-Ordered
|
/third_party/icu/docs/userguide/icu/ |
D | unicode.md | 326 1. BOCU-1: Binary-Ordered Compression of Unicode
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
D | khronos.css | 231 /* Ordered Lists */
|
/third_party/googletest/docs/ |
D | gmock_for_dummies.md | 566 ### Ordered vs Unordered Calls {#OrderedCalls}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 2569 CmpInst::Predicate MinMaxPred = getMinMaxPred(SPF, SPR.Ordered); in visitSelectInst()
|