Home
last modified time | relevance | path

Searched defs:Ordered (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/pathops/
DSkOpCoincidence.h233 static bool Ordered(const SkOpPtT* coinPtTStart, const SkOpPtT* oppPtTStart) { in Ordered() function
DSkOpCoincidence.cpp1403 bool SkOpCoincidence::Ordered(const SkOpSegment* coinSeg, const SkOpSegment* oppSeg) { in Ordered() function in SkOpCoincidence
/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
/third_party/skia/src/pathops/
DSkOpCoincidence.h233 static bool Ordered(const SkOpPtT* coinPtTStart, const SkOpPtT* oppPtTStart) { in Ordered() function
DSkOpCoincidence.cpp1403 bool SkOpCoincidence::Ordered(const SkOpSegment* coinSeg, const SkOpSegment* oppSeg) { in Ordered() function in SkOpCoincidence
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h330 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h442 #define DefinePackedOrdUnordComparisonOperator(Op, Ordered) \ argument
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4984 bool Ordered = false; in matchSelectPattern() local
5286 CmpInst::Predicate llvm::getMinMaxPred(SelectPatternFlavor SPF, bool Ordered) { in getMinMaxPred()
/third_party/python/Lib/test/
Dtest_dataclasses.py3542 class Ordered(abc.ABC): class