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

Method test_fp_unsigned_to_fp

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

Source from the content-addressed store, hash-verified

3967 assert isinstance(result, FPRef)
3968
3969 def test_fp_unsigned_to_fp(self):
3970 bv = BitVec("bv", 32)
3971 result = fpUnsignedToFP(RNE(), bv, Float32())
3972 assert isinstance(result, FPRef)
3973
3974 def test_fp_operator_overloads(self):
3975 x, y = FPs("x y", Float32())

Callers

nothing calls this directly

Calls 4

BitVecFunction · 0.90
fpUnsignedToFPFunction · 0.90
RNEFunction · 0.90
Float32Function · 0.90

Tested by

no test coverage detected