Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dfenv.c147 report(char *expr, test_t v, int e, int exception, int oexception) in report() argument
154 if (oexception) in report()
155 printf(" or %s", e_to_str(oexception)); in report()
158 (oexception && e == (oexception))) in report()
166 #define TEST_CASE2(expr, exception, oexception) do { \ argument
172 result += report(s(expr), v, e, exception, oexception); \