Searched defs:crt_copysign (Results 1 – 2 of 2) sorted by relevance
61 #define crt_copysign(x, y) copysign((x), (y)) macro65 #define crt_copysign(x, y) __builtin_copysign((x), (y)) macro
65 #define crt_copysign(x, y) copysign((x), (y)) macro69 #define crt_copysign(x, y) __builtin_copysign((x), (y)) macro