/external/cronet/stable/third_party/libc++/src/test/libcxx/numerics/complex.number/ |
D | cmplx.over.pow.pass.cpp | 34 pow(const T&, const std::complex<U>&) { in pow() function 42 pow(const std::complex<T>&, const U&) { in pow() function 50 pow(const std::complex<T>&, const std::complex<U>&) { in pow() function
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/numerics/complex.number/ |
D | cmplx.over.pow.pass.cpp | 34 pow(const T&, const std::complex<U>&) { in pow() function 42 pow(const std::complex<T>&, const U&) { in pow() function 50 pow(const std::complex<T>&, const std::complex<U>&) { in pow() function
|
/external/rust/android-crates-io/crates/num-complex/src/ |
D | pow.rs | 153 fn pow(self, exp: Complex<T>) -> Self::Output { in pow() method 163 fn pow(self, &exp: &'b Complex<T>) -> Self::Output { in pow() method 173 fn pow(self, exp: Complex<T>) -> Self::Output { in pow() method 183 fn pow(self, &exp: &'b Complex<T>) -> Self::Output { in pow() method
|
/external/pytorch/c10/util/ |
D | complex_math.h | 77 C10_HOST_DEVICE inline c10::complex<T> pow( in pow() function 90 C10_HOST_DEVICE inline c10::complex<T> pow( in pow() function 103 C10_HOST_DEVICE inline c10::complex<T> pow( in pow() function 116 C10_HOST_DEVICE inline c10::complex<decltype(T() * U())> pow( in pow() function 129 C10_HOST_DEVICE inline c10::complex<decltype(T() * U())> pow( in pow() function 142 C10_HOST_DEVICE inline c10::complex<decltype(T() * U())> pow( in pow() function
|
D | BFloat16-math.h | 189 inline T pow(T a, double b) { in pow() function 196 inline T pow(T a, double b) { in pow() function 203 inline T pow(T a, T b) { in pow() function
|
/external/eigen/Eigen/src/Core/ |
D | GlobalFunctions.h | 143 pow(const Eigen::ArrayBase<Derived>& x, const Eigen::ArrayBase<ExponentDerived>& exponents) in pow() function 172 …const EIGEN_SCALAR_BINARYOP_EXPR_RETURN_TYPE(typename internal::promote_scalar_arg<typename Derive… in EIGEN_MSVC10_WORKAROUND_BINARYOP_RETURN_TYPE() 174 … EIGEN_SCALAR_BINARY_SUPPORTED(pow,Scalar,typename Derived::Scalar)>::type,Derived,pow)) in EIGEN_MSVC10_WORKAROUND_BINARYOP_RETURN_TYPE() argument
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
D | ArithmeticUtils.java | 590 public static int pow(final int k, final int e) in pow() method in ArithmeticUtils 635 public static int pow(final int k, long e) throws NotPositiveException { in pow() method in ArithmeticUtils 662 public static long pow(final long k, final int e) in pow() method in ArithmeticUtils 707 public static long pow(final long k, long e) throws NotPositiveException { in pow() method in ArithmeticUtils 733 public static BigInteger pow(final BigInteger k, int e) throws NotPositiveException { in pow() method in ArithmeticUtils 749 public static BigInteger pow(final BigInteger k, long e) throws NotPositiveException { in pow() method in ArithmeticUtils 775 public static BigInteger pow(final BigInteger k, BigInteger e) throws NotPositiveException { in pow() method in ArithmeticUtils
|
/external/rust/android-crates-io/crates/num-bigint/src/biguint/ |
D | power.rs | 13 fn pow(self, exp: &BigUint) -> BigUint { in pow() method 34 fn pow(self, exp: BigUint) -> BigUint { in pow() method 43 fn pow(self, exp: &BigUint) -> BigUint { in pow() method 58 fn pow(self, exp: BigUint) -> BigUint { in pow() method
|
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | math.hpp | 263 static const std::size_t pow = 31; member 272 static const std::size_t pow = 63; member 282 const std::size_t pow = (std::size_t)sqrt2_pow_max<std::size_t>::pow; in sqrt2_pow_2xplus1() local
|
/external/rust/android-crates-io/crates/num-traits/src/ |
D | pow.rs | 18 fn pow(self, rhs: RHS) -> Self::Output; in pow() method 179 pub fn pow<T: Clone + One + Mul<T, Output = T>>(mut base: T, mut exp: usize) -> T { in pow() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/ |
D | exponential_functions.h | 149 inline _LIBCPP_HIDE_FROM_ABI float pow(float __x, float __y) _NOEXCEPT { return __builtin_powf(__x,… in pow() function 152 _LIBCPP_HIDE_FROM_ABI double pow(double __x, double __y) _NOEXCEPT { in pow() function 156 inline _LIBCPP_HIDE_FROM_ABI long double pow(long double __x, long double __y) _NOEXCEPT { in pow() function 161 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type pow(_A1 __x, _A2 __y) _NOEXCEPT { in pow() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/ |
D | exponential_functions.h | 149 inline _LIBCPP_HIDE_FROM_ABI float pow(float __x, float __y) _NOEXCEPT { return __builtin_powf(__x,… in pow() function 152 _LIBCPP_HIDE_FROM_ABI double pow(double __x, double __y) _NOEXCEPT { in pow() function 156 inline _LIBCPP_HIDE_FROM_ABI long double pow(long double __x, long double __y) _NOEXCEPT { in pow() function 161 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type pow(_A1 __x, _A2 __y) _NOEXCEPT { in pow() function
|
/external/cronet/tot/third_party/libc++/src/include/__math/ |
D | exponential_functions.h | 149 inline _LIBCPP_HIDE_FROM_ABI float pow(float __x, float __y) _NOEXCEPT { return __builtin_powf(__x,… in pow() function 152 _LIBCPP_HIDE_FROM_ABI double pow(double __x, double __y) _NOEXCEPT { in pow() function 156 inline _LIBCPP_HIDE_FROM_ABI long double pow(long double __x, long double __y) _NOEXCEPT { in pow() function 161 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type pow(_A1 __x, _A2 __y) _NOEXCEPT { in pow() function
|
/external/cronet/stable/third_party/libc++/src/include/__math/ |
D | exponential_functions.h | 149 inline _LIBCPP_HIDE_FROM_ABI float pow(float __x, float __y) _NOEXCEPT { return __builtin_powf(__x,… in pow() function 152 _LIBCPP_HIDE_FROM_ABI double pow(double __x, double __y) _NOEXCEPT { in pow() function 156 inline _LIBCPP_HIDE_FROM_ABI long double pow(long double __x, long double __y) _NOEXCEPT { in pow() function 161 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type pow(_A1 __x, _A2 __y) _NOEXCEPT { in pow() function
|
/external/pytorch/aten/src/ATen/native/ |
D | Pow.cpp | 19 TORCH_META_FUNC2(pow, Tensor_Tensor) (const Tensor& base, const Tensor& exp) { in TORCH_META_FUNC2() argument 23 TORCH_META_FUNC2(pow, Tensor_Scalar) (const Tensor& base, const Scalar& exp) { in TORCH_META_FUNC2() argument 33 TORCH_META_FUNC2(pow, Scalar) (const Scalar& base, const Tensor& exp) { in TORCH_META_FUNC2() argument
|
/external/executorch/runtime/core/portable_type/ |
D | bfloat16_math.h | 189 inline T pow(T a, double b) { in pow() function 196 inline T pow(T a, double b) { in pow() function 203 inline T pow(T a, T b) { in pow() function
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
D | GCMExponentiator.java | 6 void exponentiateX(long pow, byte[] output); in exponentiateX()
|
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/ |
D | v_pow.c | 15 V_NAME(pow) (v_f64_t x, v_f64_t y) in V_NAME() argument
|
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/ |
D | v_pow.c | 15 V_NAME(pow) (v_f64_t x, v_f64_t y) in V_NAME() argument
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/modes/gcm/ |
D | GCMExponentiator.java | 10 void exponentiateX(long pow, byte[] output); in exponentiateX()
|
D | BasicGCMExponentiator.java | 17 public void exponentiateX(long pow, byte[] output) in exponentiateX()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/gcm/ |
D | GCMExponentiator.java | 10 void exponentiateX(long pow, byte[] output); in exponentiateX()
|
D | BasicGCMExponentiator.java | 17 public void exponentiateX(long pow, byte[] output) in exponentiateX()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | integer.inl | 7 GLM_FUNC_QUALIFIER int pow(int x, int y) function 112 GLM_FUNC_QUALIFIER uint pow(uint x, uint y) function
|
/external/pytorch/benchmarks/dynamo/microbenchmarks/ |
D | utils.py | 13 def powspace(start, stop, pow, step): argument
|