include/tgmath.h
132
#define fma(x, y, z) __tg_impl_simple(x, y, z, fma, fmaf, fmal, x, y, z)
include/tgmath.h
153
#define remquo(x, y, z) __tg_impl_simple(x, x, y, remquo, remquof, \
include/tgmath.h
80
__tg_impl_simple(x, y, z, cfn, cfnf, cfnl, __VA_ARGS__), \
include/tgmath.h
81
__tg_impl_simple(x, y, z, fn, fnf, fnl, __VA_ARGS__))
include/tgmath.h
89
__tg_impl_simple(x, x, x, fn, fn##f, fn##l, x)
include/tgmath.h
91
__tg_impl_simple(x, x, y, fn, fn##f, fn##l, x, y)
include/tgmath.h
93
__tg_impl_simple(x, x, x, fn, fn##f, fn##l, __VA_ARGS__)