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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h83 #define crt_fmaxl(x, y) __max((x), (y)) macro
87 #define crt_fmaxl(x, y) __builtin_fmaxl((x), (y)) macro

Completed in 202 milliseconds