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

/external/clang/lib/Headers/
H A Dtgmath.h56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x))
119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x))
148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x))
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x))
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x))
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
264 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x))
293 #define sin(__x) __tg_sin(__tg_promote1((__x))(__x))
322 #define tan(__x) __tg_tan(__tg_promote1((__
[all...]

Completed in 93 milliseconds