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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
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 170 milliseconds