Home
last modified time | relevance | path

Searched refs:isClose (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/include/llvm/Analysis/
DIRSimilarityIdentifier.h184 bool isClose(const IRInstructionData &A, const IRInstructionData &B);
205 return isClose(*LHS, *RHS); in isEqual()
/external/llvm-project/llvm/lib/Analysis/
DIRSimilarityIdentifier.cpp34 bool IRSimilarity::isClose(const IRInstructionData &A, in isClose() function in IRSimilarity
240 return isClose(A, B); in isSimilar()
359 if (!isClose(*ItA, *ItB)) in compareStructure()
/external/skqp/src/pathops/
DSkOpSegment.h248 bool isClose(double t, const SkOpSegment* opp) const;
DSkOpCoincidence.cpp70 if (!segment->isClose(midT, oppSegment)) { in expand()
87 if (!segment->isClose(midT, oppSegment)) { in expand()
DSkPathOpsDebug.cpp1459 if (!segment->isClose(midT, oppSegment)) { in debugExpand()
1476 if (!segment->isClose(midT, oppSegment)) { in debugExpand()
DSkOpSegment.cpp833 bool SkOpSegment::isClose(double t, const SkOpSegment* opp) const { in isClose() function in SkOpSegment
/external/skia/src/pathops/
DSkOpSegment.h248 bool isClose(double t, const SkOpSegment* opp) const;
DSkOpCoincidence.cpp70 if (!segment->isClose(midT, oppSegment)) { in expand()
87 if (!segment->isClose(midT, oppSegment)) { in expand()
DSkPathOpsDebug.cpp1436 if (!segment->isClose(midT, oppSegment)) { in debugExpand()
1453 if (!segment->isClose(midT, oppSegment)) { in debugExpand()
DSkOpSegment.cpp833 bool SkOpSegment::isClose(double t, const SkOpSegment* opp) const { in isClose() function in SkOpSegment
/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h579 bool isClose(const Address &b, int level) const { in isClose() function
Dkmp_affinity.cpp2753 if (leaderAddr->isClose(address2os[i].first, __kmp_affinity_gran_levels)) { in __kmp_create_masks()