Searched refs:crt_fmaxf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h82 #define crt_fmaxf(x, y) __max((x), (y)) macro
86 #define crt_fmaxf(x, y) __builtin_fmaxf((x), (y)) macro
H A Ddivsc3.c23 __compiler_rt_logbf(crt_fmaxf(crt_fabsf(__c), crt_fabsf(__d)));

Completed in 103 milliseconds