(n27 x) → *
Function: n27$inline
(defun n27$inline (x) (declare (xargs :guard (integerp x))) (mbe :logic (loghead 27 x) :exec (logand 134217727 x)))