Searched defs:copysign (Results 1 – 3 of 3) sorted by relevance
25 copysign(double x, double y) in copysign() function
127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
166 #define copysign(x, y) __tg_simple2(x, y, copysign) macro