(self)
| 3942 | assert isinstance(result, BitVecRef) |
| 3943 | |
| 3944 | def test_fp_to_fp(self): |
| 3945 | x = FP("x", Float32()) |
| 3946 | result = fpToFP(RNE(), x, Float64()) |
| 3947 | assert isinstance(result, FPRef) |
| 3948 | |
| 3949 | def test_fpbv_to_fp(self): |
| 3950 | bv = BitVec("bv", 32) |