Searched refs:cbrt (Results 1 – 9 of 9) sorted by relevance
66 # -- Begin cbrt67 ENTRY(cbrt)224 END(cbrt)225 # -- End cbrt228 ALIAS_SYMBOL(cbrtl, cbrt);
38 cbrt(double x) in cbrt() function117 __weak_reference(cbrt, cbrtl);
51 # -- Begin cbrt52 ENTRY(cbrt)201 END(cbrt)202 # -- End cbrt
75 TGMATH(cbrt); in tgmath_h()
147 FUNCTION(cbrt, double (*f)(double)); in math_h()
187 double cbrt(double __x);189 long double cbrtl(long double __x) __RENAME_LDBL(cbrt, 3, 21);
46 cbrt;
667 TEST(MATH_TEST, cbrt) { in TEST() argument668 ASSERT_DOUBLE_EQ(3.0, cbrt(27.0)); in TEST()1735 DoMathDataTest<1>(g_cbrt_intel_data, cbrt); in TEST()
87 cbrt