Home
last modified time | relevance | path

Searched defs:tolerance (Results 1 – 3 of 3) sorted by relevance

/llvm-project/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
/llvm-project/libc/test/src/stdfix/
H A DISqrtTest.h31 double tolerance) { in testSpecificInput()
/llvm-project/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