Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Dint_math.h105 #define crt_scalbn(x, y) scalbn((x), (y)) macro
109 #define crt_scalbn(x, y) __builtin_scalbn((x), (y)) macro