Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dfenv.c106 e_to_str(int e) in e_to_str() function
153 printf("expect %s", e_to_str(exception)); in report()
155 printf(" or %s", e_to_str(oexception)); in report()
156 printf(" got %s\n", e_to_str(e)); in report()
210 (void) e_to_str; in main()
Dmath_errhandling.c86 e_to_str(int e) in e_to_str() function
Dmath_errhandling_tests.c1516 … makemathname(tests)[t].name, (double) v, err, strerror(err), e_to_str(except))
1519 makemathname(tests)[t].name, err, strerror(err), e_to_str(except))
1523 makemathname(itests)[t].name, iv, err, strerror(err), e_to_str(except))
1697 … makemathname(tests)[t].name, e_to_str(except), e_to_str(makemathname(tests)[t].except)); in makemathname()
1708 …intf("\texceptions not supported. %s returns %s\n", makemathname(tests)[t].name, e_to_str(except)); in makemathname()
1757 … makemathname(itests)[t].name, e_to_str(except), e_to_str(makemathname(itests)[t].except)); in makemathname()
1763 …printf("\texceptions not supported. %s returns %s\n", makemathname(itests)[t].name, e_to_str(excep… in makemathname()