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

Method test_fp_fma

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

Source from the content-addressed store, hash-verified

3894 assert isinstance(result, FPRef)
3895
3896 def test_fp_fma(self):
3897 x, y, z = FPs("x y z", Float32())
3898 result = fpFMA(RNE(), x, y, z)
3899 assert isinstance(result, FPRef)
3900
3901 def test_fp_rem(self):
3902 x, y = FPs("x y", Float32())

Callers

nothing calls this directly

Calls 4

FPsFunction · 0.90
Float32Function · 0.90
fpFMAFunction · 0.90
RNEFunction · 0.90

Tested by

no test coverage detected