Searched refs:Val (Results 1 – 4 of 4) sorted by relevance
77 ? (__tgmath_real_type (Val)) Fct (Val) \79 ? (__tgmath_real_type (Val)) Fct##f (Val) \80 : (__tgmath_real_type (Val)) __tgml(Fct) (Val)))165 ? (__tgmath_real_type (Val)) Fct (Val) \166 : (__tgmath_real_type (Val)) Cfct (Val)) \169 ? (__tgmath_real_type (Val)) Fct##f (Val) \170 : (__tgmath_real_type (Val)) Cfct##f (Val)) \173 : (__tgmath_real_type (Val)) __tgml(Cfct) (Val))))386 #define erf(Val) __TGMATH_UNARY_REAL_ONLY (Val, erf) argument443 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) argument[all …]
77 #define HP_TIMING_PRINT(Buf, Len, Val) argument
263 typedef Value<T const> Val;276 typename name ## _bfm_t::Val name() const { return data_member; } \286 typename name ## _bfm_t::Val name() const { return data_member; } \
147 # define __set_errno(Val) errno = (Val) argument
Completed in 10 milliseconds