Symbol: testboth
tools/regression/lib/libm/test-next.c
134
testboth(1.0, 2.0, 1.0 + DBL_EPSILON, 0, );
tools/regression/lib/libm/test-next.c
135
testboth(1.0, -INFINITY, 1.0 - DBL_EPSILON/2, 0, );
tools/regression/lib/libm/test-next.c
136
testboth(1.0, 2.0, 1.0 + FLT_EPSILON, 0, f);
tools/regression/lib/libm/test-next.c
137
testboth(1.0, -INFINITY, 1.0 - FLT_EPSILON/2, 0, f);
tools/regression/lib/libm/test-next.c
138
testboth(1.0, 2.0, 1.0 + ldbl_eps, 0, l);
tools/regression/lib/libm/test-next.c
139
testboth(1.0, -INFINITY, 1.0 - ldbl_eps/2, 0, l);
tools/regression/lib/libm/test-next.c
141
testboth(-1.0, 2.0, -1.0 + DBL_EPSILON/2, 0, );
tools/regression/lib/libm/test-next.c
142
testboth(-1.0, -INFINITY, -1.0 - DBL_EPSILON, 0, );
tools/regression/lib/libm/test-next.c
143
testboth(-1.0, 2.0, -1.0 + FLT_EPSILON/2, 0, f);
tools/regression/lib/libm/test-next.c
144
testboth(-1.0, -INFINITY, -1.0 - FLT_EPSILON, 0, f);
tools/regression/lib/libm/test-next.c
145
testboth(-1.0, 2.0, -1.0 + ldbl_eps/2, 0, l);
tools/regression/lib/libm/test-next.c
146
testboth(-1.0, -INFINITY, -1.0 - ldbl_eps, 0, l);
tools/regression/lib/libm/test-next.c
158
testboth(0x1.87654ffffffffp+0, INFINITY, 0x1.87655p+0, 0, );
tools/regression/lib/libm/test-next.c
159
testboth(0x1.87655p+0, -INFINITY, 0x1.87654ffffffffp+0, 0, );
tools/regression/lib/libm/test-next.c
160
testboth(0x1.fffffffffffffp+0, INFINITY, 0x1p1, 0, );
tools/regression/lib/libm/test-next.c
161
testboth(0x1p1, -INFINITY, 0x1.fffffffffffffp+0, 0, );
tools/regression/lib/libm/test-next.c
162
testboth(0x0.fffffffffffffp-1022, INFINITY, 0x1p-1022, 0, );
tools/regression/lib/libm/test-next.c
163
testboth(0x1p-1022, -INFINITY, 0x0.fffffffffffffp-1022, ex_under, );
tools/regression/lib/libm/test-next.c
165
testboth(0x1.fffffep0f, INFINITY, 0x1p1, 0, f);
tools/regression/lib/libm/test-next.c
166
testboth(0x1p1, -INFINITY, 0x1.fffffep0f, 0, f);
tools/regression/lib/libm/test-next.c
167
testboth(0x0.fffffep-126f, INFINITY, 0x1p-126f, 0, f);
tools/regression/lib/libm/test-next.c
168
testboth(0x1p-126f, -INFINITY, 0x0.fffffep-126f, ex_under, f);
tools/regression/lib/libm/test-next.c
171
testboth(0x1.87654ffffffffp+0L, INFINITY, 0x1.87655p+0L, 0, l);
tools/regression/lib/libm/test-next.c
172
testboth(0x1.87655p+0L, -INFINITY, 0x1.87654ffffffffp+0L, 0, l);
tools/regression/lib/libm/test-next.c
173
testboth(0x1.fffffffffffffp+0L, INFINITY, 0x1p1L, 0, l);
tools/regression/lib/libm/test-next.c
174
testboth(0x1p1L, -INFINITY, 0x1.fffffffffffffp+0L, 0, l);
tools/regression/lib/libm/test-next.c
175
testboth(0x0.fffffffffffffp-1022L, INFINITY, 0x1p-1022L, 0, l);
tools/regression/lib/libm/test-next.c
176
testboth(0x1p-1022L, -INFINITY, 0x0.fffffffffffffp-1022L, ex_under, l);
tools/regression/lib/libm/test-next.c
178
testboth(0x1.87654321fffffffep+0L, INFINITY, 0x1.87654322p+0L, 0, l);
tools/regression/lib/libm/test-next.c
179
testboth(0x1.87654322p+0L, -INFINITY, 0x1.87654321fffffffep+0L, 0, l);
tools/regression/lib/libm/test-next.c
180
testboth(0x1.fffffffffffffffep0L, INFINITY, 0x1p1L, 0, l);
tools/regression/lib/libm/test-next.c
181
testboth(0x1p1L, -INFINITY, 0x1.fffffffffffffffep0L, 0, l);
tools/regression/lib/libm/test-next.c
182
testboth(0x0.fffffffffffffffep-16382L, INFINITY, 0x1p-16382L, 0, l);
tools/regression/lib/libm/test-next.c
183
testboth(0x1p-16382L, -INFINITY,
tools/regression/lib/libm/test-next.c
186
testboth(0x1.876543210987ffffffffffffffffp+0L, INFINITY,
tools/regression/lib/libm/test-next.c
188
testboth(0x1.876543210988p+0L, -INFINITY,
tools/regression/lib/libm/test-next.c
190
testboth(0x1.ffffffffffffffffffffffffffffp0L, INFINITY, 0x1p1L, 0, l);
tools/regression/lib/libm/test-next.c
191
testboth(0x1p1L, -INFINITY, 0x1.ffffffffffffffffffffffffffffp0L, 0, l);
tools/regression/lib/libm/test-next.c
192
testboth(0x0.ffffffffffffffffffffffffffffp-16382L, INFINITY,
tools/regression/lib/libm/test-next.c
194
testboth(0x1p-16382L, -INFINITY,
tools/regression/lib/libm/test-next.c
215
testboth(ldbl_max, INFINITY, INFINITY, ex_over, l);
tools/regression/lib/libm/test-next.c
216
testboth(INFINITY, 0.0, ldbl_max, 0, l);
tools/regression/lib/libm/test-next.c
61
testboth((arg1), (arg2), (ans), (ex), ); \
tools/regression/lib/libm/test-next.c
62
testboth((arg1), (arg2), (ans), (ex), f); \
tools/regression/lib/libm/test-next.c
63
testboth((arg1), (arg2), (ans), (ex), l); \