blob: 4fcc977ad16fe09dcf10c7dff38f29417b87aff4 [file] [log] [blame]
int f(int a)
{
int c = c < 0 ? c : -c;
c = -c;
unsigned b = c;
unsigned t = b*a;
return t*t;
}