Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/arm-trusted-firmware/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
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Dint_math.h107 #define crt_scalbnl(x, y) scalbnl((x), (y)) macro
111 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) macro