static short clipShort(int i) { ret (short) max(-32768, min(32767, i)); } static short clipShort(double d) { ret (short) iround(max(-32768, min(32767, d)); }