Name Date Size

..25-Oct-20244 KiB

functions.hH A D25-Oct-20244.1 KiB

gen.cH A D25-Oct-20246.9 KiB

gen.hH A D25-Oct-20241 KiB

gensanity.shH A D25-Oct-20242.5 KiB

gentests.shH A D25-Oct-2024476

MakefileH A D25-Oct-2024536

mp.cH A D25-Oct-202424.1 KiB

mplibm.cH A D25-Oct-202412.3 KiB

next.cH A D25-Oct-2024613

prev.cH A D25-Oct-2024616

READMEH A D25-Oct-2024361

rnd.cH A D25-Oct-20244.8 KiB

template/H25-Oct-20244 KiB

toa.cH A D25-Oct-2024501

toe.cH A D25-Oct-2024510

tof.cH A D25-Oct-2024510

tog.cH A D25-Oct-2024510

tox.cH A D25-Oct-2024735

util.cH A D25-Oct-20242.7 KiB

README

1tools for generating testcases and checking ulp error of math functions
2(needs cleanup)
3
4gen: math functions implemented with mpfr
5mgen: math functions from libm
6check: compare input to libm and report errors
7
8check asinh in the [0.125,0.5] domain over 100k points and report >1.5ulp errors:
9
10./rnd -a 0x1p-3 -b 0x1p-1 -n 100000 |./gen asinh |./check asinh 1.5
11