Home
last modified time | relevance | path

Searched defs:cbrt (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/include/
Dmath.h1005 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt() function
1006 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt() function
1011 cbrt(_A1 __lcpp_x) _NOEXCEPT {return ::cbrt((double)__lcpp_x);} in cbrt() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp68 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
/external/v8/src/base/
Dieee754.cc2369 double cbrt(double x) { in cbrt() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java3221 public static double cbrt(double x) { in cbrt() method in FastMath
/external/clang/lib/Headers/
Dtgmath.h591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro