Home | History | Annotate | Download | only in include

Lines Matching refs:__tg_promote2

66 #define __tg_promote2(__x, __y)      (__typeof__(__tg_promote(__x) + \
506 #define pow(__x, __y) __tg_pow(__tg_promote2((__x), (__y))(__x), \
507 __tg_promote2((__x), (__y))(__y))
582 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \
583 __tg_promote2((__x), (__y))(__y))
634 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \
635 __tg_promote2((__x), (__y))(__y))
720 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \
721 __tg_promote2((__x), (__y))(__y))
778 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \
779 __tg_promote2((__x), (__y))(__y))
796 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \
797 __tg_promote2((__x), (__y))(__y))
814 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \
815 __tg_promote2((__x), (__y))(__y))
849 #define hypot(__x, __y) __tg_hypot(__tg_promote2((__x), (__y))(__x), \
850 __tg_promote2((__x), (__y))(__y))
1071 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \
1072 __tg_promote2((__x), (__y))(__y))
1106 #define remainder(__x, __y) __tg_remainder(__tg_promote2((__x), (__y))(__x), \
1107 __tg_promote2((__x), (__y))(__y))
1128 __tg_remquo(__tg_promote2((__x), (__y))(__x), \
1129 __tg_promote2((__x), (__y))(__y), \