scalbn
#undef scalbn
#define scalbn(x, i) __tgmath_scalbn(x, i)
scalbn(double x, int n) {
scalbn(double d, int n)