Home
last modified time | relevance | path

Searched refs:__tgmath_real_type (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dtgmath.h60 # define __tgmath_real_type(expr) \ macro
71 ? (__tgmath_real_type (Val)) Fct (Val) \
73 ? (__tgmath_real_type (Val)) Fct##f (Val) \
74 : (__tgmath_real_type (Val)) __tgml(Fct) (Val)))
87 ? (__tgmath_real_type (Val1)) Fct (Val1, Val2) \
89 ? (__tgmath_real_type (Val1)) Fct##f (Val1, Val2) \
90 : (__tgmath_real_type (Val1)) __tgml(Fct) (Val1, Val2)))
96 ? (__typeof ((__tgmath_real_type (Val1)) 0 \
97 + (__tgmath_real_type (Val2)) 0)) \
103 ? (__typeof ((__tgmath_real_type (Val1)) 0 \
[all …]