Searched defs:tolerance (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/test/libcxx/numerics/complex.number/ |
H A D | __sqr.pass.cpp | 24 const T tolerance = std::is_same<T, float>::value ? 1.e-6 : 1.e-14; in test() local
|
/llvm-project/libc/test/src/stdfix/ |
H A D | ISqrtTest.h | 31 double tolerance) { in testSpecificInput()
|
/llvm-project/libc/AOR_v20.02/math/test/ |
H A D | mathtest.c | 109 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
|