Symbol: testboth
lib/msun/tests/next_test.c
147
testboth(1.0, 2.0, 1.0 + DBL_EPSILON, 0, );
lib/msun/tests/next_test.c
148
testboth(1.0, -INFINITY, 1.0 - DBL_EPSILON / 2, 0, );
lib/msun/tests/next_test.c
149
testboth(1.0, 2.0, 1.0 + FLT_EPSILON, 0, f);
lib/msun/tests/next_test.c
150
testboth(1.0, -INFINITY, 1.0 - FLT_EPSILON / 2, 0, f);
lib/msun/tests/next_test.c
151
testboth(1.0, 2.0, 1.0 + ldbl_eps, 0, l);
lib/msun/tests/next_test.c
152
testboth(1.0, -INFINITY, 1.0 - ldbl_eps / 2, 0, l);
lib/msun/tests/next_test.c
154
testboth(-1.0, 2.0, -1.0 + DBL_EPSILON / 2, 0, );
lib/msun/tests/next_test.c
155
testboth(-1.0, -INFINITY, -1.0 - DBL_EPSILON, 0, );
lib/msun/tests/next_test.c
156
testboth(-1.0, 2.0, -1.0 + FLT_EPSILON / 2, 0, f);
lib/msun/tests/next_test.c
157
testboth(-1.0, -INFINITY, -1.0 - FLT_EPSILON, 0, f);
lib/msun/tests/next_test.c
158
testboth(-1.0, 2.0, -1.0 + ldbl_eps / 2, 0, l);
lib/msun/tests/next_test.c
159
testboth(-1.0, -INFINITY, -1.0 - ldbl_eps, 0, l);
lib/msun/tests/next_test.c
176
testboth(0x1.87654ffffffffp+0, INFINITY, 0x1.87655p+0, 0, );
lib/msun/tests/next_test.c
177
testboth(0x1.87655p+0, -INFINITY, 0x1.87654ffffffffp+0, 0, );
lib/msun/tests/next_test.c
178
testboth(0x1.fffffffffffffp+0, INFINITY, 0x1p1, 0, );
lib/msun/tests/next_test.c
179
testboth(0x1p1, -INFINITY, 0x1.fffffffffffffp+0, 0, );
lib/msun/tests/next_test.c
180
testboth(0x0.fffffffffffffp-1022, INFINITY, 0x1p-1022, 0, );
lib/msun/tests/next_test.c
181
testboth(0x1p-1022, -INFINITY, 0x0.fffffffffffffp-1022, ex_under, );
lib/msun/tests/next_test.c
183
testboth(0x1.fffffep0f, INFINITY, 0x1p1, 0, f);
lib/msun/tests/next_test.c
184
testboth(0x1p1, -INFINITY, 0x1.fffffep0f, 0, f);
lib/msun/tests/next_test.c
185
testboth(0x0.fffffep-126f, INFINITY, 0x1p-126f, 0, f);
lib/msun/tests/next_test.c
186
testboth(0x1p-126f, -INFINITY, 0x0.fffffep-126f, ex_under, f);
lib/msun/tests/next_test.c
189
testboth(0x1.87654ffffffffp+0L, INFINITY, 0x1.87655p+0L, 0, l);
lib/msun/tests/next_test.c
190
testboth(0x1.87655p+0L, -INFINITY, 0x1.87654ffffffffp+0L, 0, l);
lib/msun/tests/next_test.c
191
testboth(0x1.fffffffffffffp+0L, INFINITY, 0x1p1L, 0, l);
lib/msun/tests/next_test.c
192
testboth(0x1p1L, -INFINITY, 0x1.fffffffffffffp+0L, 0, l);
lib/msun/tests/next_test.c
193
testboth(0x0.fffffffffffffp-1022L, INFINITY, 0x1p-1022L, 0, l);
lib/msun/tests/next_test.c
194
testboth(0x1p-1022L, -INFINITY, 0x0.fffffffffffffp-1022L, ex_under, l);
lib/msun/tests/next_test.c
196
testboth(0x1.87654321fffffffep+0L, INFINITY, 0x1.87654322p+0L, 0, l);
lib/msun/tests/next_test.c
197
testboth(0x1.87654322p+0L, -INFINITY, 0x1.87654321fffffffep+0L, 0, l);
lib/msun/tests/next_test.c
198
testboth(0x1.fffffffffffffffep0L, INFINITY, 0x1p1L, 0, l);
lib/msun/tests/next_test.c
199
testboth(0x1p1L, -INFINITY, 0x1.fffffffffffffffep0L, 0, l);
lib/msun/tests/next_test.c
200
testboth(0x0.fffffffffffffffep-16382L, INFINITY, 0x1p-16382L, 0, l);
lib/msun/tests/next_test.c
201
testboth(0x1p-16382L, -INFINITY,
lib/msun/tests/next_test.c
204
testboth(0x1.876543210987ffffffffffffffffp+0L, INFINITY,
lib/msun/tests/next_test.c
206
testboth(0x1.876543210988p+0L, -INFINITY,
lib/msun/tests/next_test.c
208
testboth(0x1.ffffffffffffffffffffffffffffp0L, INFINITY, 0x1p1L, 0, l);
lib/msun/tests/next_test.c
209
testboth(0x1p1L, -INFINITY, 0x1.ffffffffffffffffffffffffffffp0L, 0, l);
lib/msun/tests/next_test.c
210
testboth(0x0.ffffffffffffffffffffffffffffp-16382L, INFINITY,
lib/msun/tests/next_test.c
212
testboth(0x1p-16382L, -INFINITY,
lib/msun/tests/next_test.c
246
testboth(ldbl_max, INFINITY, INFINITY, ex_over, l);
lib/msun/tests/next_test.c
247
testboth(INFINITY, 0.0, ldbl_max, 0, l);
lib/msun/tests/next_test.c
64
testboth((arg1), (arg2), (ans), (ex), ); \
lib/msun/tests/next_test.c
65
testboth((arg1), (arg2), (ans), (ex), f); \
lib/msun/tests/next_test.c
66
testboth((arg1), (arg2), (ans), (ex), l); \