Searched defs:copysign (Results 1 – 6 of 6) sorted by relevance
91 double SDL_NAME(copysign)(double x, double y) in SDL_NAME() argument
100 _LIBCPP_ALWAYS_INLINE double copysign( double x, double y ) in copysign() function
57 #define copysign _copysign macro59 #define copysign __builtin_copysign macro
138 inline double copysign(double x, double y) { return _copysign(x, y); } in copysign() function
182 copysign, enumerator
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro