Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ ebits
Method
ebits
lean_py/z3/core.py:3155–3156 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3153
return
FPSortRef(0, 0)
3154
3155
def
ebits(self) -> int:
3156
return
self.sort().ebits()
3157
3158
def
sbits(self) -> int:
3159
return
self.sort().sbits()
Callers
15
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
8
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_sort_method
Method · 0.36
test_fp_ebits_sbits
Method · 0.36
test_fp_sort
Method · 0.36