Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Dint_math.h105 #define crt_scalbn(x, y) scalbn((x), (y)) macro
109 #define crt_scalbn(x, y) __builtin_scalbn((x), (y)) macro