Home
last modified time | relevance | path

Searched refs:Tolerance (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp164 auto Tolerance = getMisExpectTolerance(I.getContext()); in verifyMisExpect() local
165 Tolerance = std::clamp(Tolerance, 0u, 99u); in verifyMisExpect()
169 if (Tolerance > 0) in verifyMisExpect()
170 ScaledThreshold *= (1.0 - Tolerance / 100.0); in verifyMisExpect()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp153 std::optional<uint32_t> Tolerance) { in setDiagnosticsMisExpectTolerance() argument
154 pImpl->DiagnosticsMisExpectTolerance = Tolerance; in setDiagnosticsMisExpectTolerance()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h221 setDiagnosticsMisExpectTolerance(std::optional<uint32_t> Tolerance);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp123 double Tolerance) const { in approximatelyEquals()
126 if (std::abs((*this)[Itr] - RHS[Itr]) > Tolerance) in approximatelyEquals()
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dads7846.txt53 ti,debounce-tol Tolerance used for filtering (u16).
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIR2Vec.h125 double Tolerance = 1e-4) const;