Searched defs:copysignf (Results 1 – 3 of 3) sorted by relevance
29 copysignf(float x, float y) in copysignf() function
34 float copysignf(float x, float y) { return __builtin_copysignf(x, y); } in copysignf() function
1362 TEST(MATH_TEST, copysignf) { in TEST() argument