/libcore/ojluni/src/main/java/java/util/ |
Arrays.java | 155 * quicksorts to degrade to quadratic performance, and is typically 173 * quicksorts to degrade to quadratic performance, and is typically 195 * quicksorts to degrade to quadratic performance, and is typically 213 * quicksorts to degrade to quadratic performance, and is typically 235 * quicksorts to degrade to quadratic performance, and is typically 253 * quicksorts to degrade to quadratic performance, and is typically 275 * quicksorts to degrade to quadratic performance, and is typically 293 * quicksorts to degrade to quadratic performance, and is typically 315 * quicksorts to degrade to quadratic performance, and is typically 333 * quicksorts to degrade to quadratic performance, and is typicall [all...] |
/external/ImageMagick/ImageMagick/script/ |
conjure.html | 217 <td>geometry="geometry", width="integer", height="integer", filter="Point, Box, Triangle, Hermite, Hanning, Hamming, Blackman, Gaussian, Quadratic, Cubic, Catrom, Mitchell, Lanczos, Bessel, Sinc", support="double", blur="double"</td> [all...] |
/external/ImageMagick/www/ |
conjure.html | 221 <td>geometry="geometry", width="integer", height="integer", filter="Point, Box, Triangle, Hermite, Hanning, Hamming, Blackman, Gaussian, Quadratic, Cubic, Catrom, Mitchell, Lanczos, Bessel, Sinc", support="double", blur="double"</td> [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Sets.java | 68 * {@link AbstractSet} substitute without the potentially-quadratic 423 // quadratic cost of adding them to the COWAS directly. [all...] |
/external/python/cpython3/Modules/ |
gcmodule.c | 109 show quadratic performance, instead of linear as expected: see issue #4074). [all...] |
/external/ImageMagick/MagickCore/ |
resize.c | 379 static double Quadratic(const double x, 385 2rd order (quadratic) B-Spline approximation of Gaussian. 551 % Box Triangle Quadratic 770 { QuadraticFilter, BoxFilter }, /* Quadratic Gaussian approx */ [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
gcmodule.c | 102 show quadratic performance, instead of linear as expected: see issue #4074).
[all...] |
_randommodule.c | 248 * quadratic-time algorithm; we'd really like to use
|
/external/aac/libSBRdec/src/ |
lpp_tran.cpp | 597 /* Now check the quadratic criteria */ [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Sets.java | 64 * {@link AbstractSet} substitute without the potentially-quadratic [all...] |
/external/python/cpython2/Doc/library/ |
difflib.rst | 35 case and quadratic time in the expected case. :class:`SequenceMatcher` is 36 quadratic time for the worst case and has expected-case behavior dependent in a
|
/external/python/cpython3/Doc/library/ |
difflib.rst | 41 case and quadratic time in the expected case. :class:`SequenceMatcher` is 42 quadratic time for the worst case and has expected-case behavior dependent in a
|
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/ |
hmc_impl.py | 868 Assumes a simple quadratic kinetic energy function: `0.5 ||momentum||**2`. 872 ##### Simple quadratic potential. [all...] |
/external/tensorflow/tensorflow/python/ops/linalg/ |
linear_operator.py | 166 meaning the quadratic form `x^H A x` has positive real part for all 535 Here, positive definite means that the quadratic form `x^H A x` has positive [all...] |
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
RenderTests.java | 348 * for vector drawables (lines, moves and cubic and quadratic curves). 417 * for vector drawables (lines, moves and cubic and quadratic curves). [all...] |
/packages/apps/Contacts/src/com/android/contacts/widget/ |
MultiShrinkScroller.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
gmp.info-2 | 257 checking whether the input is a quadratic residue modulo small integers. 345 Above `GET_STR_PRECOMPUTE_THRESHOLD' a sub-quadratic algorithm is 355 of the sub-quadratic divide and conquer division (*note Divide and 390 implementation. Something similar would work for the sub-quadratic 394 Another possible improvement for the sub-quadratic part would be to 422 Above `SET_STR_PRECOMPUTE_THRESHOLD' a sub-quadratic algorithm is [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
int.go | 739 // to calculate the square root of any quadratic residue mod p quickly for 3 749 // root of a quadratic residue modulo any prime.
|
/prebuilts/go/linux-x86/src/math/big/ |
int.go | 739 // to calculate the square root of any quadratic residue mod p quickly for 3 749 // root of a quadratic residue modulo any prime.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
_randommodule.c | 248 * quadratic-time algorithm; we'd really like to use
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
telnetlib.py | 514 # The buffer size should be fairly small so as to avoid quadratic
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_random.py | 372 # in the seed. Unfortunately, that's a quadratic-time algorithm,
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
glob.c | 809 * crosses a power-of-two boundary; for v7 realloc, this would cause quadratic
|
/external/ImageMagick/Magick++/ |
ChangeLog | [all...] |
/external/compiler-rt/lib/lsan/ |
lsan_common.cc | 529 // A hard limit on the number of distinct leaks, to avoid quadratic complexity
|