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

/freebsd-current/include/
H A Dtgmath.h41 * __tg_impl_simple(x, y, z, fnl, fn, fnf, ...)
77 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ macro
92 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ macro
127 __tg_impl_simple(x, x, x, fn##l, fn, fn##f, x)
129 __tg_impl_simple(x, x, y, fn##l, fn, fn##f, x, y)
131 __tg_impl_simple(x, y, z, fn##l, fn, fn##f, x, y, z)
133 __tg_impl_simple(x, x, x, fn##l, fn, fn##f, __VA_ARGS__)
194 #define remquo(x, y, z) __tg_impl_simple(x, x, y, remquol, remquo, \

Completed in 277 milliseconds