Lines Matching full:infinity
124 testall(INFINITY, 1.0, -1.0, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
125 testall(-1.0, INFINITY, 0.0, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
126 testall(0.0, 0.0, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
127 testall(1.0, 1.0, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
128 testall(1.0, 1.0, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
130 testall(INFINITY, -INFINITY, 1.0, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
131 testall(INFINITY, INFINITY, 1.0, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
132 testall(-INFINITY, -INFINITY, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
134 testall(0.0, INFINITY, 1.0, NAN, ALL_STD_EXCEPT, FE_INVALID); in test_infinities()
135 testall(INFINITY, 0.0, -0.0, NAN, ALL_STD_EXCEPT, FE_INVALID); in test_infinities()
138 testall(INFINITY, 0.0, NAN, NAN, ALL_STD_EXCEPT & ~FE_INVALID, 0); in test_infinities()
140 testall(INFINITY, INFINITY, -INFINITY, NAN, in test_infinities()
142 testall(-INFINITY, INFINITY, INFINITY, NAN, in test_infinities()
144 testall(INFINITY, -1.0, INFINITY, NAN, in test_infinities()
147 test(fmaf, FLT_MAX, FLT_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
148 test(fma, DBL_MAX, DBL_MAX, -INFINITY, -INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
149 test(fmal, LDBL_MAX, LDBL_MAX, -INFINITY, -INFINITY, in test_infinities()
151 test(fmaf, FLT_MAX, -FLT_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
152 test(fma, DBL_MAX, -DBL_MAX, INFINITY, INFINITY, ALL_STD_EXCEPT, 0); in test_infinities()
153 test(fmal, LDBL_MAX, -LDBL_MAX, INFINITY, INFINITY, in test_infinities()