blob: d96ff327fcd9a8bb5ec1d5d7ee8c420224a6d1f3 [file] [log] [blame]
Joe Ramsay0d000be2022-12-22 17:50:40 +00001; atanh.tst
2;
Joe Ramsayf0f80b82023-01-06 09:10:57 +00003; Copyright (c) 2009-2023, Arm Limited.
Joe Ramsay0d000be2022-12-22 17:50:40 +00004; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
5
6func=atanh op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
7func=atanh op1=fff80000.00000001 result=7ff80000.00000001 errno=0
8func=atanh op1=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i
9func=atanh op1=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i
10func=atanh op1=7ff00000.00000000 result=7ff80000.00000001 errno=EDOM status=i
11func=atanh op1=fff00000.00000000 result=7ff80000.00000001 errno=EDOM status=i
12func=atanh op1=3ff00000.00000001 result=7ff80000.00000001 errno=EDOM status=i
13func=atanh op1=bff00000.00000001 result=7ff80000.00000001 errno=EDOM status=i
14func=atanh op1=3ff00000.00000000 result=7ff00000.00000000 errno=ERANGE status=z
15func=atanh op1=bff00000.00000000 result=fff00000.00000000 errno=ERANGE status=z
16func=atanh op1=00000000.00000000 result=00000000.00000000 errno=0
17func=atanh op1=80000000.00000000 result=80000000.00000000 errno=0
18; No exception is raised with certain versions of glibc. Functions
19; approximated by x near zero may not generate/implement flops and
20; thus may not raise exceptions.
21func=atanh op1=00000000.00000001 result=00000000.00000001 errno=0 maybestatus=ux
22func=atanh op1=80000000.00000001 result=80000000.00000001 errno=0 maybestatus=ux