(self)
| 3947 | assert isinstance(result, FPRef) |
| 3948 | |
| 3949 | def test_fpbv_to_fp(self): |
| 3950 | bv = BitVec("bv", 32) |
| 3951 | result = fpBVToFP(bv, Float32()) |
| 3952 | assert isinstance(result, FPRef) |
| 3953 | |
| 3954 | def test_fp_fp_to_fp(self): |
| 3955 | x = FP("x", Float32()) |