Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmaxl_test.c12 fp_t crt_value = __compiler_rt_fmaxl(x, y); in test__compiler_rt_fmaxl()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Ddivtc3.c24 __compiler_rt_logbl(__compiler_rt_fmaxl(crt_fabsl(__c), crt_fabsl(__d))); in __divtc3()
H A Dfp_lib.h398 static __inline fp_t __compiler_rt_fmaxl(fp_t x, fp_t y) { in __compiler_rt_fmaxl() function
410 static __inline long double __compiler_rt_fmaxl(long double x, long double y) { in __compiler_rt_fmaxl() function