Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dint_math.h99 #define crt_scalbnl(x, y) scalbnl((x), (y)) macro
103 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) macro
/external/compiler-rt/lib/builtins/
Dint_math.h107 #define crt_scalbnl(x, y) scalbnl((x), (y)) macro
111 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) macro