Searched refs:fpequal_tol (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-utils.h56 * (cfpequal_cs, fpequal_tol, cfpequal_tol) Whether to check the sign of
60 * (fpequal_tol, cfpequal_tol) If set, treats the tolerance as an absolute
122 fpequal_tol(long double x, long double y, long double tol, unsigned int flags) function
170 return (fpequal_tol(creal(x), creal(y), tol, flags)
171 && fpequal_tol(cimag(x), cimag(y), tol, flags));
H A Dtest-logarithm.c78 assert(fpequal_tol((func)(_d), (result), (tol), CS_BOTH)); \
H A Dtest-invtrig.c60 assert(fpequal_tol(func(_in), _out, (tol), CS_BOTH)); \
80 assert(fpequal_tol(func(_iny, _inx), _out, (tol), CS_BOTH)); \

Completed in 61 milliseconds