Lines Matching refs:excepts
33 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST() local
38 for (int e : excepts) { in TEST()
44 for (int e1 : excepts) { in TEST()
45 for (int e2 : excepts) { in TEST()
52 for (int e1 : excepts) { in TEST()
53 for (int e2 : excepts) { in TEST()
54 for (int e3 : excepts) { in TEST()
62 for (int e1 : excepts) { in TEST()
63 for (int e2 : excepts) { in TEST()
64 for (int e3 : excepts) { in TEST()
65 for (int e4 : excepts) { in TEST()
74 for (int e1 : excepts) { in TEST()
75 for (int e2 : excepts) { in TEST()
76 for (int e3 : excepts) { in TEST()
77 for (int e4 : excepts) { in TEST()
78 for (int e5 : excepts) { in TEST()