Home
last modified time | relevance | path

Searched refs:cbrtl (Results 1 – 7 of 7) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cbrt.c117 __weak_reference(cbrt, cbrtl);
Ds_cbrtl.c35 cbrtl(long double x) in cbrtl() function
/bionic/tests/headers/posix/
Dmath_h.c149 FUNCTION(cbrtl, long double (*f)(long double)); in math_h()
/bionic/libm/
Dlibm.map.txt48 cbrtl; # introduced=21
/bionic/libc/include/
Dmath.h186 long double cbrtl(long double __x);
/bionic/libc/tools/
Dposix-2013.txt88 cbrtl
/bionic/tests/
Dmath_test.cpp710 TEST(math_h, cbrtl) { in TEST() argument
711 ASSERT_DOUBLE_EQ(3.0L, cbrtl(27.0L)); in TEST()