| /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
|
| D | Decimal64.java | 478 public Decimal64 pow(final double p) { in pow() method in Decimal64 487 public Decimal64 pow(final int n) { in pow() method in Decimal64 496 public Decimal64 pow(final Decimal64 e) { in pow() method in Decimal64
|
| /external/rust/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/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/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/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 | 19 public void exponentiateX(long pow, byte[] output) in exponentiateX()
|
| D | Tables1kGCMExponentiator.java | 30 public void exponentiateX(long pow, byte[] output) in exponentiateX()
|
| /external/arm-optimized-routines/math/ |
| D | v_pow.c | 14 V_NAME(pow) (v_f64_t x, v_f64_t y) in V_NAME() argument
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/ |
| D | GCMExponentiator.java | 6 void exponentiateX(long pow, byte[] output); in exponentiateX()
|
| D | BasicGCMExponentiator.java | 15 public void exponentiateX(long pow, byte[] output) in exponentiateX()
|
| D | Tables1kGCMExponentiator.java | 26 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 | 19 public void exponentiateX(long pow, byte[] output) in exponentiateX()
|
| D | Tables1kGCMExponentiator.java | 30 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/sdv/vsomeip/third_party/boost/numeric/odeint/examples/quadmath/ |
| D | black_hole.cpp | 46 inline __float128 pow( __float128 x , __float128 y ) in pow() function 56 inline std::complex< __float128 > pow( std::complex< __float128> x , __float128 y ) in pow() function
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
| D | BigFraction.java | 940 public BigFraction pow(final int exponent) { in pow() method in BigFraction 957 public BigFraction pow(final long exponent) { in pow() method in BigFraction 976 public BigFraction pow(final BigInteger exponent) { in pow() method in BigFraction 996 public double pow(final double exponent) { in pow() method in BigFraction
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ |
| D | RealFieldElement.java | 171 T pow(double p); in pow() method 177 T pow(int n); in pow() method 184 T pow(T e) in pow() method
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/fraction/ |
| D | BigFraction.java | 863 public BigFraction pow(final int exponent) { in pow() method in BigFraction 884 public BigFraction pow(final long exponent) { in pow() method in BigFraction 909 public BigFraction pow(final BigInteger exponent) { in pow() method in BigFraction 934 public double pow(final double exponent) { in pow() method in BigFraction
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 129 __DEVICE__ float pow(float __base, float __exp) { in pow() function 132 __DEVICE__ float pow(float __base, int __iexp) { in pow() function 135 __DEVICE__ double pow(double __base, int __iexp) { in pow() function
|
| /external/cronet/third_party/libc++/src/test/std/experimental/simd/ |
| D | test_utils.h | 57 size_t pow = 1; in bit_ceil() local
|
| /external/guava/android/guava-tests/benchmark/com/google/common/math/ |
| D | IntMathBenchmark.java | 55 int pow(int reps) { in pow() method in IntMathBenchmark
|