Searched refs:cfnl (Results 1 – 1 of 1) sorted by relevance
/freebsd/include/ |
H A D | tgmath.h | 65 #define __tg_generic(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument 67 long double _Complex: cfnl, \ 81 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument 84 cfnl, cfn, cfnf, fnl, fn, fnf)(__VA_ARGS__) 106 #define __tg_generic_full(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument 107 __generic(x, long double _Complex, cfnl, \ 112 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument 114 __tg_generic_full(y, cfnl, cfnl, cfnl, cfnl, cfnl, cfnl), \ 115 __tg_generic_full(y, cfnl, cfn , cfn , cfnl, cfn , cfn ), \ 116 __tg_generic_full(y, cfnl, cfn , cfnf, cfnl, cfn , cfnf), \ [all …]
|