From what I see left shift is used only on 16 bit int and 32 bit int. This is a fast multiply (*2^n). Left shift cannot be used on float for multiply.
↧