/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 124 x.cbrt() in cbrt() 154 fn cbrt(&self) -> Self { 156 (*self as $U).cbrt() as Self 158 -((self.wrapping_neg() as $U).cbrt() as Self) 213 3 => return a.cbrt(), 319 fn cbrt(&self) -> Self { 324 (a as u64).cbrt() as $T 326 let lo = (a >> 3u32).cbrt() << 1; [all …]
|
/external/bc/tests/bc/ |
D | lib2.txt | 83 cbrt(27) 84 cbrt(-27) 85 cbrt(4096) 86 cbrt(-4096)
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | lower-massv-attr.ll | 7 ; cbrt without the power9-vector attribute on the caller 19 ; cbrt with the power9-vector attribute on the caller
|
/external/rust/crates/num-traits/src/ |
D | real.rs | 483 fn cbrt(self) -> Self; in cbrt() method 815 Float::cbrt(self) -> Self;
|
D | float.rs | 1506 fn cbrt(self) -> Self; in cbrt() method 1867 Self::cbrt(self) -> Self; 2037 fn cbrt(self) -> Self { in cbrt() method 2172 fn cbrt(self) -> Self { in cbrt() method 2173 libm::cbrt(self) in cbrt()
|
/external/llvm-project/libclc/generic/lib/math/ |
D | cbrt.cl | 29 _CLC_OVERLOAD _CLC_DEF float cbrt(float x) { 88 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, cbrt, float); 93 _CLC_OVERLOAD _CLC_DEF double cbrt(double x) { 149 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, double, cbrt, double)
|
/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 59 __DEVICE__ double cbrt(double); 60 __DEVICE__ float cbrt(float); 195 using ::cbrt;
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 45 __DEVICE__ double cbrt(double); 46 __DEVICE__ float cbrt(float); 205 using ::cbrt;
|
D | __clang_hip_cmath.h | 150 __DEF_FUN1(float, cbrt) 323 __HIP_OVERLOAD1(double, cbrt) 489 using ::cbrt;
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | performance-type-promotion-in-math-fn.cpp | 12 double cbrt(double); 89 cbrt(a); in check_all_fns()
|
/external/llvm-project/libclc/generic/include/clc/math/ |
D | cbrt.h | 24 #define __CLC_FUNCTION cbrt
|
/external/rust/crates/num-integer/tests/ |
D | roots.rs | 29 assert_eq!(rt, i.cbrt()); in check() 188 fn cbrt() { 243 fn cbrt() {
|
/external/rust/crates/libm/src/math/ |
D | mod.rs | 87 mod cbrt; module 193 pub use self::cbrt::cbrt;
|
D | cbrt.rs | 34 pub fn cbrt(x: f64) -> f64 { in cbrt() function
|
/external/rust/crates/num-integer/benches/ |
D | roots.rs | 138 ::bench_rand(b, $T::cbrt, 3); 143 ::bench_small(b, $T::cbrt, 3);
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | cmath | 24 double cbrt(double); 25 float cbrt(float); 168 using ::cbrt;
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | massv-altivec.ll | 6 declare double @cbrt(double) #0 26 %call = tail call double @cbrt(double %conv)
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | pow.ll | 39 ; SOFTFLOAT: bl cbrt 40 ; HARDFLOAT: b cbrt
|
/external/rust/crates/libm/ |
D | CHANGELOG.md | 63 - cbrt
|
/external/libxaac/decoder/ |
D | ixheaacd_basic_op.h | 25 #define ixheaacd_cbrt_calc(a) cbrt(1.0f / a)
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function 844 static_assert((std::is_same<decltype(cbrt((float) 0)), float>::value), ""); in test_cbrt() 845 static_assert((std::is_same<decltype(cbrt((bool) 0)), double>::value), ""); in test_cbrt() 846 static_assert((std::is_same<decltype(cbrt((unsigned short) 0)), in test_cbrt() 848 static_assert((std::is_same<decltype(cbrt((int) 0)), double>::value), ""); in test_cbrt() 849 static_assert((std::is_same<decltype(cbrt((unsigned int) 0)), in test_cbrt() 851 static_assert((std::is_same<decltype(cbrt((long) 0)), double>::value), ""); in test_cbrt() 852 static_assert((std::is_same<decltype(cbrt((unsigned long) 0)), in test_cbrt() 854 static_assert((std::is_same<decltype(cbrt((long long) 0)), double>::value), in test_cbrt() 856 static_assert((std::is_same<decltype(cbrt((unsigned long long) 0)), in test_cbrt() [all …]
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 69 Ambiguous cbrt(Ambiguous){ return Ambiguous(); } in cbrt() function 812 static_assert((std::is_same<decltype(cbrt((float) 0)), float>::value), ""); in test_cbrt() 813 static_assert((std::is_same<decltype(cbrt((bool) 0)), double>::value), ""); in test_cbrt() 814 static_assert((std::is_same<decltype(cbrt((unsigned short) 0)), in test_cbrt() 816 static_assert((std::is_same<decltype(cbrt((int) 0)), double>::value), ""); in test_cbrt() 817 static_assert((std::is_same<decltype(cbrt((unsigned int) 0)), in test_cbrt() 819 static_assert((std::is_same<decltype(cbrt((long) 0)), double>::value), ""); in test_cbrt() 820 static_assert((std::is_same<decltype(cbrt((unsigned long) 0)), in test_cbrt() 822 static_assert((std::is_same<decltype(cbrt((long long) 0)), double>::value), in test_cbrt() 824 static_assert((std::is_same<decltype(cbrt((unsigned long long) 0)), in test_cbrt() [all …]
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 58 double cbrt(double); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 58 double cbrt(double); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 116 %call = call fast double @cbrt(double %conv) 125 %call = call fast double @cbrt(double %conv) 128 ; CHECK: call fast double @cbrt(double %conv) 406 declare double @cbrt(double)
|