Searched defs:copysign (Results 1 – 2 of 2) sorted by relevance
18 double copysign(double x, double y) in copysign() function
220 #define copysign(x,y) __tg_real_2(copysign, (x), (y)) macro