/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/u-boot/drivers/demo/ |
D | demo-pdata.c | 12 .sides = 4. 16 .sides = 3. 20 .sides = 6.
|
D | demo-uclass.c | 70 pdata->sides = fdtdec_get_int(gd->fdt_blob, dn, "sides", 0); in demo_parse_dt() 72 if (!pdata->sides || !pdata->colour) { in demo_parse_dt()
|
D | demo-simple.c | 20 pdata->sides); in simple_hello()
|
/external/skqp/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/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/walt/pywalt/pywalt/ |
D | minimization.py | 121 sides = (((numpy.arange(len(tl)) + 1) / 2) % 2) 125 xls = xl[sides == side] 126 yls = yl[sides == side]
|
/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()
|
/external/u-boot/arch/sandbox/dts/ |
D | sandbox.dts | 87 sides = <6>; 233 sides = <4>; 252 sides = <3>;
|
D | sandbox64.dts | 87 sides = <6>; 233 sides = <4>; 252 sides = <3>;
|
/external/clang/test/SemaCXX/ |
D | crashes.cpp | 171 static int nsCSSRect::* sides; variable 176 int& x = dimenX.*sides; in ParseBoxCornerRadii()
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/ |
D | tfexample_decoder.py | 137 sides = [] 143 sides.append(side) 145 bounding_box = array_ops.concat(sides, 0)
|
/external/u-boot/include/ |
D | dm-demo.h | 20 int sides; member
|
/external/skqp/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 144 Sk2f sides(SkMinScalar(lengths[0], lengths[3]), SkMinScalar(lengths[1], lengths[2])); in compute_nested_quad_vertices() local 145 Sk4f edgeLimits = 0.5f * SkNx_shuffle<0, 1, 1, 0>(sides); in compute_nested_quad_vertices() 187 sides = Sk2f::Min(1.f, sides); in compute_nested_quad_vertices() 188 return sides[0] * sides[1]; in compute_nested_quad_vertices()
|
/external/skqp/docs/ |
D | SkIRect_Reference.bmh | 643 #Line # moves sides ## 650 #Line # constructs from translated sides ## 675 #Line # constructs from sides moved symmetrically about the center ## 700 #Line # constructs from sides moved symmetrically about the center ## 725 #Line # translates sides without changing width and height ## 787 #Line # moves the sides symmetrically about the center ## 808 #Line # moves the sides symmetrically about the center ## 843 #Line # moves the sides independently relative to their original locations ## 1222 #Line # orders sides ## 1228 #Line # orders sides from smaller to larger ## [all …]
|
/external/skia/docs/ |
D | SkIRect_Reference.bmh | 643 #Line # moves sides ## 650 #Line # constructs from translated sides ## 675 #Line # constructs from sides moved symmetrically about the center ## 700 #Line # constructs from sides moved symmetrically about the center ## 725 #Line # translates sides without changing width and height ## 787 #Line # moves the sides symmetrically about the center ## 808 #Line # moves the sides symmetrically about the center ## 843 #Line # moves the sides independently relative to their original locations ## 1222 #Line # orders sides ## 1228 #Line # orders sides from smaller to larger ## [all …]
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/ |
D | construct-seq.test | 5 - Mercury # Rotates - no light/dark sides.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_TridiagonalSolve.pbtxt | 29 `rhs` is a tensor of shape `[..., M, K]`, representing K right-hand sides per
|
/external/u-boot/doc/device-tree-bindings/misc/ |
D | intel,baytrail-fsp.txt | 80 - fsp,dimm-sides 143 fsp,dimm-sides = <DIMM_SIDES_1RANKS>;
|
/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/libchrome/mojo/public/interfaces/bindings/ |
D | interface_control_messages.mojom | 9 // interface endpoints at both sides.
|
/external/llvm/test/Instrumentation/DataFlowSanitizer/ |
D | union.ll | 21 ; In this case, we compute the unions on both sides because neither block
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/DataFlowSanitizer/ |
D | union.ll | 21 ; In this case, we compute the unions on both sides because neither block
|