HomeSort by relevance Sort by last modified time
    Searched defs:pow (Results 26 - 50 of 292) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/math/
IntMath.java 181 * {@code BigInteger.valueOf(b).pow(k).intValue()}. This implementation runs in {@code O(log k)}
189 public static int pow(int b, int k) { method in class:IntMath
445 * <p>{@link #pow} may be faster, but does not check for overflow.
LongMath.java 225 * {@code BigInteger.valueOf(b).pow(k).longValue()}. This implementation runs in {@code O(log k)}
231 public static long pow(long b, int k) { method in class:LongMath
  /libcore/ojluni/src/main/java/java/lang/
StrictMath.java 55 * {@code cbrt}, {@code atan2}, {@code pow},
632 public static native double pow(double a, double b); method in class:StrictMath
    [all...]
  /libcore/ojluni/src/main/native/
jfdlibm.h 46 #define pow jpow macro
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 134 __DEVICE__ float pow(float __base, float __exp) { function
137 __DEVICE__ float pow(float __base, int __iexp) { function
140 __DEVICE__ double pow(double __base, int __iexp) { function
247 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
383 using ::pow;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 134 __DEVICE__ float pow(float __base, float __exp) { function
137 __DEVICE__ float pow(float __base, int __iexp) { function
140 __DEVICE__ double pow(double __base, int __iexp) { function
247 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
383 using ::pow;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 143 __DEVICE__ float pow(float __base, float __exp) { function
146 __DEVICE__ float pow(float __base, int __iexp) { function
149 __DEVICE__ double pow(double __base, int __iexp) { function
256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, pow);
392 using ::pow;
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorCtsHelper.java 103 squaredDiffs.add(Math.pow(difference, 2));
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
Complex.java 679 public Complex pow(Complex x) { method in class:Complex
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpMath.java 27 /** Name for traps triggered by pow. */
28 private static final String POW_TRAP = "pow";
211 public static Dfp pow(Dfp base, int a) method in class:DfpMath
259 * We use pow() to compute e<sup>n</sup> and a Taylor series to compute
337 x = x.divide(pow(a.newInstance(10000), lr)); /* This puts x in the range 0-10000 */
348 spy[0] = pow(a.getTwo(), p2); // use spy[0] temporarily as a divisor
505 public static Dfp pow(Dfp x, final Dfp y) { method in class:DfpMath
646 r = r.multiply(pow(two, b.intValue()));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 2210 .pow(new android.icu.math.BigDecimal("-71")); method
2282 .pow( method
    [all...]
  /external/icu/icu4c/source/i18n/
nfsubs.cpp 1301 int32_t pow = 0; local
    [all...]

Completed in 485 milliseconds

12 3 4 5 6 7 8 91011>>