glibc/benchtests/roundevenf-inputs
Shen-Ta Hsieh 642d5abaf1 Add benchtests for roundeven and roundevenf.
This patch adds benchtests for the roundeven and roundevenf functions.
The inputs are copied from trunc-inputs.
2020-03-27 23:24:02 +00:00

22 lines
176 B
Plaintext

## 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