Lines Matching defs:__tg_real
85 #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x))
217 #define cbrt(x) __tg_real(cbrt, (x))
218 #define ceil(x) __tg_real(ceil, (x))
226 #define erf(x) __tg_real(erf, (x))
227 #define erfc(x) __tg_real(erfc, (x))
229 #define exp2(x) __tg_real(exp2, (x))
230 #define expm1(x) __tg_real(expm1, (x))
233 #define floor(x) __tg_real(floor, (x))
242 #define lgamma(x) __tg_real(lgamma, (x))
246 #define log10(x) __tg_real(log10, (x))
247 #define log1p(x) __tg_real(log1p, (x))
248 #define log2(x) __tg_real(log2, (x))
249 #define logb(x) __tg_real(logb, (x))
252 #define nearbyint(x) __tg_real(nearbyint, (x))
258 #define rint(x) __tg_real(rint, (x))
259 #define round(x) __tg_real(round, (x))
267 #define tgamma(x) __tg_real(tgamma, (x))
268 #define trunc(x) __tg_real(trunc, (x))