Home
last modified time | relevance | path

Searched defs:cbrt (Results 1 – 18 of 18) 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/rust/crates/libm/src/math/
Dcbrt.rs34 pub fn cbrt(x: f64) -> f64 { in cbrt() function
Dmod.rs87 mod cbrt; module
/external/rust/crates/num-traits/src/
Dreal.rs483 fn cbrt(self) -> Self; in cbrt() method
Dfloat.rs1506 fn cbrt(self) -> Self; in cbrt() method
2037 fn cbrt(self) -> Self { in cbrt() method
2172 fn cbrt(self) -> Self { in cbrt() method
/external/llvm-project/libcxx/include/
Dmath.h1092 inline _LIBCPP_INLINE_VISIBILITY float cbrt(float __lcpp_x) _NOEXCEPT {return ::cbrtf(_… in cbrt() function
1093 inline _LIBCPP_INLINE_VISIBILITY long double cbrt(long double __lcpp_x) _NOEXCEPT {return ::cbrtl(_… in cbrt() function
1098 cbrt(_A1 __lcpp_x) _NOEXCEPT {return ::cbrt((double)__lcpp_x);} in cbrt() function
/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/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/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
/external/llvm-project/libcxx/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/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h72 __DEVICE__ double cbrt(double __a) { return __nv_cbrt(__a); } in cbrt() function
Dtgmath.h584 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py766 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
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...