Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dint_math.h108 #define crt_scalbnl(x, y) scalbnl((x), (y)) macro
110 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) macro