bump slop for twiceprecision division (#59140)
division (unlike the other intrinsics) can have table-maker dilema
problems since the true result has infinite bits. Bumping the slop for
it by 1 reduces failures from 80 in 10^10 to <1 in 10^11.
I think accepting an extra bit of inaccuracy is reasonable here (the
alternative would be to make the division do an extra loop and do some
extra extended precision, which seems unlikely to be worth it.
fixes https://github.com/JuliaLang/julia/issues/23497
Co-authored-by: oscarddssmith <oscar.smith@juliacomputing.com>
(cherry picked from commit 884c5e3fff1f18c28364780a82edee2cb58e25c5)