include/tgmath.h
129
__TG_FN2(fn, (a), (b)))
include/tgmath.h
149
#define atan2(a,b) __TG_FN2(atan2, (a), (b))
include/tgmath.h
152
#define copysign(a,b) __TG_FN2(copysign, (a), (b))
include/tgmath.h
157
#define fdim(a,b) __TG_FN2(fdim, (a), (b))
include/tgmath.h
160
#define fmax(a,b) __TG_FN2(fmax, (a), (b))
include/tgmath.h
161
#define fmin(a,b) __TG_FN2(fmin, (a), (b))
include/tgmath.h
162
#define fmod(a,b) __TG_FN2(fmod, (a), (b))
include/tgmath.h
164
#define hypot(a,b) __TG_FN2(hypot, (a), (b))
include/tgmath.h
177
#define nextafter(a,b) __TG_FN2(nextafter, (a), (b))
include/tgmath.h
178
#define nexttoward(a,b) __TG_FN2(nexttoward, (a), (b))
include/tgmath.h
179
#define remainder(a,b) __TG_FN2(remainder, (a), (b))