HomeSort by relevance Sort by last modified time
    Searched refs:square (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /external/eigen/Eigen/src/Eigen2Support/
Cwise.h 86 const EIGEN_CWISE_UNOP_RETURN_TYPE(internal::scalar_square_op) square() const;
CwiseOperators.h 135 /** \deprecated ArrayBase::square() */
138 Cwise<ExpressionType>::square() const function in class:Eigen::Cwise
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 198 // Output is a 4 x 4 square of 3-byte pixels in form R, G, B
294 inline int square(int x) { function
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
317 score += (etc1_uint32) (3 * square(decodedR - pixelR));
322 score += (etc1_uint32) square(decodedB - pixelB);
479 // Input is a 4 x 4 square of 3-byte pixels in form R, G, B
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 198 // Output is a 4 x 4 square of 3-byte pixels in form R, G, B
294 inline int square(int x) { function
312 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
317 score += (etc1_uint32) (3 * square(decodedR - pixelR));
322 score += (etc1_uint32) square(decodedB - pixelB);
479 // Input is a 4 x 4 square of 3-byte pixels in form R, G, B
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance_impl_sse2.asm 74 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
181 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
287 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
vp9_variance_impl_sse2.asm 462 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
571 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
678 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
  /external/bison/lib/
hash.c 447 size_t square = divisor * divisor; local
449 while (square < candidate && (candidate % divisor))
452 square += 4 * divisor;
    [all...]
  /external/eigen/test/
array.cpp 197 VERIFY_IS_APPROX(m1.pow(2), m1.square());
198 VERIFY_IS_APPROX(std::pow(m1,2), m1.square());
201 VERIFY_IS_APPROX(std::pow(m1,exponents), m1.square());
umeyama.cpp 153 const Scalar error = ( cR_t_umeyama*src - dst ).array().square().sum();
  /hardware/invensense/60xx/mlsdk/mllite/
compass.c 80 static float square(float data) function
135 sum += square(avg - adap_filter->sequence[i]);
  /sdk/templates/docs/
default.css 190 list-style: square;
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 167 const pp::Rect& square,
173 if (square.Contains(x, y))
186 const pp::Rect& square,
194 return IsSquareInImage(readback, background_color, square, square_color);
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 210 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_REAL(square, Sqr)
  /external/eigen/test/eigen2/
eigen2_array.cpp 113 VERIFY_IS_APPROX(u.template lpNorm<2>(), ei_sqrt(u.cwise().abs().cwise().square().sum()));
eigen2_triangular.cpp 33 square = Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py 91 >>> y = x.square()
101 def square(self): member in class:SampleClass.NestedClass
605 0 SampleClass.NestedClass.square
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.py 91 >>> y = x.square()
101 def square(self): member in class:SampleClass.NestedClass
605 0 SampleClass.NestedClass.square
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 362 private ScreenViewer.LoupeStatus.ColoredSquare square; field in class:ScreenViewer.LoupeStatus
370 square = new ColoredSquare();
371 add(square, new GridBagConstraints(0, 0, 1, 2, 0.0f, 0.0f,
455 square.repaint();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 403 return new ECPoint.F2m(p.getCurve(), x.square(), y.square(), p.isCompressed());
IntArray.java 416 public IntArray square(int m)
  /external/chromium_org/chrome/renderer/resources/extensions/
set_icon.js 48 'is no larger than ' + iconSize + ' pixels square.');
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 310 # first square root using sed: 8k2v at 1:30am Dec 17, 1996
312 square root of negative number
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_util.js 365 // in a non-square box.
379 // We do not know the box size so we assume it is square.
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java 796 Function<Integer, Integer> square = new Function<Integer, Integer>() { local
803 Multimaps.transformValues(multimap, square);
829 Function<Integer, Integer> square = new Function<Integer, Integer>() { local
836 Multimaps.transformValues(multimap, square);
    [all...]
  /external/ceres-solver/internal/ceres/
schur_eliminator_impl.h 200 += diag.array().square().matrix();
239 ete = diag.array().square().matrix().asDiagonal();
321 ete = diag.array().square().matrix().asDiagonal();

Completed in 1861 milliseconds

1 23 4 5