Home
last modified time | relevance | path

Searched defs:cbrtl (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cbrtl.c35 cbrtl(long double x) in cbrtl() function
/bionic/libm/
Dfake_long_double.c39 long double cbrtl(long double a1) { return cbrt(a1); } in cbrtl() function
/bionic/tests/
Dmath_test.cpp432 TEST(math, cbrtl) { in TEST() argument