Home
last modified time | relevance | path

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

/external/trusty/arm-trusted-firmware/lib/compiler-rt/builtins/
Dint_math.h91 #define crt_fmaxl(x, y) __max((x), (y)) macro
93 #define crt_fmaxl(x, y) __builtin_fmaxl((x), (y)) macro
/external/compiler-rt/lib/builtins/
Dint_math.h87 #define crt_fmaxl(x, y) __max((x), (y)) macro
91 #define crt_fmaxl(x, y) __builtin_fmaxl((x), (y)) macro