round
#define round(a) __TG_FN1(round, (a))
round(double x)
#define round(a, b) (((a) + (b) - 1) / (b) * (b))
round(struct fpemu *fe, struct fpn *fp, int *cx)
round(struct fpemu *fe, struct fpn *fp)