Home
last modified time | relevance | path

Searched refs:cbrt (Results 1 – 9 of 9) sorted by relevance

/bionic/libm/x86/
Ds_cbrt.S66 # -- Begin cbrt
67 ENTRY(cbrt)
224 END(cbrt)
225 # -- End cbrt
228 ALIAS_SYMBOL(cbrtl, cbrt);
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cbrt.c38 cbrt(double x) in cbrt() function
117 __weak_reference(cbrt, cbrtl);
/bionic/libm/x86_64/
Ds_cbrt.S51 # -- Begin cbrt
52 ENTRY(cbrt)
201 END(cbrt)
202 # -- End cbrt
/bionic/tests/headers/posix/
Dtgmath_h.c75 TGMATH(cbrt); in tgmath_h()
Dmath_h.c147 FUNCTION(cbrt, double (*f)(double)); in math_h()
/bionic/libc/include/
Dmath.h187 double cbrt(double __x);
189 long double cbrtl(long double __x) __RENAME_LDBL(cbrt, 3, 21);
/bionic/libm/
Dlibm.map.txt46 cbrt;
/bionic/tests/
Dmath_test.cpp667 TEST(MATH_TEST, cbrt) { in TEST() argument
668 ASSERT_DOUBLE_EQ(3.0, cbrt(27.0)); in TEST()
1735 DoMathDataTest<1>(g_cbrt_intel_data, cbrt); in TEST()
/bionic/libc/tools/
Dposix-2013.txt87 cbrt