logb
#define logb(x) __tg_simple(x, logb)
double logb(double);
__weak_reference(logb, logbl);
TGMACRO_REAL(logb)
PASS_REAL_ARG_REAL_RET(logb));