Searched refs:test2_tol (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/msun/tests/ |
H A D | invtrig_test.c | 82 #define test2_tol(func, y, x, result, tol, excepts) do { \ macro 90 test2_tol(func, (y), (x), (result), 0, (excepts)) 93 test2_tol(prefix, (double)(y), (double)(x), (double)(result), \ 95 test2_tol(prefix##f, (float)(y), (float)(x), (float)(result), \ 104 test2_tol(prefix##l, (y), (x), (result), \
|