(n18 x) → *
Function: n18$inline
(defun n18$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 18 x) :exec (logand 262143 x)))