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

Method test_fp_real_to_fp

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

Source from the content-addressed store, hash-verified

3957 assert isinstance(result, FPRef)
3958
3959 def test_fp_real_to_fp(self):
3960 r = Real("r")
3961 result = fpRealToFP(RNE(), r, Float32())
3962 assert isinstance(result, FPRef)
3963
3964 def test_fp_signed_to_fp(self):
3965 bv = BitVec("bv", 32)

Callers

nothing calls this directly

Calls 4

RealFunction · 0.90
fpRealToFPFunction · 0.90
RNEFunction · 0.90
Float32Function · 0.90

Tested by

no test coverage detected