Searched refs:square (Results 1 - 25 of 88) sorted by last modified time

1234

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/zlib/src/
H A Dcrc32.c52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
344 local void gf2_matrix_square(square, mat)
345 unsigned long *square;
351 square[n] = gf2_matrix_times(mat, mat[n]);
383 /* apply len2 zeros to crc1 (first square will put the operator for one
/external/skia/tests/
H A DPathTest.cpp1090 SkPath square; local
1091 square.moveTo(0, 0);
1092 square.lineTo(SK_Scalar1, 0);
1093 square.lineTo(SK_Scalar1, SK_Scalar1);
1094 square.lineTo(0, SK_Scalar1);
1095 square.close();
1096 check_convexity(reporter, square, SkPath::kConvex_Convexity);
1097 check_direction(reporter, square, SkPath::kCW_Direction);
/external/skia/third_party/etc1/
H A Detc1.cpp206 // Output is a 4 x 4 square of 3-byte pixels in form R, G, B
302 inline int square(int x) { function
320 etc1_uint32 score = (etc1_uint32) (6 * square(decodedG - pixelG));
325 score += (etc1_uint32) (3 * square(decodedR - pixelR));
330 score += (etc1_uint32) square(decodedB - pixelB);
487 // Input is a 4 x 4 square of 3-byte pixels in form R, G, B
/external/skia/tools/lua/
H A Dscrape_dashing_full.lua51 resetTableKeys(dash_cap, {"butt", "round", "square"})
94 increment(dash_cap, "square")
/external/skia/experimental/Intersection/
H A DQuadraticUtilities.cpp108 double square = B * B - 4 * A * C;
109 if (approximately_negative(square)) {
110 if (!approximately_positive(square)) {
113 square = 0;
115 double squareRt = sqrt(square);
/external/qemu/distrib/zlib-1.2.8/
H A Dcrc32.c52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
344 local void gf2_matrix_square(square, mat)
345 unsigned long *square;
351 square[n] = gf2_matrix_times(mat, mat[n]);
383 /* apply len2 zeros to crc1 (first square will put the operator for one
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_crc32.c52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
345 unsigned long *square,
351 square[n] = gf2_matrix_times(mat, mat[n]);
383 /* apply len2 zeros to crc1 (first square will put the operator for one
344 gf2_matrix_square( unsigned long *square, unsigned long *mat) argument
/external/pdfium/fpdfsdk/src/javascript/
H A DConsts.cpp111 JS_STATIC_CONST_ENTRY_STRING(sq, square)
/external/opencv/cv/src/
H A Dcvcamshift.cpp175 double theta = 0, square; local
232 square = sqrt( 4 * b * b + (a - c) * (a - c) );
235 theta = atan2( 2 * b, a - c + square );
/external/oprofile/events/x86-64/family10/
H A Dunit_masks245 0x04 Single precision divide/square root ops
248 0x20 Double precision divide/square root ops
/external/llvm/lib/Support/
H A DAPInt.cpp1263 // Square Root - this method computes and returns the square root of "this".
1269 // the Babylonian method for computing square roots is used.
1305 // is a classical Babylonian method for computing the square root. This code
1322 // Use the Babylonian method to arrive at the integer square root:
1336 APInt square(x_old * x_old);
1338 if (this->ult(square))
1341 APInt midpoint((nextSquare - square).udiv(two));
1342 APInt offset(*this - square);
/external/libvpx/libvpx/vp8/common/x86/
H A Dvariance_impl_mmx.asm112 pmaddwd mm0, mm0 ; square and accumulate
113 pmaddwd mm2, mm2 ; square and accumulate
136 pmaddwd mm0, mm0 ; square and accumulate
137 pmaddwd mm2, mm2 ; square and accumulate
159 pmaddwd mm0, mm0 ; square and accumulate
160 pmaddwd mm2, mm2 ; square and accumulate
182 pmaddwd mm0, mm0 ; square and accumulate
183 pmaddwd mm2, mm2 ; square and accumulate
205 pmaddwd mm0, mm0 ; square and accumulate
206 pmaddwd mm2, mm2 ; square an
[all...]
H A Dvariance_impl_sse2.asm744 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
866 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
969 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
1081 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
1183 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
1293 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance_impl_sse2.asm74 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
H A Dvp9_variance_impl_mmx.asm112 pmaddwd mm0, mm0 ; square and accumulate
113 pmaddwd mm2, mm2 ; square and accumulate
136 pmaddwd mm0, mm0 ; square and accumulate
137 pmaddwd mm2, mm2 ; square and accumulate
159 pmaddwd mm0, mm0 ; square and accumulate
160 pmaddwd mm2, mm2 ; square and accumulate
182 pmaddwd mm0, mm0 ; square and accumulate
183 pmaddwd mm2, mm2 ; square and accumulate
205 pmaddwd mm0, mm0 ; square and accumulate
206 pmaddwd mm2, mm2 ; square an
[all...]
H A Dvp9_variance_impl_sse2.asm462 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/libvorbis/doc/
H A D01-introduction.tex422 decoupling operation is the same for all pairs, converting square
H A D04-codec.tex204 \item if set, square polar channel mapping is in use:
/external/guava/guava-tests/test/com/google/common/collect/
H A DMultimapsTest.java796 Function<Integer, Integer> square = new Function<Integer, Integer>() {
803 Multimaps.transformValues(multimap, square);
829 Function<Integer, Integer> square = new Function<Integer, Integer>() {
836 Multimaps.transformValues(multimap, square);
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/eigen/Eigen/src/Core/
H A DAssign_MKL.h210 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_REAL(square, Sqr)
/external/eigen/Eigen/src/Eigen2Support/
H A DCwise.h86 const EIGEN_CWISE_UNOP_RETURN_TYPE(internal::scalar_square_op) square() const;
H A DCwiseOperators.h135 /** \deprecated ArrayBase::square() */
138 Cwise<ExpressionType>::square() const function in class:Eigen::Cwise
/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h21 * \sa abs(), square()
55 /** \returns an expression of the coefficient-wise square root of *this.
60 * \sa pow(), square()
163 /** \returns an expression of the coefficient-wise square of *this.
171 square() const function
181 * \sa square(), pow()

Completed in 318 milliseconds

1234