Home
last modified time | relevance | path

Searched refs:isSquare (Results 1 – 13 of 13) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAnyMatrix.java32 boolean isSquare(); in isSquare() method
DBigMatrixImpl.java943 if (!isSquare()) { in getDeterminant()
961 public boolean isSquare() { in isSquare() method in BigMatrixImpl
1009 if (!isSquare()) { in getTrace()
1149 if (!isSquare()) { in solve()
DTriDiagonalTransformer.java69 if (!matrix.isSquare()) { in TriDiagonalTransformer()
DCholeskyDecompositionImpl.java101 if (!matrix.isSquare()) { in CholeskyDecompositionImpl()
DLUDecompositionImpl.java82 if (!matrix.isSquare()) { in LUDecompositionImpl()
DFieldLUDecompositionImpl.java75 if (!matrix.isSquare()) { in FieldLUDecompositionImpl()
DAbstractRealMatrix.java639 public boolean isSquare() {
DAbstractFieldMatrix.java646 public boolean isSquare() { in isSquare() method in AbstractFieldMatrix
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP224R1FieldElement.java144 if (!isSquare(c)) in sqrt()
180 private static boolean isSquare(int[] x) in isSquare() method in SecP224R1FieldElement
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP224R1FieldElement.java148 if (!isSquare(c)) in sqrt()
184 private static boolean isSquare(int[] x) in isSquare() method in SecP224R1FieldElement
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1123 const bool isSquare = testSize.textureSize.x() == testSize.textureSize.y(); in testTextureSize() local
1129 if (m_textureSpec.type == TEXTURETYPE_CUBE_MAP && !isSquare) in testTextureSize()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1603 const bool isSquare = textureSize.x() == textureSize.y(); in isValidCase() local
1604 const bool isCubeArray = isSquare && (textureSize.z() % 6) == 0; in isValidCase()
1610 if (type == TEXTURETYPE_CUBE_MAP && !isSquare) in isValidCase()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...