mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
6cf1911122
Add a benchtest to ilogb, ilogbf and ilogbf128 based on the logb* benchtests.
12 lines
144 B
Plaintext
12 lines
144 B
Plaintext
## args: double
|
|
## ret: int
|
|
## includes: math.h
|
|
|
|
## name: subnormal
|
|
0x0.0000000000001p-1022
|
|
0x0.fffffffffffffp-1022
|
|
|
|
## name: normal
|
|
1.0
|
|
1024.0
|