Searched defs:crt_fmax (Results 1 – 2 of 2) sorted by relevance
81 #define crt_fmax(x, y) __max((x), (y)) macro85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
85 #define crt_fmax(x, y) __max((x), (y)) macro89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro