mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
6cf1911122
Add a benchtest to ilogb, ilogbf and ilogbf128 based on the logb* benchtests.
12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
## args: float
|
|
## ret: int
|
|
## includes: math.h
|
|
|
|
## name: subnormal
|
|
0x1p-149
|
|
0x1.fffff8p-128
|
|
|
|
## name: normal
|
|
1.0
|
|
1024.0
|