Home
last modified time | relevance | path

Searched refs:Ordered (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/src/pathops/
DSkOpCoincidence.h233 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);
DSkOpCoincidence.cpp116 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
DSkPathOpsDebug.cpp1509 if (Ordered(coinSeg, oppSeg)) { in debugAddEndMovedSpans()
2234 SkASSERT(SkOpCoincidence::Ordered(coin->coinPtTStart()->segment(), in DebugValidate()
/third_party/PyYAML/tests/data/
Dconstruct-seq.data1 # Ordered sequence of nodes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueTracking.h602 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/
DTestUtil.h330 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument
347 (Ordered) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4984 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/
DTestUtil.h442 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument
459 (Ordered) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp832 bool Ordered = TheI.hasOrderedMemoryRef(); in canMoveMemTo() local
842 if (Ordered && MI->hasOrderedMemoryRef()) in canMoveMemTo()
/third_party/skia/third_party/externals/freetype/docs/
DDOCGUIDE173 Ordered lists start with numbers:
/third_party/python/Doc/whatsnew/
D3.1.rst52 PEP 372: Ordered Dictionaries
78 :pep:`372` - Ordered Dictionaries
/third_party/python/Doc/library/
Dprofile.rst71 Ordered by: standard name
84 next line: ``Ordered by: standard name``, indicates that the text string in the
Denum.rst326 Ordered comparisons between enumeration values are *not* supported. Enum
/third_party/typescript/tests/cases/compiler/
DjsxComplexSignatureHasApplicabilityError.tsx150 * Ordered array of options to render.
/third_party/skia/third_party/externals/libjpeg-turbo/
Dusage.txt374 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/
DREADME_P9.txt297 - QP Compare Ordered/Unordered: xscmpoqp xscmpuqp
/third_party/typescript/tests/baselines/reference/
DjsxComplexSignatureHasApplicabilityError.types340 * Ordered array of options to render.
DjsxComplexSignatureHasApplicabilityError.symbols521 * Ordered array of options to render.
/third_party/python/Lib/test/
Dtest_dataclasses.py3542 class Ordered(abc.ABC): class
3552 class Date(Ordered):
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dmemorymodel.txt581 <<memory-model-location-ordered,Location-Ordered>> between distinct agents
922 == Location-Ordered
Dmemorymodel.adoc591 <<memory-model-location-ordered,Location-Ordered>> between distinct agents
932 == Location-Ordered
/third_party/icu/docs/userguide/icu/
Dunicode.md326 1. BOCU-1: Binary-Ordered Compression of Unicode
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
Dkhronos.css231 /* Ordered Lists */
/third_party/googletest/docs/
Dgmock_for_dummies.md566 ### Ordered vs Unordered Calls {#OrderedCalls}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp2569 CmpInst::Predicate MinMaxPred = getMinMaxPred(SPF, SPR.Ordered); in visitSelectInst()

12