Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dint_math.h61 #define crt_copysign(x, y) copysign((x), (y)) macro
65 #define crt_copysign(x, y) __builtin_copysign((x), (y)) macro
/external/compiler-rt/lib/builtins/
Dint_math.h65 #define crt_copysign(x, y) copysign((x), (y)) macro
69 #define crt_copysign(x, y) __builtin_copysign((x), (y)) macro