/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QuickTileLayout.java | 23 // Make everything square at the height of this view.
|
/prebuilts/tools/common/easymock-tools/ |
easymock.css | 46 list-style-type:square;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
NonSquareMatrixException.java | 24 * Thrown when an operation defined only for square matrices is applied to non-square ones.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
SecP192K1Point.java | 108 SecP192K1Field.square(Z1.x, S2); 127 SecP192K1Field.square(Z2.x, S1); 156 SecP192K1Field.square(H, HSquared); 171 SecP192K1Field.square(R, X3.x); 215 SecP192K1Field.square(Y1.x, Y1Squared); 218 SecP192K1Field.square(Y1Squared, T); 221 SecP192K1Field.square(X1.x, M); 235 SecP192K1Field.square(M, X3.x);
|
SecP192R1Point.java | 107 SecP192R1Field.square(Z1.x, S2); 126 SecP192R1Field.square(Z2.x, S1); 155 SecP192R1Field.square(H, HSquared); 170 SecP192R1Field.square(R, X3.x); 216 SecP192R1Field.square(Y1.x, Y1Squared); 219 SecP192R1Field.square(Y1Squared, T); 227 SecP192R1Field.square(Z1.x, Z1Squared); 247 SecP192R1Field.square(M, X3.x);
|
SecP224K1Point.java | 108 SecP224K1Field.square(Z1.x, S2); 127 SecP224K1Field.square(Z2.x, S1); 156 SecP224K1Field.square(H, HSquared); 171 SecP224K1Field.square(R, X3.x); 215 SecP224K1Field.square(Y1.x, Y1Squared); 218 SecP224K1Field.square(Y1Squared, T); 221 SecP224K1Field.square(X1.x, M); 235 SecP224K1Field.square(M, X3.x);
|
SecP224R1Point.java | 106 SecP224R1Field.square(Z1.x, S2); 125 SecP224R1Field.square(Z2.x, S1); 154 SecP224R1Field.square(H, HSquared); 169 SecP224R1Field.square(R, X3.x); 214 SecP224R1Field.square(Y1.x, Y1Squared); 217 SecP224R1Field.square(Y1Squared, T); 225 SecP224R1Field.square(Z1.x, Z1Squared); 245 SecP224R1Field.square(M, X3.x);
|
SecP256K1Point.java | 108 SecP256K1Field.square(Z1.x, S2); 127 SecP256K1Field.square(Z2.x, S1); 156 SecP256K1Field.square(H, HSquared); 171 SecP256K1Field.square(R, X3.x); 215 SecP256K1Field.square(Y1.x, Y1Squared); 218 SecP256K1Field.square(Y1Squared, T); 221 SecP256K1Field.square(X1.x, M); 235 SecP256K1Field.square(M, X3.x);
|
SecP256R1Point.java | 106 SecP256R1Field.square(Z1.x, S2); 125 SecP256R1Field.square(Z2.x, S1); 154 SecP256R1Field.square(H, HSquared); 169 SecP256R1Field.square(R, X3.x); 214 SecP256R1Field.square(Y1.x, Y1Squared); 217 SecP256R1Field.square(Y1Squared, T); 225 SecP256R1Field.square(Z1.x, Z1Squared); 245 SecP256R1Field.square(M, X3.x);
|
SecP384R1Point.java | 106 SecP384R1Field.square(Z1.x, S2); 125 SecP384R1Field.square(Z2.x, S1); 154 SecP384R1Field.square(H, HSquared); 169 SecP384R1Field.square(R, X3.x); 215 SecP384R1Field.square(Y1.x, Y1Squared); 218 SecP384R1Field.square(Y1Squared, T); 226 SecP384R1Field.square(Z1.x, Z1Squared); 246 SecP384R1Field.square(M, X3.x);
|
SecP192K1FieldElement.java | 110 public ECFieldElement square() method in class:SecP192K1FieldElement 113 SecP192K1Field.square(x, z); 148 SecP192K1Field.square(x1, x2); 151 SecP192K1Field.square(x2, x3); 185 SecP192K1Field.square(t1, t1); 188 SecP192K1Field.square(t1, t2);
|
SecP224R1FieldElement.java | 111 public ECFieldElement square() method in class:SecP224R1FieldElement 114 SecP224R1Field.square(x, z); 154 SecP224R1Field.square(t, r); 207 SecP224R1Field.square(e1, f1); 237 SecP224R1Field.square(d, t);
|
/external/eigen/doc/ |
TopicLinearAlgebraDecompositions.dox | 141 <td>Square</td> 153 <td>Square and real</td> 165 <td>Square</td> 179 <td>Square and real</td> 191 <td>Square</td> 215 <td>Square</td> 231 <li><a name="note3">\b 3: </a>Our JacobiSVD is two-sided, making for proven and optimal precision for square matrices. For non-square matrices, we have to use a QR preconditioner first. The default choice, ColPivHouseholderQR, is already very reliable, but if you want it to be proven, use FullPivHouseholderQR instead.
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
compare.h | 30 // Sum Square Error - used to compute Mean Square Error or PSNR.
|
/external/libyuv/files/include/libyuv/ |
compare.h | 25 // Sum Square Error - used to compute Mean Square Error or PSNR.
|
/external/okhttp/mockwebserver/ |
pom.xml | 49 <link>http://square.github.io/okhttp/javadoc/</link> 50 <link>http://square.github.io/okio/</link>
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
AccessHeaders.java | 2 * Copyright (C) 2014 Square, Inc. 28 .url("https://api.github.com/repos/square/okhttp/issues")
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
GridItemThumbnail.java | 24 * Ensures that grid thumbnails are always square. 43 // grid layout - so to make the items square, throw out the height and use the width for
|
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
ColorPickerSwatch.java | 36 * Interface for a callback when a color square is selected. 41 * Called when a specific color square has been selected.
|
/external/eigen/test/eigen2/ |
eigen2_cwiseop.cpp | 77 VERIFY_IS_APPROX(m1.cwise().pow(2), m1.cwise().square()); 98 VERIFY_IS_APPROX(m3.cwise().square(), m1.cwise().abs()); 99 VERIFY_IS_APPROX(m1.cwise().square().cwise().sqrt(), m1.cwise().abs()); 102 VERIFY_IS_APPROX(m1.cwise().pow(2), m1.cwise().square()); 109 VERIFY_IS_APPROX(mones, m1.cwise().sin().cwise().square() + m1.cwise().cos().cwise().square());
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
variance_impl_mmx.asm | 112 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 and accumulat [all...] |
/external/eigen/unsupported/Eigen/ |
MatrixFunctions | 43 * - \ref matrixbase_sqrt "MatrixBase::sqrt()", for computing the matrix square root 84 \param[in] M a square matrix. 101 \param[in] M a square matrix. 192 square roots computed by MatrixBase::sqrt(). 232 \param[in] M base of the matrix power, should be a square matrix. 294 \param[in] M argument of matrix function, should be a square matrix. 350 \param[in] M a square matrix. 368 \param[in] M a square matrix. 379 Compute the matrix square root. 385 \param[in] M invertible matrix whose square root is to be computed [all...] |
/external/boringssl/src/crypto/bn/ |
sqrt.c | 141 * modulo (|p|-1)/2, and square roots can be computed 162 * In this case 2 is always a non-square since 164 * So if a really is a square, then 2*a is a non-square. 226 * First, find some y that is not a square. */ 269 /* Many rounds and still no non-square -- this is more likely 283 /* Now that we have some non-square, we can find an element 298 * As a^q is a square and y is not, k must be even. 308 * so it is the square root that we are looking for. 408 /* verify the result -- the input might have been not a square [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/ |
ChiSquareTest.java | 22 * An interface for Chi-Square tests. 32 * Chi-Square statistic</a> comparing <code>observed</code> and <code>expected</code> 35 * This statistic can be used to perform a Chi-Square test evaluating the null hypothesis that 62 * Chi-square goodness of fit test</a> comparing the <code>observed</code> 91 * Chi-square goodness of fit test</a> evaluating the null hypothesis that the observed counts 125 * Computes the Chi-Square statistic associated with a 127 * chi-square test of independence</a> based on the input <code>counts</code> 158 * chi-square test of independence</a> based on the input <code>counts</code> 186 * chi-square test of independence</a> evaluating the null hypothesis that the classifications
|
/device/generic/goldfish/camera/ |
EmulatedFakeCameraDevice.h | 44 * There is also a green, or red square that bounces inside the frame, changing 106 /* Draws a square of the given color in the current frame buffer. 108 * x, y - Coordinates of the top left corner of the square in the buffer. 109 * size - Size of the square's side. 110 * color - Square's color.
|