• Home
Name
Date
Size
#Lines
LOC

..--

template/12-May-2024-739637

MakefileD12-May-2024536 2918

READMED12-May-2024361 117

functions.hD12-May-20244.1 KiB215204

gen.cD12-May-20246.9 KiB341284

gen.hD12-May-20241 KiB6554

gensanity.shD12-May-20242.5 KiB6256

gentests.shD12-May-2024476 2620

mp.cD12-May-202424.1 KiB963850

mplibm.cD12-May-202412.3 KiB454415

next.cD12-May-2024613 3027

prev.cD12-May-2024616 3027

rnd.cD12-May-20244.8 KiB287242

toa.cD12-May-2024501 2623

toe.cD12-May-2024510 2623

tof.cD12-May-2024510 2623

tog.cD12-May-2024510 2623

tox.cD12-May-2024735 2926

util.cD12-May-20242.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