Home
last modified time | relevance | path

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

/external/libcxx/include/
Dmath.h1096 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt() function
1097 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt() function
1102 cbrt(_A1 __lcpp_x) _NOEXCEPT {return ::cbrt((double)__lcpp_x);} in cbrt() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp71 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
/external/v8/src/base/
Dieee754.cc2370 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
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...