Home
last modified time | relevance | path

Searched defs:crt_fmax (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/builtins/
Dint_math.h81 #define crt_fmax(x, y) __max((x), (y)) macro
85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
/external/compiler-rt/lib/builtins/
Dint_math.h85 #define crt_fmax(x, y) __max((x), (y)) macro
89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro