Home
last modified time | relevance | path

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

/external/rust/crates/num-integer/src/
Droots.rs108 fn cbrt(&self) -> Self { in cbrt() method
123 pub fn cbrt<T: Roots>(x: T) -> T { in cbrt() function
/external/musl/src/math/
Dcbrt.c33 double cbrt(double x) in cbrt() function
/external/arm-optimized-routines/pl/math/
Dcbrt_2u.c28 cbrt (double x) in cbrt() function
Dv_cbrt_2u.c38 VPCS_ATTR v_f64_t V_NAME (cbrt) (v_f64_t x) in V_NAME() argument
/external/rust/crates/libm/src/math/
Dcbrt.rs34 pub fn cbrt(x: f64) -> f64 { in cbrt() function
Dmod.rs103 mod cbrt; module
/external/rust/crates/num-traits/src/
Dreal.rs483 fn cbrt(self) -> Self; in cbrt() method
Dfloat.rs1562 fn cbrt(self) -> Self; in cbrt() method
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1030 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI float cbrt(float __x) _NOEXCEPT {ret… in cbrt() function
1033 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI double cbrt(double __x) _NOEXCEPT { in cbrt() function
1037 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI long double cbrt(long double __x) _NOEXCEPT {ret… in cbrt() function
1042 cbrt(_A1 __x) _NOEXCEPT {return __builtin_cbrt((double)__x);} in cbrt() function
/external/rust/crates/num-bigint/src/
Dbiguint.rs462 fn cbrt(&self) -> Self { in cbrt() method
885 pub fn cbrt(&self) -> Self { in cbrt() method
Dbigint.rs530 fn cbrt(&self) -> Self { in cbrt() method
1036 pub fn cbrt(&self) -> Self { in cbrt() method
/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/musl/include/
Dtgmath.h217 #define cbrt(x) __tg_real(cbrt, (x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c535 double cbrt(double x) { return copysign(pow(fabs(x), 1.0 / 3.0), x); } in cbrt() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp70 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/rust/crates/half/src/
Dnum_traits.rs486 fn cbrt(self) -> Self { in cbrt() method
1224 fn cbrt(self) -> Self { in cbrt() method
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp70 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1435 static expr cbrt(float arg) in cbrt() function
2377 inline expr cbrt(half arg) { return functions::cbrt(arg); } in cbrt() function
2378 inline expr cbrt(expr arg) { return functions::cbrt(arg); } in cbrt() function
/external/armnn/third-party/half/
Dhalf.hpp1437 static expr cbrt(float arg) in cbrt() function
2379 inline expr cbrt(half arg) { return functions::cbrt(arg); } in cbrt() function
2380 inline expr cbrt(expr arg) { return functions::cbrt(arg); } in cbrt() function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py761 def cbrt(x): 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