(self)
| 3952 | assert isinstance(result, FPRef) |
| 3953 | |
| 3954 | def test_fp_fp_to_fp(self): |
| 3955 | x = FP("x", Float32()) |
| 3956 | result = fpFPToFP(RNE(), x, Float64()) |
| 3957 | assert isinstance(result, FPRef) |
| 3958 | |
| 3959 | def test_fp_real_to_fp(self): |
| 3960 | r = Real("r") |