%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -*- Mode: Latex -*- %%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo %% %% The contents of this file are covered under the licence agreement in the %% file "LICENCE" distributed with Cforall. %% %% operidents.tex -- %% %% Author : Peter A. Buhr %% Created On : Sun Aug 6 09:27:03 2017 %% Last Modified By : Peter A. Buhr %% Last Modified On : Sun Aug 6 10:20:53 2017 %% Update Count : 25 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{tabular}{@{}l@{\hspace{\parindentlnth}}l@{\hspace{\parindentlnth}}l@{}} \begin{tabular}{@{}ll@{}} ©?[?]© & subscripting \impl{?[?]} \\ ©?()© & function call \impl{?()} \\ ©?++© & postfix increment \impl{?++} \\ ©?--© & postfix decrement \impl{?--} \\ ©++?© & prefix increment \impl{++?} \\ ©--?© & prefix decrement \impl{--?} \\ ©*?© & dereference \impl{*?} \\ ©+?© & unary plus \impl{+?} \\ ©-?© & arithmetic negation \impl{-?} \\ ©~?© & bitwise negation \impl{~?} \\ ©!?© & logical complement \impl{"!?} \\ ©?\?© & exponentiation \impl{?\?} \\ ©?*?© & multiplication \impl{?*?} \\ ©?/?© & division \impl{?/?} \\ ©?%?© & remainder \impl{?%?} \\ \end{tabular} & \begin{tabular}{@{}ll@{}} ©?+?© & addition \impl{?+?} \\ ©?-?© & subtraction \impl{?-?} \\ ©?<>?© & right shift \impl{?>>?} \\ ©?=?© & greater than or equal \impl{?>=?} \\ ©?>?© & greater than \impl{?>?} \\ ©?==?© & equality \impl{?==?} \\ ©?!=?© & inequality \impl{?"!=?} \\ ©?&?© & bitwise AND \impl{?&?} \\ ©?^?© & exclusive OR \impl{?^?} \\ ©?|?© & inclusive OR \impl{?"|?} \\ \\ \\ \end{tabular} & \begin{tabular}{@{}ll@{}} ©?=?© & simple assignment \impl{?=?} \\ ©?\=?© & exponentiation assignment \impl{?\=?} \\ ©?*=?© & multiplication assignment \impl{?*=?} \\ ©?/=?© & division assignment \impl{?/=?} \\ ©?%=?© & remainder assignment \impl{?%=?} \\ ©?+=?© & addition assignment \impl{?+=?} \\ ©?-=?© & subtraction assignment \impl{?-=?} \\ ©?<<=?© & left-shift assignment \impl{?<<=?} \\ ©?>>=?© & right-shift assignment \impl{?>>=?} \\ ©?&=?© & bitwise AND assignment \impl{?&=?} \\ ©?^=?© & exclusive OR assignment \impl{?^=?} \\ ©?|=?© & inclusive OR assignment \impl{?"|=?} \\ \\ \\ \\ \end{tabular} \end{tabular} % Local Variables: % % tab-width: 4 % % fill-column: 100 % % compile-command: "make" % % End: %