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

/external/compiler-rt/lib/builtins/
H A Dint_math.h65 #define crt_copysign(x, y) copysign((x), (y)) macro
69 #define crt_copysign(x, y) __builtin_copysign((x), (y)) macro

Completed in 102 milliseconds