Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ sbits
Method
sbits
lean_py/z3/core.py:3158–3159 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3156
return
self.sort().ebits()
3157
3158
def
sbits(self) -> int:
3159
return
self.sort().sbits()
3160
3161
def
__add__(self, other: Any) -> FPRef:
3162
return
fpAdd(RNE(), self, other)
Callers
14
FPVal
Function · 0.45
fpNaN
Function · 0.45
fpPlusInfinity
Function · 0.45
fpMinusInfinity
Function · 0.45
fpPlusZero
Function · 0.45
fpMinusZero
Function · 0.45
fpToIEEEBV
Function · 0.45
test_fp_sort
Method · 0.45
test_float16
Method · 0.45
test_float32
Method · 0.45
test_float64
Method · 0.45
test_float128
Method · 0.45
Calls
1
sort
Method · 0.95
Tested by
7
test_fp_sort
Method · 0.36
test_float16
Method · 0.36
test_float32
Method · 0.36
test_float64
Method · 0.36
test_float128
Method · 0.36
test_fp_ebits_sbits
Method · 0.36
test_fp_sort
Method · 0.36