mk Fp128
fun mkFp128(significand: KBitVecValue<*>, unbiasedExponent: KBitVecValue<*>, signBit: Boolean): KFp128Value
Create FP128 from the IEEE binary representation. Note: unbiasedExponent here is unbiased, i.e. signed.
Create FP128 from the IEEE binary representation. Note: unbiasedExponent here is unbiased, i.e. signed.