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

/freebsd-9.3-release/include/
H A Dtgmath.h45 * __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...)
80 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ macro
111 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ macro
134 __tg_impl_full(x, x, c##fn##l, c##fn, c##fn##f, fn##l, fn, fn##f, x)
136 __tg_impl_full(x, y, c##fn##l, c##fn, c##fn##f, fn##l, fn, fn##f, x, y)
158 #define fabs(x) __tg_impl_full(x, x, cabsl, cabs, cabsf, \

Completed in 51 milliseconds