Searched refs:x_mpfr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp.c | 306 # define F(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ argument 307 { #x, a, s, twice, 0, { .t = x_wrap }, { .t = x_long }, { .t = x_mpfr } }, 308 # define SVF(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ argument 309 { #x, a, s, twice, 1, { .t##_pred = x_wrap }, { .t = x_long }, { .t = x_mpfr } }, 311 # define F(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \ 313 # define SVF(x, x_wrap, x_long, x_mpfr, a, s, t, twice) \
|