Searched defs:crt_scalbn (Results 1 – 1 of 1) sorted by relevance
105 #define crt_scalbn(x, y) scalbn((x), (y)) macro109 #define crt_scalbn(x, y) __builtin_scalbn((x), (y)) macro