Searched defs:copysign (Results 1 – 2 of 2) sorted by relevance
32 double copysign(double x, double y) { return __builtin_copysign(x, y); } in copysign() function
1362 TEST(math_h, copysign) { in TEST() argument