Searched defs:copysign (Results 1 – 2 of 2) sorted by relevance
91 double SDL_NAME(copysign)(double x, double y) in SDL_NAME() argument
133 inline double copysign(double x, double y) { return _copysign(x, y); } in copysign() function