Searched defs:copysign (Results 1 – 5 of 5) sorted by relevance
91 double SDL_NAME(copysign)(double x, double y) in SDL_NAME() argument
52 copysign, enumerator
147 inline double copysign(double x, double y) { return _copysign(x, y); } in copysign() function
900 public static float copysign(float x, float y) { in copysign() method in FastMath
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro