• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; Directed test cases for log2
2;
3; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4; See https://llvm.org/LICENSE.txt for license information.
5; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
7func=log2 op1=7ff80000.00000001 result=7ff80000.00000001 errno=0
8func=log2 op1=fff80000.00000001 result=7ff80000.00000001 errno=0
9func=log2 op1=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i
10func=log2 op1=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i
11func=log2 op1=7ff00000.00000000 result=7ff00000.00000000 errno=0
12func=log2 op1=fff00000.00000000 result=7ff80000.00000001 errno=EDOM status=i
13func=log2 op1=7fefffff.ffffffff result=408fffff.ffffffff.ffa errno=0
14func=log2 op1=ffefffff.ffffffff result=7ff80000.00000001 errno=EDOM status=i
15func=log2 op1=3ff00000.00000000 result=00000000.00000000 errno=0
16func=log2 op1=bff00000.00000000 result=7ff80000.00000001 errno=EDOM status=i
17func=log2 op1=00000000.00000000 result=fff00000.00000000 errno=ERANGE status=z
18func=log2 op1=80000000.00000000 result=fff00000.00000000 errno=ERANGE status=z
19func=log2 op1=00000000.00000001 result=c090c800.00000000 errno=0
20func=log2 op1=80000000.00000001 result=7ff80000.00000001 errno=EDOM status=i
21func=log2 op1=40000000.00000000 result=3ff00000.00000000 errno=0
22func=log2 op1=3fe00000.00000000 result=bff00000.00000000 errno=0
23