Constructor of Java
(floatx-value x) → value
Function:
(defun floatx-value (x) (declare (xargs :guard (floatx-value-abs-p x))) (let ((__function__ 'floatx-value)) (declare (ignorable __function__)) (list :floatx (floatx-value-abs-fix x))))
Theorem:
(defthm floatx-valuep-of-floatx-value (implies (floatx-param) (b* ((value (floatx-value x))) (floatx-valuep value))) :rule-classes :rewrite)