(a: BitVecRef, sort: FPSortRef, ctx: Context | None = None)
| 3484 | |
| 3485 | |
| 3486 | def fpBVToFP(a: BitVecRef, sort: FPSortRef, ctx: Context | None = None) -> FPRef: |
| 3487 | return FPRef(AppNode(_AstVar("fpBVToFP"), (a._ast,)), sort, a._vars) |
| 3488 | |
| 3489 | |
| 3490 | def fpFPToFP(rm: FPRMRef, a: FPRef, sort: FPSortRef, ctx: Context | None = None) -> FPRef: |