Home
last modified time | relevance | path

Searched refs:sides (Results 1 – 25 of 67) 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/walt/pywalt/pywalt/
Dminimization.py121 sides = (((numpy.arange(len(tl)) + 1) / 2) % 2)
125 xls = xl[sides == side]
126 yls = yl[sides == side]
/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/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.cpp171 static int nsCSSRect::* sides; variable
176 int& x = dimenX.*sides; in ParseBoxCornerRadii()
/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/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
DT.g47 stat: ID '=' expr ';' { $body::decls->add($ID.text); } // track left-hand-sides
/external/llvm/test/Instrumentation/DataFlowSanitizer/
Dunion.ll21 ; In this case, we compute the unions on both sides because neither block
/external/libcups/filter/
Draster.c206 const char *sides, /* I - IPP "sides" option value */ in cupsRasterInitPWGHeader() argument
368 if (sides) in cupsRasterInitPWGHeader()
370 if (!strcmp(sides, "two-sided-long-edge")) in cupsRasterInitPWGHeader()
374 else if (!strcmp(sides, "two-sided-short-edge")) in cupsRasterInitPWGHeader()
379 else if (strcmp(sides, "one-sided")) in cupsRasterInitPWGHeader()
381 _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
/external/walt/docs/
DDragLatency.md35 …calculated separately for the upper and the lower lines (corresponding to two sides of the finger).
/external/llvm/test/Transforms/LoopVectorize/AArch64/
Dbackedge-overflow.ll5 ; icmp with one of the sides being a loop varying non-AddRec expression.
/external/python/cpython2/Lib/test/
Dcmath_testcases.txt73 -- values along both sides of real axis
245 -- values along both sides of real axis
417 -- values along both sides of real axis
575 -- values along both sides of imaginary axis
741 -- values along both sides of imaginary axis
904 -- values along both sides of real axis
1079 -- values along both sides of real axis
1247 -- values along both sides of real axis
1417 -- values along both sides of real axis
/external/libnl/doc/stylesheets/
Dvolnitsky.css407 table.tableblock.frame-sides {
Dasciidoc.css500 table.tableblock.frame-sides {
/external/curl/docs/
DCODE_STYLE.md152 Please use spaces on both sides of operators in C expressions. Postfix `(),
/external/python/cpython2/Doc/library/
Dcmath.rst20 sides of the branch cut: the sign of the zero distinguishes one

123