about summary refs log tree commit diff
path: root/benchtests/hypot-inputs
blob: e987e5dd1b7aade3c2961650b0bc0ea32a8c79e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## includes: math.h
## args: double:double
## ret: double

## name: overflow
0x3.ffffffffffffcp-1024, 0x8p-152
## name: higher_two500
0x1.000002027941dp+500,  0x1.0000000000001p+500
## name: subnormal
0x0.fffffffffffffp-1022, 0x0.fffffffffffffp-1022
## name: less_two500
0x1.fffffffffffffp-501,  0x1.fffffffffffffp-501

## name: default
3.0                   , 4.0
5.0                   , 4.0