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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h97 #define crt_scalbn(x, y) scalbn((x), (y)) macro
101 #define crt_scalbn(x, y) __builtin_scalbn((x), (y)) macro

Completed in 78 milliseconds