• Home
Name Date Size #Lines LOC

..--

template/22-Oct-2025-739637

MakefileD22-Oct-2025536 2918

READMED22-Oct-2025361 117

functions.hD22-Oct-20254.1 KiB215204

gen.cD22-Oct-20256.9 KiB341284

gen.hD22-Oct-20251 KiB6554

gensanity.shD22-Oct-20252.5 KiB6256

gentests.shD22-Oct-2025476 2620

mp.cD22-Oct-202524.1 KiB963850

mplibm.cD22-Oct-202512.3 KiB454415

next.cD22-Oct-2025613 3027

prev.cD22-Oct-2025616 3027

rnd.cD22-Oct-20254.8 KiB287242

toa.cD22-Oct-2025501 2623

toe.cD22-Oct-2025510 2623

tof.cD22-Oct-2025510 2623

tog.cD22-Oct-2025510 2623

tox.cD22-Oct-2025735 2926

util.cD22-Oct-20252.7 KiB176152

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