Searched refs:__tg_promote2 (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | tgmath.h | 57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \ macro 497 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \ 498 __tg_promote2((__x), (__y))(__y)) 573 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ 574 __tg_promote2((__x), (__y))(__y)) 625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ 626 __tg_promote2((__x), (__y))(__y)) 711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ 712 __tg_promote2((__x), (__y))(__y)) 769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ [all …]
|