HomeSort by relevance Sort by last modified time
    Searched defs:pow (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /device/google/contexthub/lib/libm/
wf_pow.c 170 double pow(double x, double y) function
172 double pow(x,y)
  /bionic/libm/x86/
e_pow.S 59 // pow(-0,y) = -INF and raises the divide-by-zero exception for y an odd
61 // pow(-0,y) = +INF and raises the divide-by-zero exception for y < 0 and
63 // pow(-0,y) = -0 for y an odd integer > 0.
64 // pow(-0,y) = +0 for y > 0 and not an odd integer.
65 // pow(-1,-INF) = 1.
66 // pow(+1,y) = 1 for any y, even a NaN.
67 // pow(x,-0) = 1 for any x, even a NaN.
68 // pow(x,y) = a NaN and raises the invalid exception for finite x < 0 and
70 // pow(x,-INF) = +INF for |x|<1.
71 // pow(x,-INF) = +0 for |x|>1
100 ENTRY(pow) function
    [all...]
  /external/eigen/Eigen/src/Core/
GlobalFunctions.h 55 pow(const Eigen::ArrayBase<Derived>& x, const typename Derived::Scalar& exponent) { function in namespace:Eigen
56 return x.derived().pow(exponent);
61 pow(const Eigen::ArrayBase<Derived>& x, const Eigen::ArrayBase<Derived>& exponents) function in namespace:Eigen
  /bionic/libm/x86_64/
e_pow.S 59 // pow(-0,y) = -INF and raises the divide-by-zero exception for y an odd
61 // pow(-0,y) = +INF and raises the divide-by-zero exception for y < 0 and
63 // pow(-0,y) = -0 for y an odd integer > 0.
64 // pow(-0,y) = +0 for y > 0 and not an odd integer.
65 // pow(-1,-INF) = 1.
66 // pow(+1,y) = 1 for any y, even a NaN.
67 // pow(x,-0) = 1 for any x, even a NaN.
68 // pow(x,y) = a NaN and raises the invalid exception for finite x < 0 and
70 // pow(x,-INF) = +INF for |x|<1.
71 // pow(x,-INF) = +0 for |x|>1
85 ENTRY(pow) function
    [all...]
  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 34 * \sa pow(), log(), sin(), cos()
60 * \sa pow(), square()
143 pow(const Scalar& exponent) const function
181 * \sa square(), pow()
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/java/lang/
StrictMath.java 51 public static double pow(double a, double b){ method in class:StrictMath
52 return Math.pow(a, b);
  /frameworks/base/core/java/android/util/
FloatMath.java 117 public static float pow(float x, float y) { method in class:FloatMath
118 return (float) Math.pow(x, y);
MathUtils.java 58 public static float pow(float a, float b) { method in class:MathUtils
59 return (float) Math.pow(a, b);
  /ndk/tests/device/test-stlport_shared-exception/jni/
ref9.cpp 30 ex pow() { return basic(); } function
34 try { pow (); } catch (int) {}
  /ndk/tests/device/test-stlport_static-exception/jni/
ref9.cpp 30 ex pow() { return basic(); } function
34 try { pow (); } catch (int) {}
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
natconv.go 38 // pow returns x**n for n > 0, and 1 otherwise.
39 func pow(x Word, n int) (p Word) { func
222 z = z.mulAddWW(z, pow(b1, i), di)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
natconv.go 35 // pow returns x**n for n > 0, and 1 otherwise.
36 func pow(x Word, n int) (p Word) { func
219 z = z.mulAddWW(z, pow(b1, i), di)
  /prebuilts/go/darwin-x86/src/math/big/
natconv.go 35 // pow returns x**n for n > 0, and 1 otherwise.
36 func pow(x Word, n int) (p Word) { func
219 z = z.mulAddWW(z, pow(b1, i), di)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
natconv.go 38 // pow returns x**n for n > 0, and 1 otherwise.
39 func pow(x Word, n int) (p Word) { func
222 z = z.mulAddWW(z, pow(b1, i), di)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
natconv.go 35 // pow returns x**n for n > 0, and 1 otherwise.
36 func pow(x Word, n int) (p Word) { func
219 z = z.mulAddWW(z, pow(b1, i), di)
  /prebuilts/go/linux-x86/src/math/big/
natconv.go 35 // pow returns x**n for n > 0, and 1 otherwise.
36 func pow(x Word, n int) (p Word) { func
219 z = z.mulAddWW(z, pow(b1, i), di)
  /external/guava/guava-tests/benchmark/com/google/common/math/
IntMathBenchmark.java 55 @Benchmark int pow(int reps) { method in class:IntMathBenchmark
59 tmp += IntMath.pow(positive[j], exponent[j]);
LongMathBenchmark.java 58 @Benchmark int pow(int reps) { method in class:LongMathBenchmark
62 tmp += LongMath.pow(positive[j], exponents[j]);
  /external/eigen/Eigen/src/Eigen2Support/
CwiseOperators.h 121 Cwise<ExpressionType>::pow(const Scalar& exponent) const function in class:Eigen::Cwise
  /external/opencv3/3rdparty/openexr/Imath/
ImathMath.h 113 static T pow (T x, T y) {return ::pow (double(x), double(y));} function in struct:Imath::Math
140 static float pow (float x, float y) {return ::powf (x, y);} function in struct:Imath::Math
  /external/opencv3/modules/cudaarithm/src/
element_operations.cpp 61 void cv::cuda::pow(InputArray, double, OutputArray, Stream&) { throw_no_cuda(); } function in class:cv::cuda
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 64 #define pow(x,y) ml_pow(x,y) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 64 #define pow(x,y) ml_pow(x,y) macro
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SmoothingUtils.java 63 final int pow = i + j; local
65 m0[i][j] += (float) Math.pow(xs[k], pow);
  /external/clang/test/CodeGenCXX/
temp-order.cpp 5 static unsigned pow(unsigned Base, unsigned Power) { function
30 TT.Product *= pow(P, ++TT.Index);
154 #define ORDER2(a, b) (pow(a, 1) * pow(b, 2))
155 #define ORDER3(a, b, c) (ORDER2(a, b) * pow(c, 3))
156 #define ORDER4(a, b, c, d) (ORDER3(a, b, c) * pow(d, 4))
157 #define ORDER5(a, b, c, d, e) (ORDER4(a, b, c, d) * pow(e, 5))
158 #define ORDER6(a, b, c, d, e, f) (ORDER5(a, b, c, d, e) * pow(f, 6))

Completed in 1420 milliseconds

1 2 3 4 5 6 7 8 9