Home
last modified time | relevance | path

Searched refs:__compiler_rt_fmaxX (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h335 static __inline fp_t __compiler_rt_fmaxX(fp_t x, fp_t y) { in __compiler_rt_fmaxX() function
367 return __compiler_rt_fmaxX(x, y); in __compiler_rt_fmax()
382 return __compiler_rt_fmaxX(x, y); in __compiler_rt_fmaxtf()
H A Ddivsc3.c23 __compiler_rt_logbf(__compiler_rt_fmaxX(crt_fabsf(__c), crt_fabsf(__d))); in __divsc3()