Searched refs:hypotl (Results 1 – 6 of 6) sorted by relevance
19 return hypotl(creall(z), cimagl(z)); in cabsl()
96 t = sqrtl((a + hypotl(a, b)) * 0.5); in csqrtl()99 t = sqrtl((-a + hypotl(a, b)) * 0.5); in csqrtl()
130 __weak_reference(hypot, hypotl);
49 hypotl(long double x, long double y) in hypotl() function
416 long double hypotl(long double, long double);
635 TEST(math, hypotl) { in TEST() argument636 ASSERT_FLOAT_EQ(5.0, hypotl(3.0, 4.0)); in TEST()