Home
last modified time | relevance | path

Searched refs:balanced (Results 1 – 25 of 39) sorted by relevance

12

/external/eigen/unsupported/Eigen/src/Polynomials/
DCompanion.h110 bool balanced( Scalar colNorm, Scalar rowNorm,
142 bool companion<_Scalar,_Deg>::balanced( Scalar colNorm, Scalar rowNorm, in balanced() function
231 if( !balanced( colNorm, rowNorm, hasConverged, colB, rowB ) ) in balance()
248 if( !balanced( colNorm, rowNorm, hasConverged, colB, rowB ) ) in balance()
264 if( !balanced( colNorm, rowNorm, hasConverged, colB, rowB ) ) in balance()
/external/python/cpython2/Objects/
Dlistsort.txt195 Discussion: The tests that end up doing (close to) perfectly balanced
197 also ends up doing balanced merges, but systematically benefits a lot from
199 %sort approaches having a balanced merge at the end because the random
241 1. Random data strongly tends then toward perfectly balanced (both runs have
262 here, so that the merges end up perfectly balanced (see next section). We
276 balanced merges (see next section), leaving runs of lengths 2048 and 64 to
283 runs each of length 33, and then all merges are perfectly balanced. Better!
369 trigger 7 perfectly balanced merges.
375 then we get a sequence of perfectly balanced merges (with, perhaps, some
592 ~sort is a good example of when balanced runs could benefit from a better
/external/python/cpython3/Objects/
Dlistsort.txt195 Discussion: The tests that end up doing (close to) perfectly balanced
197 also ends up doing balanced merges, but systematically benefits a lot from
199 %sort approaches having a balanced merge at the end because the random
241 1. Random data strongly tends then toward perfectly balanced (both runs have
262 here, so that the merges end up perfectly balanced (see next section). We
276 balanced merges (see next section), leaving runs of lengths 2048 and 64 to
283 runs each of length 33, and then all merges are perfectly balanced. Better!
369 trigger 7 perfectly balanced merges.
375 then we get a sequence of perfectly balanced merges (with, perhaps, some
592 ~sort is a good example of when balanced runs could benefit from a better
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dcontrib.training.md34 is more balanced.
/external/iptables/extensions/
Dlibxt_NFQUEUE.man17 This specifies a range of queues to use. Packets are then balanced across the given queues.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DFastQueue.m39 * it resets to start filling at 0 again. If adds/removes are balanced, the
/external/llvm/test/CodeGen/X86/
Dswitch-bt.ll141 ; The balanced binary switch here would start with a comparison against 39, but
Dmisched-balance.ll232 ; balanced heuristics are interesting here because we have resource,
Dmachine-combiner.ll87 ; Verify that we reassociate some of these ops. The optimal balanced tree of adds is not
Dswitch.ll730 ; If the tree were balanced based on number of clusters, {0-3,100} would go on
/external/llvm/test/CodeGen/PowerPC/
Dmachine-combiner.ll65 ; Verify that we reassociate some of these ops. The optimal balanced tree of adds is not
/external/llvm/test/CodeGen/AArch64/
Dmachine-combiner.ll54 ; Verify that we reassociate some of these ops. The optimal balanced tree of adds is not
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/
Dcfg-hazards.ll363 ; Don't delete anything if they're not balanced.
/external/icu/icu4c/source/test/testdata/
Dre_tests.txt487 a(?{)b - c - Sequence (?{...}) not terminated or not {}-balanced
488 a(?{{})b - c - Sequence (?{...}) not terminated or not {}-balanced
490 a(?{"{"})b - c - Sequence (?{...}) not terminated or not {}-balanced
/external/llvm/test/Transforms/ObjCARC/
Dcfg-hazards.ll364 ; Don't delete anything if they're not balanced.
/external/libxml2/
DTODO169 - Parsing of a well balanced chunk xmlParseBalancedChunkMemory()
/external/valgrind/docs/internals/
Dxml-output.txt82 All tags are balanced: a <foo> tag is always closed by </foo>. Hence
/external/freetype/src/autofit/
Dafblue.dat47 // - Data blocks enclosed in balanced braces, which get copied verbatim and
/external/tensorflow/tensorflow/examples/udacity/
D1_notmnist.ipynb492 "Another check: we expect the data to be balanced across classes. Verify that.\n",
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h.orig1073 // doesn't expand to a balanced 'if' statement, so enclose the macro
/external/python/cpython3/Doc/howto/
Dregex.rst1275 you're trying to match a pair of balanced delimiters, such as the angle brackets
/external/python/cpython2/Doc/howto/
Dregex.rst1289 you're trying to match a pair of balanced delimiters, such as the angle brackets
/external/mksh/src/
Dcheck.t3062 balanced=$(cat <<EOF
3065 echo = $balanced =
3073 balanced=$(cat <<EOF
3076 echo = $balanced =
/external/llvm/lib/Target/
DREADME.txt51 into llvm.powi calls, allowing the code generator to produce balanced
/external/clang/docs/
DLanguageExtensions.rst1255 +1 retain count, which will be balanced in some way by the function or method.

12