Searched refs:crt_scalbnf (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivsc3.c26 __c = crt_scalbnf(__c, -__ilogbw);
27 __d = crt_scalbnf(__d, -__ilogbw);
31 COMPLEX_REAL(z) = crt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw);
33 crt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw);
H A Dint_math.h98 #define crt_scalbnf(x, y) scalbnf((x), (y)) macro
102 #define crt_scalbnf(x, y) __builtin_scalbnf((x), (y)) macro

Completed in 91 milliseconds