include/tgmath.h
163
#define atan2(x, y) __tg_simple2(x, y, atan2)
include/tgmath.h
166
#define copysign(x, y) __tg_simple2(x, y, copysign)
include/tgmath.h
171
#define fdim(x, y) __tg_simple2(x, y, fdim)
include/tgmath.h
174
#define fmax(x, y) __tg_simple2(x, y, fmax)
include/tgmath.h
175
#define fmin(x, y) __tg_simple2(x, y, fmin)
include/tgmath.h
176
#define fmod(x, y) __tg_simple2(x, y, fmod)
include/tgmath.h
178
#define hypot(x, y) __tg_simple2(x, y, hypot)
include/tgmath.h
191
#define nextafter(x, y) __tg_simple2(x, y, nextafter)
include/tgmath.h
193
#define remainder(x, y) __tg_simple2(x, y, remainder)