Searched refs:cfnf (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 69 float _Complex: cfnf, \ 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 109 __generic(x, float _Complex, cfnf, \ 112 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument 116 __tg_generic_full(y, cfnl, cfn , cfnf, cfnl, cfn , cfnf), \ 119 __tg_generic_full(y, cfnl, cfn , cfnf, fnl , fn , fnf )) \
|