Home
last modified time | relevance | path

Searched refs:tolerance (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/numerics/complex.number/
H A D__sqr.pass.cpp24 const T tolerance = std::is_same<T, float>::value ? 1.e-6 : 1.e-14; in test() local
52 assert(std::abs(actual.real() - test.expected.real()) < tolerance); in test()
53 assert(std::abs(actual.imag() - test.expected.imag()) < tolerance); in test()
/llvm-project-15.0.7/clang/docs/
H A DMisExpect.rst34 exact thresholds. The ``-fdiagnostic-misexpect-tolerance=N`` accepts
36 So passing ``-fdiagnostic-misexpect-tolerance=5`` will not report diagnostic messages
55 .. option:: -fdiagnostic-misexpect-tolerance=N
H A DClangCommandLineReference.rst1676 .. option:: -fdiagnostics-misexpect-tolerance=<value>
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathtest.c109 long long tolerance; member
196 #define TFUNC(arg,ret,name,tolerance) { t_func, arg, ret, (void*)&name, m_none, tolerance, #name } argument
197 #define TFUNCARM(arg,ret,name,tolerance) { t_func, arg, ret, (void*)& ARM_PREFIX(name), m_none, tol… argument
198 #define MFUNC(arg,ret,name,tolerance) { t_macro, arg, ret, NULL, m_##name, tolerance, #name } argument
1245 ulptolerance = t.func->tolerance; in runtest()
/llvm-project-15.0.7/openmp/runtime/doc/doxygen/
H A Dheader.tex48 \tolerance=750
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A D2010-07-15-debugOrdering.ll105 !52 = !DISubprogram(name: "tolerance", linkageName: "_ZNK9ggVector39toleranceEv", line: 100, isLoca…
106 !53 = !DISubprogram(name: "tolerance", linkageName: "_ZN9ggVector39toleranceEv", line: 101, isLocal…
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dmisexpect-branch.ll10 …-use" -pgo-test-profile-file=%t.profdata -pgo-warn-misexpect -misexpect-tolerance=81 -pass-remarks…
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/
H A DPasses.td155 Option<"computeToleranceThreshold", "fusion-compute-tolerance", "double",
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DIPA.rst86 enough that our tolerance for false positives is even lower here. A false
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1477 def fdiagnostics_misexpect_tolerance_EQ : Joined<["-"], "fdiagnostics-misexpect-tolerance=">,