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

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dint_math.h105 #define crt_scalbn(x, y) scalbn((x), (y)) macro
109 #define crt_scalbn(x, y) __builtin_scalbn((x), (y)) macro

Completed in 54 milliseconds