Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cbrt.c38 cbrt(double x) in cbrt() function
117 __weak_reference(cbrt, cbrtl);
/bionic/libm/x86/
Ds_cbrt.S66 # -- Begin cbrt
67 ENTRY(cbrt)
224 END(cbrt)
225 # -- End cbrt
228 ALIAS_SYMBOL(cbrtl, cbrt);
/bionic/libm/x86_64/
Ds_cbrt.S51 # -- Begin cbrt
52 ENTRY(cbrt)
201 END(cbrt)
202 # -- End cbrt
/bionic/libc/include/
Dmath.h185 double cbrt(double __x);
187 long double cbrtl(long double __x) __RENAME_LDBL(cbrt, 3, 21);
/bionic/tests/headers/posix/
Dmath_h.c147 FUNCTION(cbrt, double (*f)(double)); in math_h()
/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()
1759 DoMathDataTest<1>(g_cbrt_intel_data, cbrt); in TEST()
/bionic/libc/tools/
Dposix-2013.txt87 cbrt