Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/compiler-rt/builtins/
Dint_math.h103 #define crt_scalbnl(x, y) scalbnl((x), (y)) macro
105 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) macro