Lines Matching refs:fnf
65 #define __tg_generic(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument
72 float: fnf \
77 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ argument
80 fnl, fn, fnf, fnl, fn, fnf)(__VA_ARGS__)
81 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument
84 cfnl, cfn, cfnf, fnl, fn, fnf)(__VA_ARGS__)
86 #define __tg_generic_simple(x, fnl, fn, fnf) \ argument
89 __generic(x, float _Complex, fnf, \
91 __generic(x, float, fnf, fn)))))
92 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ argument
105 __tg_generic_simple(z, fnl, fn , fnf)))(__VA_ARGS__)
106 #define __tg_generic_full(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument
111 __generic(x, float, fnf, fn)))))
112 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument
119 __tg_generic_full(y, cfnl, cfn , cfnf, fnl , fn , fnf )) \