Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Dint_math.h85 #define crt_fmax(x, y) __max((x), (y)) macro
89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro