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

Method test_fpbv_to_fp

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

Source from the content-addressed store, hash-verified

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())

Callers

nothing calls this directly

Calls 3

BitVecFunction · 0.90
fpBVToFPFunction · 0.90
Float32Function · 0.90

Tested by

no test coverage detected