add workload traces for missing functions (double format)
authorPaul Zimmermann <Paul.Zimmermann@inria.fr>
Fri, 19 Mar 2021 09:09:20 +0000 (10:09 +0100)
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>
Mon, 29 Mar 2021 14:23:19 +0000 (16:23 +0200)
commit934d88d862627a0ded8955985b43f5f12aa38046
tree01648e4e2e88462d81e4745afa87e7bcda9a095d
parentf8466cc504d25ebf44734aad1efb603d55d16f08
add workload traces for missing functions (double format)

This patch adds workload traces for all double format functions where such
files are missing.  For each function, a set of 1000 random values is
generated at random using SageMath, such that the output values are
meaningful (for example avoiding too large inputs for exp10 where the
output would be +Inf).  More details about the generated values are
given at the beginning of each file.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
15 files changed:
benchtests/Makefile
benchtests/atan2-inputs [new file with mode: 0644]
benchtests/cbrt-inputs [new file with mode: 0644]
benchtests/erf-inputs [new file with mode: 0644]
benchtests/erfc-inputs [new file with mode: 0644]
benchtests/exp10-inputs [new file with mode: 0644]
benchtests/expm1-inputs [new file with mode: 0644]
benchtests/j0-inputs [new file with mode: 0644]
benchtests/j1-inputs [new file with mode: 0644]
benchtests/lgamma-inputs [new file with mode: 0644]
benchtests/log10-inputs [new file with mode: 0644]
benchtests/log1p-inputs [new file with mode: 0644]
benchtests/tgamma-inputs [new file with mode: 0644]
benchtests/y0-inputs [new file with mode: 0644]
benchtests/y1-inputs [new file with mode: 0644]