Searched refs:hypotf (Results 1 – 4 of 4) sorted by relevance
22 return hypotf(crealf(z), cimagf(z));
716 #define __ieee754_hypotf hypotf
340 float hypotf(float, float);
732 TEST(math, hypotf) { in TEST() argument733 ASSERT_FLOAT_EQ(5.0f, hypotf(3.0f, 4.0f)); in TEST()