Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivsc3.c26 __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()
H A Dfp_lib.h346 static __inline fp_t __compiler_rt_scalbnf(fp_t x, int y) { in __compiler_rt_scalbnf() function