Searched refs:__compiler_rt_fmaxX (Results 1 – 2 of 2) sorted by relevance
335 static __inline fp_t __compiler_rt_fmaxX(fp_t x, fp_t y) { in __compiler_rt_fmaxX() function367 return __compiler_rt_fmaxX(x, y); in __compiler_rt_fmax()382 return __compiler_rt_fmaxX(x, y); in __compiler_rt_fmaxtf()
23 __compiler_rt_logbf(__compiler_rt_fmaxX(crt_fabsf(__c), crt_fabsf(__d))); in __divsc3()