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

/freebsd-current/include/
H A Dtgmath.h106 #define __tg_generic_full(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ macro
113 __tg_generic_full(x, \
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), \
117 __tg_generic_full(y, cfnl, cfnl, cfnl, fnl , fnl , fnl ), \
118 __tg_generic_full(y, cfnl, cfn , cfn , fnl , fn , fn ), \
119 __tg_generic_full(y, cfnl, cfn , cfnf, fnl , fn , fnf )) \

Completed in 95 milliseconds