Searched refs:cbrtl (Results 1 – 7 of 7) sorted by relevance
117 __weak_reference(cbrt, cbrtl);
35 cbrtl(long double x) in cbrtl() function
149 FUNCTION(cbrtl, long double (*f)(long double)); in math_h()
48 cbrtl; # introduced=21
186 long double cbrtl(long double __x);
88 cbrtl
710 TEST(math_h, cbrtl) { in TEST() argument711 ASSERT_DOUBLE_EQ(3.0L, cbrtl(27.0L)); in TEST()