Home
last modified time | relevance | path

Searched refs:__compiler_rt_fmaxf (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmaxf_test.c10 fp_t crt_value = __compiler_rt_fmaxf(x, y); in test__compiler_rt_fmaxf()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Ddivsc3.c23 __compiler_rt_logbf(__compiler_rt_fmaxf(crt_fabsf(__c), crt_fabsf(__d))); in __divsc3()
H A Dfp_lib.h361 static __inline fp_t __compiler_rt_fmaxf(fp_t x, fp_t y) { in __compiler_rt_fmaxf() function