(i03 x) → *
Function: i03$inline
(defun i03$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (logext 3 x) :exec (fast-logext 3 x)))