Home
last modified time | relevance | path

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

/src/include/
H A Dtgmath.h81 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ macro
112 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ macro
135 __tg_impl_full(x, x, c##fn##l, c##fn, c##fn##f, fn##l, fn, fn##f, x)
137 __tg_impl_full(x, y, c##fn##l, c##fn, c##fn##f, fn##l, fn, fn##f, x, y)
159 #define fabs(x) __tg_impl_full(x, x, cabsl, cabs, cabsf, \