Home
last modified time | relevance | path

Searched refs:sides (Results 1 – 25 of 41) sorted by relevance

12

/external/eigen/test/
Dgeo_alignedbox.cpp111 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/
DSkOpCubicHull.cpp85 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/
Dstopstate.st1 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
Ddot.stg72 node [fontsize=11, shape = <if(useBox)>polygon,sides=4,peripheries=2<else>doublecircle, fixedsize=t…
/external/clang/test/SemaCXX/
Dcrashes.cpp166 static int nsCSSRect::* sides; variable
171 int& x = dimenX.*sides; in ParseBoxCornerRadii()
/external/llvm/test/YAMLParser/
Dconstruct-seq.data5 - Mercury # Rotates - no light/dark sides.
/external/iproute2/doc/
Dpreamble.tex10 % To print it in compact form: both sides on one sheet (psnup -2)
/external/hyphenation-patterns/Ethi/
Dhyph-und-ethi.lic.txt18 % do for the moment is to simply allow break on either sides of Ethiopic
/external/llvm/test/Instrumentation/DataFlowSanitizer/
Dunion.ll21 ; In this case, we compute the unions on both sides because neither block
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
DT.g47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
/external/eigen/doc/
DHiPerformance.dox31 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.
DSparseLinearSystems.dox129 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…
DPreprocessorDirectives.dox35 …- \b EIGEN_NO_AUTOMATIC_RESIZING - if defined, the matrices (or arrays) on both sides of an assign…
DTutorialBlockOperations.dox105 Eigen also provides special methods for blocks that are flushed against one of the corners or sides
DTopicAliasing.dox138 eval() \endlink even though the same matrix appears on both sides of the assignments.
DA05_PortingFrom2To3.dox94 both sides must be converted to an \em array as in the above example. On the other hand, when you
DInsideEigenExample.dox276 …re the dimesions to match. Anyway, here both the left-hand and right-hand sides are column vectors…
/external/libvpx/libvpx/vp8/common/x86/
Dpostproc_mmx.asm279 … psubusb mm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
Dpostproc_sse2.asm693 … psubusb xmm1, [rdx] ;blackclamp ; clamp both sides so we don't outrange adding noise
/external/lldb/utils/vim-lldb/plugin/
Dlldb.vim147 " Will strip all non-alphabetic characters from both sides
/external/v8/test/webkit/
Ddfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt24 …r final object or other (i.e. null or undefined) doesn't assert when both sides are also proven fi…
Ddfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt24 …r final object or other (i.e. null or undefined) doesn't assert when both sides are also proven fi…
/external/openssh/
Dsshd.0162 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/
Ddo-it-yourself-framework.txt332 <http://www.python.org/peps/pep-0333.html#middleware-components-that-play-both-sides>`_
/external/bison/tests/
Dglr-regression.at652 ## Incorrect default location for empty right-hand sides. Adapted from bug ##

12