Searched refs:__compiler_rt_scalbnf (Results 1 – 2 of 2) sorted by relevance
26 __c = __compiler_rt_scalbnf(__c, -__ilogbw); in __divsc3()27 __d = __compiler_rt_scalbnf(__d, -__ilogbw); in __divsc3()32 __compiler_rt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw); in __divsc3()34 __compiler_rt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw); in __divsc3()
346 static __inline fp_t __compiler_rt_scalbnf(fp_t x, int y) { in __compiler_rt_scalbnf() function