Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dint_math.h98 #define crt_scalbnf(x, y) scalbnf((x), (y)) macro
102 #define crt_scalbnf(x, y) __builtin_scalbnf((x), (y)) macro
/external/compiler-rt/lib/builtins/
Dint_math.h106 #define crt_scalbnf(x, y) scalbnf((x), (y)) macro
110 #define crt_scalbnf(x, y) __builtin_scalbnf((x), (y)) macro