summaryrefslogtreecommitdiff
path: root/benchtests/truncf-inputs
diff options
context:
space:
mode:
Diffstat (limited to 'benchtests/truncf-inputs')
-rw-r--r--benchtests/truncf-inputs21
1 files changed, 21 insertions, 0 deletions
diff --git a/benchtests/truncf-inputs b/benchtests/truncf-inputs
new file mode 100644
index 0000000000..c37c5dacba
--- /dev/null
+++ b/benchtests/truncf-inputs
@@ -0,0 +1,21 @@
+## args: float
+## ret: float
+## includes: math.h
+0.0f
+-0.0f
+0.001f
+-0.001f
+0.5f
+-0.5f
+0.999f
+-0.999f
+1.0f
+-1.0f
+1.001f
+-1.001f
+123.5f
+-123.5f
+12345.1f
+-1000000.5f
+1e15f
+-1e30f