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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h49 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) macro
83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x))
112 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x))
141 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x))
170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x))
199 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x))
228 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
257 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x))
286 #define sin(__x) __tg_sin(__tg_promote1((__x))(__x))
315 #define tan(__x) __tg_tan(__tg_promote1((__
[all...]

Completed in 111 milliseconds