int f(int a) { int c = c < 0 ? c : -c; c = -c; unsigned b = c; unsigned t = b*a; return t*t; }