Searched refs:crt_fmax (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h81 #define crt_fmax(x, y) __max((x), (y)) macro
85 #define crt_fmax(x, y) __builtin_fmax((x), (y)) macro
H A Ddivdc3.c23 double __logbw = __compiler_rt_logb(crt_fmax(crt_fabs(__c), crt_fabs(__d)));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Ddivtc3.c30 __compiler_rt_logb(crt_fmax(crt_fabs(cDD.s.hi), crt_fabs(dDD.s.hi)));

Completed in 173 milliseconds