Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dint_math.h63 #define crt_copysignl(x, y) copysignl((x), (y)) macro
67 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) macro
/external/compiler-rt/lib/builtins/
Dint_math.h67 #define crt_copysignl(x, y) copysignl((x), (y)) macro
71 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) macro