/external/eigen/test/ |
D | geo_alignedbox.cpp | 120 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/ |
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/libcups/cups/ |
D | ppd-mark.c | 66 *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()
|
D | raster.h | 419 …*h, pwg_media_t *media, const char *type, int xdpi, int ydpi, const char *sides, const char *sheet…
|
/external/clang/test/SemaCXX/ |
D | crashes.cpp | 171 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/ |
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/snakeyaml/src/test/resources/pyyaml/ |
D | construct-seq.data | 3 - Mercury # Rotates - no light/dark sides.
|
/external/llvm/test/YAMLParser/ |
D | construct-seq.test | 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/libcups/filter/ |
D | raster.c | 122 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/ |
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 | 166 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…
|
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.
|
/external/llvm/test/Transforms/LoopVectorize/AArch64/ |
D | backedge-overflow.ll | 5 ; icmp with one of the sides being a loop varying non-AddRec expression.
|
/external/curl/docs/ |
D | CODE_STYLE.md | 147 Please use spaces on both sides of operators in C expressions. Postfix `(),
|
/external/libnl/doc/stylesheets/ |
D | volnitsky.css | 407 table.tableblock.frame-sides {
|
D | asciidoc.css | 500 table.tableblock.frame-sides {
|
D | flask.css | 492 table.tableblock.frame-sides {
|
/external/netperf/ |
D | AUTHORS | 192 Changes to allow UDP_STREAM to use connected sockets on both sides.
|
/external/openssh/ |
D | sshd.0 | 161 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.
|