Home
last modified time | relevance | path

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

123

/external/eigen/test/
Dgeo_alignedbox.cpp120 Vector2f sides = M-m; in specificTest1() local
121 VERIFY_IS_APPROX(sides, box.sizes() ); in specificTest1()
122 VERIFY_IS_APPROX(sides[1], box.sizes()[1] ); in specificTest1()
123 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() ); in specificTest1()
124 VERIFY_IS_APPROX(sides[0], box.sizes().minCoeff() ); in specificTest1()
147 Vector3i sides = M-m; in specificTest2() local
148 VERIFY_IS_APPROX(sides, box.sizes() ); in specificTest2()
149 VERIFY_IS_APPROX(sides[1], box.sizes()[1] ); in specificTest2()
150 VERIFY_IS_APPROX(sides[1], box.sizes().maxCoeff() ); in specificTest2()
151 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/libcups/cups/
Dppd-mark.c66 *sides; /* sides option */ in cupsMarkOptions() local
90 sides = cupsGetOption("sides", num_options, options); in cupsMarkOptions()
96 if ((media || output_bin || print_color_mode || print_quality || sides) && in cupsMarkOptions()
233 if (sides && cache->sides_option && in cupsMarkOptions()
240 if (!strcmp(sides, "one-sided") && cache->sides_1sided) in cupsMarkOptions()
242 else if (!strcmp(sides, "two-sided-long-edge") && in cupsMarkOptions()
245 else if (!strcmp(sides, "two-sided-short-edge") && in cupsMarkOptions()
Draster.h419 …*h, pwg_media_t *media, const char *type, int xdpi, int ydpi, const char *sides, const char *sheet…
/external/clang/test/SemaCXX/
Dcrashes.cpp171 static int nsCSSRect::* sides; variable
176 int& x = dimenX.*sides; in ParseBoxCornerRadii()
/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/snakeyaml/src/test/resources/pyyaml/
Dconstruct-seq.data3 - Mercury # Rotates - no light/dark sides.
/external/llvm/test/YAMLParser/
Dconstruct-seq.test5 - 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/libcups/filter/
Draster.c122 const char *sides, /* I - IPP "sides" option value */ in cupsRasterInitPWGHeader() argument
284 if (sides) in cupsRasterInitPWGHeader()
286 if (!strcmp(sides, "two-sided-long-edge")) in cupsRasterInitPWGHeader()
290 else if (!strcmp(sides, "two-sided-short-edge")) in cupsRasterInitPWGHeader()
295 else if (strcmp(sides, "one-sided")) in cupsRasterInitPWGHeader()
297 _cupsRasterAddError("Unsupported sides value \'%s\'.", sides); in cupsRasterInitPWGHeader()
/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.dox166 The solve() function computes the solution of the linear systems with one or many right hand sides.
170 …e different right hand sides. The solve() function can be called several times as well, for instan…
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.
/external/llvm/test/Transforms/LoopVectorize/AArch64/
Dbackedge-overflow.ll5 ; icmp with one of the sides being a loop varying non-AddRec expression.
/external/curl/docs/
DCODE_STYLE.md147 Please use spaces on both sides of operators in C expressions. Postfix `(),
/external/libnl/doc/stylesheets/
Dvolnitsky.css407 table.tableblock.frame-sides {
Dasciidoc.css500 table.tableblock.frame-sides {
Dflask.css492 table.tableblock.frame-sides {
/external/netperf/
DAUTHORS192 Changes to allow UDP_STREAM to use connected sockets on both sides.
/external/openssh/
Dsshd.0161 the server. Both sides then use this random number as a session key
199 The sides then enter session mode. In this mode, either side may send
205 client, and both sides exit.

123