round
#define round(x) __tg_simple(x, round)
#define round %rdi
round(double x)
#define round(a, b) (((a) + (b) - 1) / (b) * (b))