Home
last modified time | relevance | path

Searched refs:cbrt (Results 1 – 25 of 120) sorted by relevance

12345

/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
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/
Dlib2.txt83 cbrt(27)
84 cbrt(-27)
85 cbrt(4096)
86 cbrt(-4096)
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dlower-massv-attr.ll7 ; 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/
Dreal.rs483 fn cbrt(self) -> Self; in cbrt() method
815 Float::cbrt(self) -> Self;
Dfloat.rs1506 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/
Dcbrt.cl29 _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.h59 __DEVICE__ double cbrt(double);
60 __DEVICE__ float cbrt(float);
195 using ::cbrt;
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h45 __DEVICE__ double cbrt(double);
46 __DEVICE__ float cbrt(float);
205 using ::cbrt;
D__clang_hip_cmath.h150 __DEF_FUN1(float, cbrt)
323 __HIP_OVERLOAD1(double, cbrt)
489 using ::cbrt;
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-type-promotion-in-math-fn.cpp12 double cbrt(double);
89 cbrt(a); in check_all_fns()
/external/llvm-project/libclc/generic/include/clc/math/
Dcbrt.h24 #define __CLC_FUNCTION cbrt
/external/rust/crates/num-integer/tests/
Droots.rs29 assert_eq!(rt, i.cbrt()); in check()
188 fn cbrt() {
243 fn cbrt() {
/external/rust/crates/libm/src/math/
Dmod.rs87 mod cbrt; module
193 pub use self::cbrt::cbrt;
Dcbrt.rs34 pub fn cbrt(x: f64) -> f64 { in cbrt() function
/external/rust/crates/num-integer/benches/
Droots.rs138 ::bench_rand(b, $T::cbrt, 3);
143 ::bench_small(b, $T::cbrt, 3);
/external/llvm-project/clang/test/Headers/Inputs/include/
Dcmath24 double cbrt(double);
25 float cbrt(float);
168 using ::cbrt;
/external/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/
Dmassv-altivec.ll6 declare double @cbrt(double) #0
26 %call = tail call double @cbrt(double %conv)
/external/llvm-project/llvm/test/CodeGen/ARM/
Dpow.ll39 ; SOFTFLOAT: bl cbrt
40 ; HARDFLOAT: b cbrt
/external/rust/crates/libm/
DCHANGELOG.md63 - cbrt
/external/libxaac/decoder/
Dixheaacd_basic_op.h25 #define ixheaacd_cbrt_calc(a) cbrt(1.0f / a)
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp69 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/
Dmath_h.pass.cpp69 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/
Dlibcall-declarations.c58 double cbrt(double);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c58 double cbrt(double);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
/external/llvm/test/Transforms/InstCombine/
Ddouble-float-shrink-1.ll116 %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)

12345