/external/rust/crates/num-integer/src/ |
D | roots.rs | 108 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/ |
D | cbrt.rs | 34 pub fn cbrt(x: f64) -> f64 { in cbrt() function
|
D | mod.rs | 87 mod cbrt; module
|
/external/rust/crates/num-traits/src/ |
D | real.rs | 483 fn cbrt(self) -> Self; in cbrt() method
|
D | float.rs | 1506 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/ |
D | math.h | 1092 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/ |
D | math.h | 1096 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/ |
D | math_h.pass.cpp | 69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
|
/external/OpenCL-CTS/test_common/harness/ |
D | msvc9.c | 535 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/ |
D | math_h.pass.cpp | 69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 70 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 71 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math.h | 72 __DEVICE__ double cbrt(double __a) { return __nv_cbrt(__a); } in cbrt() function
|
D | tgmath.h | 584 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 766 def cbrt(x): function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 3221 public static double cbrt(double x) { in cbrt() method in FastMath
|
/external/clang/lib/Headers/ |
D | tgmath.h | 591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x)) macro
|
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |