Bitwise left shift (like C, i << s).
function intBitLShift input Integer i; input Integer s; output Integer o; end intBitLShift;