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

/freebsd-9.3-release/include/
H A Dtgmath.h41 * __tg_impl_simple(x, y, z, fnl, fn, fnf, ...)
76 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ macro
91 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ macro
126 __tg_impl_simple(x, x, x, fn##l, fn, fn##f, x)
128 __tg_impl_simple(x, x, y, fn##l, fn, fn##f, x, y)
130 __tg_impl_simple(x, y, z, fn##l, fn, fn##f, x, y, z)
132 __tg_impl_simple(x, x, x, fn##l, fn, fn##f, __VA_ARGS__)
193 #define remquo(x, y, z) __tg_impl_simple(x, x, y, remquol, remquo, \

Completed in 91 milliseconds