Home
last modified time | relevance | path

Searched refs:cbrtl (Results 1 – 8 of 8) 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/libm/x86/
Ds_cbrt.S228 ALIAS_SYMBOL(cbrtl, cbrt);
/bionic/libm/
Dlibm.map.txt48 cbrtl; # introduced=21
/bionic/tests/headers/posix/
Dmath_h.c149 FUNCTION(cbrtl, long double (*f)(long double)); in math_h()
/bionic/libc/include/
Dmath.h189 long double cbrtl(long double __x) __RENAME_LDBL(cbrt, 3, 21);
/bionic/libc/tools/
Dposix-2013.txt88 cbrtl
/bionic/tests/
Dmath_test.cpp675 TEST(MATH_TEST, cbrtl) { in TEST() argument
676 ASSERT_DOUBLE_EQ(3.0L, cbrtl(27.0L)); in TEST()