Home
last modified time | relevance | path

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

/dragonfly/tools/regression/lib/libm/
H A Dtest-next.c48 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
53 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
58 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
70 static void _testl(const char *, int, long double, long double, int);
231 _testl(const char *exp, int line, long double actual, long double expected, in _testl() function