Searched defs:contraction (Results 1 - 4 of 4) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DResizableDoubleArray.java60 * is <code>MULTIPLICATIVE_MODE</code>, contraction is triggered when the
87 * The contraction criteria determines when the internal array will be
236 * @param contractionCriteria The contraction Criteria.
264 * @param contractionCriteria the contraction Criteria
349 // Check the contraction criteria
380 * Checks the expansion factor and the contraction criteria and throws an
385 * @param contraction criteria to be checked
389 protected void checkContractExpand(float contraction, float expansion) { argument
391 if (contraction < expansion) {
394 contraction, expansio
[all...]
/external/eigen/bench/tensors/
H A Dtensor_benchmarks.h388 // do a contraction which is equivalent to a matrix multiplication
389 void contraction(int num_iters) { function in class:BenchmarkSuite
/external/icu/icu4c/source/test/intltest/
H A Ditercoll.cpp221 // setting offset in the middle of a contraction
222 UnicodeString contraction = "change"; local
229 iter = tailored.createCollationElementIterator(contraction);
235 errln("Error: setting offset in the middle of a contraction should be the same as setting it to the start of the contraction");
240 contraction = "peache";
241 iter = tailored.createCollationElementIterator(contraction);
247 errln("Error: setting offset in the middle of a contraction should be the same as setting it to the start of the contraction");
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 1003 milliseconds