Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cbrt.c37 cbrt(double x) in cbrt() function
116 __weak_reference(cbrt, cbrtl);
/bionic/libm/include/
Dmath.h226 double cbrt(double);
/bionic/tests/
Dmath_test.cpp516 TEST(math, cbrt) { in TEST() argument
517 ASSERT_DOUBLE_EQ(3.0, cbrt(27.0)); in TEST()