Searched refs:Cfct (Results 1 – 1 of 1) sorted by relevance
155 # define __TGMATH_UNARY_REAL_IMAG(Val, Fct, Cfct) \ argument160 : (__tgmath_real_type (Val)) Cfct (Val)) \164 : (__tgmath_real_type (Val)) Cfct##f (Val)) \167 : (__tgmath_real_type (Val)) __tgml(Cfct) (Val))))169 # define __TGMATH_UNARY_IMAG(Val, Cfct) \ argument173 + _Complex_I)) Cfct (Val) \176 + _Complex_I)) Cfct##f (Val) \178 + _Complex_I)) __tgml(Cfct) (Val)))182 # define __TGMATH_UNARY_REAL_IMAG_RET_REAL(Val, Fct, Cfct) \ argument189 Cfct (Val)) \[all …]