/external/eigen/test/ |
D | geo_alignedbox.cpp | 111 Vector2f sides = M-m; in specificTest1() local 112 VERIFY_IS_APPROX(sides, box.sizes() ); in specificTest1() 113 VERIFY_IS_APPROX(sides[1], box.sizes()[1] ); in specificTest1() 114 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() ); in specificTest1() 115 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() ); in specificTest1() 138 Vector3i sides = M-m; in specificTest2() local 139 VERIFY_IS_APPROX(sides, box.sizes() ); in specificTest2() 140 VERIFY_IS_APPROX(sides[1], box.sizes()[1] ); in specificTest2() 141 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() ); in specificTest2() 142 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() ); in specificTest2()
|
/external/skia/src/pathops/ |
D | SkOpCubicHull.cpp | 85 int sides = side(rotPath[side1].fY - rotPath[yMin].fY); in convexHull() local 86 sides ^= side(rotPath[side2].fY - rotPath[yMin].fY); in convexHull() 87 if (sides == 2) { // '2' means one remaining point <0, one >0 in convexHull() 113 } else if (sides == 0) { // '0' means both to one side or the other in convexHull()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/ |
D | stopstate.st | 1 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
|
D | dot.stg | 72 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
|
/external/clang/test/SemaCXX/ |
D | crashes.cpp | 166 static int nsCSSRect::* sides; variable 171 int& x = dimenX.*sides; in ParseBoxCornerRadii()
|
/external/llvm/test/YAMLParser/ |
D | construct-seq.data | 5 - Mercury # Rotates - no light/dark sides.
|
/external/iproute2/doc/ |
D | preamble.tex | 10 % To print it in compact form: both sides on one sheet (psnup -2)
|
/external/hyphenation-patterns/Ethi/ |
D | hyph-und-ethi.lic.txt | 18 % do for the moment is to simply allow break on either sides of Ethiopic
|
/external/llvm/test/Instrumentation/DataFlowSanitizer/ |
D | union.ll | 21 ; In this case, we compute the unions on both sides because neither block
|
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/ |
D | T.g | 47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
|
/external/eigen/doc/ |
D | HiPerformance.dox | 31 When Eigen detects a matrix product, it analyzes both sides of the product to extract a 60 <td>Use .noalias() to tell Eigen the result and right-hand-sides do not alias.
|
D | SparseLinearSystems.dox | 129 The solve() function computes the solution of the linear systems with one or many right hand sides. 133 …e different right hand sides. The solve() function can be called several times as well, for instan…
|
D | PreprocessorDirectives.dox | 35 …- \b EIGEN_NO_AUTOMATIC_RESIZING - if defined, the matrices (or arrays) on both sides of an assign…
|
D | TutorialBlockOperations.dox | 105 Eigen also provides special methods for blocks that are flushed against one of the corners or sides…
|
D | TopicAliasing.dox | 138 eval() \endlink even though the same matrix appears on both sides of the assignments.
|
D | A05_PortingFrom2To3.dox | 94 both sides must be converted to an \em array as in the above example. On the other hand, when you
|
D | InsideEigenExample.dox | 276 …re the dimesions to match. Anyway, here both the left-hand and right-hand sides are column vectors…
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | postproc_mmx.asm | 279 … psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
|
D | postproc_sse2.asm | 693 … psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
|
/external/lldb/utils/vim-lldb/plugin/ |
D | lldb.vim | 147 " Will strip all non-alphabetic characters from both sides
|
/external/v8/test/webkit/ |
D | dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt | 24 …r final object or other (i.e. null or undefined) doesn't assert when both sides are also proven fi…
|
D | dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt | 24 …r final object or other (i.e. null or undefined) doesn't assert when both sides are also proven fi…
|
/external/openssh/ |
D | sshd.0 | 162 the server. Both sides then use this random number as a session key 200 The sides then enter session mode. In this mode, either side may send 206 client, and both sides exit.
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | do-it-yourself-framework.txt | 332 <http://www.python.org/peps/pep-0333.html#middleware-components-that-play-both-sides>`_
|
/external/bison/tests/ |
D | glr-regression.at | 652 ## Incorrect default location for empty right-hand sides. Adapted from bug ##
|