fmax
#define fmax(a,b) __TG_FN2(fmax, (a), (b))
ENTRY(fmax)
fmax(double x, double y)
#define fmax (*(double*)fmaxx)