Lines Matching refs:excepts
25 int excepts[] = {FE_DIVBYZERO, FE_INVALID, FE_INEXACT, FE_OVERFLOW, in TEST() local
31 for (int e : excepts) { in TEST()
43 for (int e1 : excepts) { in TEST()
44 for (int e2 : excepts) { in TEST()
58 for (int e1 : excepts) { in TEST()
59 for (int e2 : excepts) { in TEST()
60 for (int e3 : excepts) { in TEST()
75 for (int e1 : excepts) { in TEST()
76 for (int e2 : excepts) { in TEST()
77 for (int e3 : excepts) { in TEST()
78 for (int e4 : excepts) { in TEST()
94 for (int e1 : excepts) { in TEST()
95 for (int e2 : excepts) { in TEST()
96 for (int e3 : excepts) { in TEST()
97 for (int e4 : excepts) { in TEST()
98 for (int e5 : excepts) { in TEST()