Home
last modified time | relevance | path

Searched refs:__tg_impl_simple (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/include/
H A Dtgmath.h72 #define __tg_impl_simple(x, y, z, fn, fnf, fnl, ...) \ macro
80 __tg_impl_simple(x, y, z, cfn, cfnf, cfnl, __VA_ARGS__), \
81 __tg_impl_simple(x, y, z, fn, fnf, fnl, __VA_ARGS__))
89 __tg_impl_simple(x, x, x, fn, fn##f, fn##l, x)
91 __tg_impl_simple(x, x, y, fn, fn##f, fn##l, x, y)
93 __tg_impl_simple(x, x, x, fn, fn##f, fn##l, __VA_ARGS__)
132 #define fma(x, y, z) __tg_impl_simple(x, y, z, fma, fmaf, fmal, x, y, z)
153 #define remquo(x, y, z) __tg_impl_simple(x, x, y, remquo, remquof, \