Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dnext_test.c47 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
52 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
57 _testl(#exp, __LINE__, (exp), __ans, (ex)); \
69 static void _testl(const char *, int, long double, long double, int);
242 _testl(const char *exp, int line, long double actual, long double expected, in _testl() function