Searched refs:__tg_fmax (Results 1 – 1 of 1) sorted by relevance
758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} in __tg_fmax() function762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} in __tg_fmax() function766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} in __tg_fmax() function769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \