Searched defs:crt_fmax (Results 1 – 1 of 1) sorted by relevance
87 #define crt_fmax(x, y) __max((x), (y)) macro91 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro