Searched defs:copysignf (Results 1 – 2 of 2) sorted by relevance
33 float copysignf(float x, float y) { return __builtin_copysignf(x, y); } in copysignf() function
1369 TEST(math_h, copysignf) { in TEST() argument