Searched refs:crt_scalbnl (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivtc3.c27 __c = crt_scalbnl(__c, -__ilogbw);
28 __d = crt_scalbnl(__d, -__ilogbw);
32 COMPLEX_REAL(z) = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw);
34 crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw);
H A Ddivxc3.c26 __c = crt_scalbnl(__c, -__ilogbw);
27 __d = crt_scalbnl(__d, -__ilogbw);
31 COMPLEX_REAL(z) = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw);
33 crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw);
H A Dint_math.h99 #define crt_scalbnl(x, y) scalbnl((x), (y)) macro
103 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) macro

Completed in 99 milliseconds