diff options
Diffstat (limited to 'pl/math/test/testcases/directed/coshf.tst')
-rw-r--r-- | pl/math/test/testcases/directed/coshf.tst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pl/math/test/testcases/directed/coshf.tst b/pl/math/test/testcases/directed/coshf.tst deleted file mode 100644 index 2b967e78f4b4..000000000000 --- a/pl/math/test/testcases/directed/coshf.tst +++ /dev/null @@ -1,15 +0,0 @@ -; coshf.tst -; -; Copyright (c) 2007-2023, Arm Limited. -; SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception - -func=coshf op1=7fc00001 result=7fc00001 errno=0 -func=coshf op1=ffc00001 result=7fc00001 errno=0 -func=coshf op1=7f800001 result=7fc00001 errno=0 status=i -func=coshf op1=ff800001 result=7fc00001 errno=0 status=i -func=coshf op1=7f800000 result=7f800000 errno=0 -func=coshf op1=7f7fffff result=7f800000 errno=ERANGE status=ox -func=coshf op1=ff800000 result=7f800000 errno=0 -func=coshf op1=ff7fffff result=7f800000 errno=ERANGE status=ox -func=coshf op1=00000000 result=3f800000 errno=0 -func=coshf op1=80000000 result=3f800000 errno=0 |