MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_fp_to_fp

Method test_fp_to_fp

tests/test_z3_ported.py:3944–3947  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 5

FPFunction · 0.90
Float32Function · 0.90
fpToFPFunction · 0.90
RNEFunction · 0.90
Float64Function · 0.90

Tested by

no test coverage detected