include/tgmath.h
122
#define atan2(x, y) __tg_simple2(x, y, atan2)
include/tgmath.h
125
#define copysign(x, y) __tg_simple2(x, y, copysign)
include/tgmath.h
130
#define fdim(x, y) __tg_simple2(x, y, fdim)
include/tgmath.h
133
#define fmax(x, y) __tg_simple2(x, y, fmax)
include/tgmath.h
134
#define fmin(x, y) __tg_simple2(x, y, fmin)
include/tgmath.h
135
#define fmod(x, y) __tg_simple2(x, y, fmod)
include/tgmath.h
137
#define hypot(x, y) __tg_simple2(x, y, hypot)
include/tgmath.h
150
#define nextafter(x, y) __tg_simple2(x, y, nextafter)
include/tgmath.h
152
#define remainder(x, y) __tg_simple2(x, y, remainder)