Searched refs:IsBetterThan (Results 1 – 2 of 2) sorted by relevance
208 bool IsBetterThan(const CBlockOption * const pCmp) const;948 bool CBlockOption::IsBetterThan(const CBlockOption * const pCmp) const in IsBetterThan() function in CBlockOption1171 if(!pJobBest || pJob->IsBetterThan(pJobBest)) { in AddBestTriangles()1204 if(m_sOptBest.IsEmpty() || m_sOpt.IsBetterThan(&m_sOptBest)) in FillFrom()
4484 auto IsBetterThan = [&](Formula &FA, Formula &FB) { in NarrowSearchSpaceByFilterFormulaWithSameScaledReg() local4523 if (IsBetterThan(F, Best)) in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()