mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
642d5abaf1
This patch adds benchtests for the roundeven and roundevenf functions. The inputs are copied from trunc-inputs.
22 lines
176 B
Plaintext
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
|