mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
0cccd37f70
* benchtests/Makefile (bench-math): Add logb. * benchtests/logb-inputs: New file. * benchtests/logbf-inputs: New file. Reviewed-by: Gabriel F. T. Gomes <gabrielftg@linux.ibm.com>
12 lines
147 B
Plaintext
12 lines
147 B
Plaintext
## args: double
|
|
## ret: double
|
|
## includes: math.h
|
|
|
|
## name: subnormal
|
|
0x0.0000000000001p-1022
|
|
0x0.fffffffffffffp-1022
|
|
|
|
## name: normal
|
|
1.0
|
|
1024.0
|