/external/gemmlowp/test/ |
D | benchmark_meta_gemm.cc | 64 struct Shape { struct 73 Shape(std::int32_t n, std::int32_t m, std::int32_t k) in Shape() argument 104 double run_gemms(std::vector<Shape>* shapes) { in run_gemms() argument 106 for (auto& shape : *shapes) { in run_gemms() 107 ops += run_gemm(shape.n, shape.m, shape.k, shape.working_set().lhs, in run_gemms() 108 shape.working_set().rhs, shape.working_set().result); in run_gemms() 159 void time_all(std::vector<Shape>* shapes, std::int32_t repetitions, in time_all() 179 void time_one(Shape* shape, double max_time) { in time_one() argument 184 std::cout << std::setprecision(6) << std::fixed << shape->n << ", " in time_one() 185 << shape->m << ", " << shape->k << ", " << std::flush; in time_one() [all …]
|
/external/harfbuzz_ng/src/ |
D | Makefile.sources | 37 hb-shape.cc \ 38 hb-shape-plan-private.hh \ 39 hb-shape-plan.cc \ 59 hb-shape.h \ 60 hb-shape-plan.h \ 68 HB_FALLBACK_sources = hb-fallback-shape.cc 84 hb-ot-shape.cc \ 85 hb-ot-shape-complex-arabic.cc \ 86 hb-ot-shape-complex-arabic-fallback.hh \ 87 hb-ot-shape-complex-arabic-private.hh \ [all …]
|
D | gen-arabic-table.py | 162 shape, items = items[0][1:-1], tuple (int (x, 16) for x in items[1:]) 164 if not shape in ['initial', 'medial', 'isolated', 'final']: 177 ligatures[items][shape] = c 180 # Save shape 187 shapes[items[0]][shape] = c 196 s = [shapes[u][shape] if u in shapes and shape in shapes[u] else 0 197 for shape in ['initial', 'medial', 'final', 'isolated']] 209 for shape in ligatures[pair]: 210 c = ligatures[pair][shape] 211 if shape == 'isolated': [all …]
|
D | hb-ot-shape-complex-use-machine.hh | 2 #line 1 "hb-ot-shape-complex-use-machine.rl" 37 #line 38 "hb-ot-shape-complex-use-machine.hh" 290 #line 38 "hb-ot-shape-complex-use-machine.rl" 294 #line 138 "hb-ot-shape-complex-use-machine.rl" 314 #line 315 "hb-ot-shape-complex-use-machine.hh" in find_syllables() 322 #line 159 "hb-ot-shape-complex-use-machine.rl" in find_syllables() 331 #line 332 "hb-ot-shape-complex-use-machine.hh" in find_syllables() 345 #line 346 "hb-ot-shape-complex-use-machine.hh" in find_syllables() 368 #line 127 "hb-ot-shape-complex-use-machine.rl" in find_syllables() 372 #line 129 "hb-ot-shape-complex-use-machine.rl" in find_syllables() [all …]
|
/external/skia/third_party/harfbuzz/ |
D | BUILD.gn | 31 "../externals/harfbuzz/src/hb-fallback-shape.cc", 37 "../externals/harfbuzz/src/hb-ot-shape-complex-arabic.cc", 38 "../externals/harfbuzz/src/hb-ot-shape-complex-default.cc", 39 "../externals/harfbuzz/src/hb-ot-shape-complex-hangul.cc", 40 "../externals/harfbuzz/src/hb-ot-shape-complex-hebrew.cc", 41 "../externals/harfbuzz/src/hb-ot-shape-complex-indic-table.cc", 42 "../externals/harfbuzz/src/hb-ot-shape-complex-indic.cc", 43 "../externals/harfbuzz/src/hb-ot-shape-complex-myanmar.cc", 44 "../externals/harfbuzz/src/hb-ot-shape-complex-thai.cc", 45 "../externals/harfbuzz/src/hb-ot-shape-complex-tibetan.cc", [all …]
|
D | hb-ot-shape-complex-use-machine.hh | 2 #line 1 "hb-ot-shape-complex-use-machine.rl" 37 #line 38 "hb-ot-shape-complex-use-machine.hh" 290 #line 38 "hb-ot-shape-complex-use-machine.rl" 294 #line 138 "hb-ot-shape-complex-use-machine.rl" 314 #line 315 "hb-ot-shape-complex-use-machine.hh" in find_syllables() 322 #line 159 "hb-ot-shape-complex-use-machine.rl" in find_syllables() 331 #line 332 "hb-ot-shape-complex-use-machine.hh" in find_syllables() 345 #line 346 "hb-ot-shape-complex-use-machine.hh" in find_syllables() 368 #line 127 "hb-ot-shape-complex-use-machine.rl" in find_syllables() 372 #line 129 "hb-ot-shape-complex-use-machine.rl" in find_syllables() [all …]
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 33 class Shape { 35 Shape() {} 39 class Square : public Shape { 46 class Circle : public Shape { 56 #. In the header where you declare ``Shape``, you will want to ``#include 72 class Shape { 84 Shape() {} 99 ``Shape``. The reason for this is that since ``Shape`` is abstract 116 class Shape { 128 - Shape() {} [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | WeibullDistributionImpl.java | 46 /** The shape parameter. */ 47 private double shape; field in WeibullDistributionImpl 68 * Creates weibull distribution with the given shape and scale and a 70 * @param alpha the shape parameter. 78 * Creates weibull distribution with the given shape, scale and inverse 80 * @param alpha the shape parameter. 103 ret = 1.0 - FastMath.exp(-FastMath.pow(x / scale, shape)); in cumulativeProbability() 109 * Access the shape parameter. 110 * @return the shape parameter. 113 return shape; in getShape() [all …]
|
/external/harfbuzz_ng/ |
D | Android.bp | 70 "src/hb-shape.cc", 71 "src/hb-shape-plan.cc", 79 "src/hb-ot-shape.cc", 80 "src/hb-ot-shape-complex-arabic.cc", 81 "src/hb-ot-shape-complex-default.cc", 82 "src/hb-ot-shape-complex-hangul.cc", 83 "src/hb-ot-shape-complex-hebrew.cc", 84 "src/hb-ot-shape-complex-indic.cc", 85 "src/hb-ot-shape-complex-indic-table.cc", 86 "src/hb-ot-shape-complex-myanmar.cc", [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | Example2_24Test.java | 41 this.yamlConstructors.put(new Tag("tag:clarkevans.com,2002:shape"), in MyConstructor() 55 Shape shape = new Shape(values); in construct() local 56 return shape; in construct() 96 this.representers.put(Shape.class, new RepresentShape()); in MyRepresenter() 105 Shape shape = (Shape) data; in representData() local 106 List<Entity> value = shape.getEntities(); in representData() 107 return representSequence(new Tag("!shape"), value, Boolean.FALSE); in representData() 163 private class Shape { class in Example2_24Test 170 public Shape(List<Entity> entities) { in Shape() method in Example2_24Test.Shape 240 Shape shape = (Shape) yaml.load(Util.getLocalResource("specification/example2_24.yaml")); in testExample_2_24() local [all …]
|
/external/skia/src/gpu/ops/ |
D | GrSmallPathRenderer.h | 40 Key(const GrShape& shape, uint32_t dim) { this->set(shape, dim); } in Key() 41 Key(const GrShape& shape, const SkMatrix& ctm) { this->set(shape, ctm); } in Key() 49 void set(const GrShape& shape, uint32_t dim) { in set() 52 SkASSERT(shape.style().isSimpleFill()); in set() 53 SkASSERT(shape.hasUnstyledKey()); in set() 54 int shapeKeySize = shape.unstyledKeySize(); in set() 57 shape.writeUnstyledKey(&fKey[1]); in set() 60 void set(const GrShape& shape, const SkMatrix& ctm) { in set() 69 SkASSERT(shape.style().isSimpleFill()); in set() 70 SkASSERT(shape.hasUnstyledKey()); in set() [all …]
|
/external/bison/tests/ |
D | output.at | 248 node [fontname = courier, shape = box, colorscheme = paired6] 271 "0R2" [label="R2", fillcolor=3, shape=diamond, style=filled] 278 "3R0" [label="Acc", fillcolor=1, shape=diamond, style=filled] 284 "5R3" [label="R3", fillcolor=3, shape=diamond, style=filled] 287 "6R1" [label="R1", fillcolor=3, shape=diamond, style=filled] 318 "0R7d" [label="R7", fillcolor=5, shape=diamond, style=filled] 320 "0R8d" [label="R8", fillcolor=5, shape=diamond, style=filled] 322 "0R9d" [label="R9", fillcolor=5, shape=diamond, style=filled] 325 "1R1" [label="R1", fillcolor=3, shape=diamond, style=filled] 328 "2R3" [label="R3", fillcolor=3, shape=diamond, style=filled] [all …]
|
/external/libpng/contrib/tools/ |
D | genpng.c | 17 * genpng width height { shape } 18 * shape ::= color width shape x1 y1 x2 y2 28 * 'shape' is: 34 * Each shape is followed by four numbers, these are two points in the output 36 * line. The shape is filled if it is preceded by 'filled' (not valid for 38 * precede the shape. 42 * shape ::= color width shape x1 y1 x2 y2 48 * shape ::= circle|square|line 58 * precision image: Each shape from the last to the first is checked to see if 60 * color of the shape and the alpha is 1, if not the previous shape is checked. [all …]
|
/external/skia/gm/ |
D | lightingshaderbevel.cpp | 89 // Scales shape around origin, rotates shape around origin, then translates shape to origin 97 enum Shape { enum in skiagm::LightingShaderBevelGM 106 void drawShape(enum Shape shape, SkCanvas* canvas, SkScalar scaleX, SkScalar scaleY, in drawShape() argument 120 switch(shape) { in drawShape() 137 SkDEBUGFAIL("Invalid shape enum for drawShape"); in drawShape() 158 Shape shape = (Shape)shapeInt; in onDraw() local 167 this->drawShape(shape, canvas, 1.0f, 1.0f, 0.f, bevelType, bevelHeight); in onDraw() 203 Shape shape = (Shape)shapeInt; in onDraw() local 212 this->drawShape(shape, canvas, SK_ScalarRoot2Over2, SK_ScalarRoot2Over2, 45.0f, in onDraw()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/ |
D | TriangleBean.java | 20 private Shape shape; field in TriangleBean 30 public Shape getShape() { in getShape() 31 return shape; in getShape() 34 public void setShape(Shape shape) { in setShape() argument 35 this.shape = shape; in setShape()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/ |
D | ArabicShapingRegTest.java | 480 result = shaper.shape(test.source); in TestStandard() 515 len = shaper.shape(src, 0, src.length, null, 0, 0); in TestPreflight() 544 shaper.shape(src, 0, len); in TestError() 635 * public int shape(char[] source, int sourceStart, int sourceLength, 652 as.shape(source, negNum[i], 0, dest, 0, 0); 653 errln("ArabicShaping.shape(char[],int,int,char[],int,int) was " + 659 as.shape(source, 0, negNum[i], dest, 0, 0); 660 errln("ArabicShaping.shape(char[],int,int,char[],int,int) was " + 667 as.shape(source, 3, 3, dest, 0, 0); 668 errln("ArabicShaping.shape(char[],int,int,char[],int,int) was " + [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/ |
D | ArabicShapingRegTest.java | 479 result = shaper.shape(test.source); in TestStandard() 514 len = shaper.shape(src, 0, src.length, null, 0, 0); in TestPreflight() 543 shaper.shape(src, 0, len); in TestError() 634 * public int shape(char[] source, int sourceStart, int sourceLength, 651 as.shape(source, negNum[i], 0, dest, 0, 0); 652 errln("ArabicShaping.shape(char[],int,int,char[],int,int) was " + 658 as.shape(source, 0, negNum[i], dest, 0, 0); 659 errln("ArabicShaping.shape(char[],int,int,char[],int,int) was " + 666 as.shape(source, 3, 3, dest, 0, 0); 667 errln("ArabicShaping.shape(char[],int,int,char[],int,int) was " + [all …]
|
/external/speex/libspeex/ |
D | cb_search_arm4.h | 42 //const signed char *shape; 46 //shape = shape_cb; 93 const signed char *shape=shape_cb+k; 94 resj0 = MAC16_16(resj0,*shape,r[j-k]); 95 shape += subvect_size; 96 resj1 = MAC16_16(resj1,*shape,r[j-k]); 97 shape += subvect_size; 98 resj2 = MAC16_16(resj2,*shape,r[j-k]); 99 shape += subvect_size; 100 resj3 = MAC16_16(resj3,*shape,r[j-k]); [all …]
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | mouse_cursor_monitor.h | 24 // Captures mouse shape and position. 36 // Capture only shape of the mouse cursor, but not position. 39 // Capture both, mouse cursor shape and position. 43 // Callback interface used to pass current mouse cursor position and shape. 46 // Called in response to Capture() when the cursor shape has changed. Must 67 // Creates a capturer that monitors the mouse cursor shape and position across 79 // Captures current cursor shape and position (depending on the |mode| passed 80 // to Init()). Calls Callback::OnMouseCursor() if cursor shape has
|
/external/harfbuzz_ng/win32/ |
D | install.mak | 16 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.exe $(… 17 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.pdb $(… 18 @if exist $(CFG)\$(PLAT)\hb-shape.exe copy /b $(CFG)\$(PLAT)\hb-shape.exe $(PREFIX)\bin 19 @if exist $(CFG)\$(PLAT)\hb-shape.exe copy /b $(CFG)\$(PLAT)\hb-shape.pdb $(PREFIX)\bin
|
/external/v8/benchmarks/ |
D | raytrace.js | 64 // flog/shape/baseshape.js 65 // flog/shape/sphere.js 66 // flog/shape/plane.js 415 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 417 Flog.RayTracer.Shape.Sphere = Class.create(); 419 Flog.RayTracer.Shape.Sphere.prototype = { 428 info.shape = this; 465 if(typeof(Flog.RayTracer.Shape) == 'undefined') Flog.RayTracer.Shape = {}; 467 Flog.RayTracer.Shape.Plane = Class.create(); 469 Flog.RayTracer.Shape.Plane.prototype = { [all …]
|
/external/skia/src/core/ |
D | SkNormalSource.h | 71 /** This enum specifies the shape of the bevel. All bevels output <0, 0, 1> as the surface 75 * For the purpose of describing the shape of the bevel, we define 'w' to be the given width of 76 * the bevel, and 'h' to be the given height. We will assume the shape is rotated such that the 77 * point being shaded as well as the closest point in the shape's edge to that point are in the 78 * x-axis, and the shape is translated so that the aforementioned point in the edge is at 83 /* This bevel simulates a surface that is slanted from the shape's edges inwards, linearly. 89 /* This bevel simulates a surface that rounds off at the shape's edges, smoothly becoming 98 * at 'width' units from the nearest edge, and then rounds off towards the shape's 108 /** Returns a normal source that generates a bevel for the shape being drawn. Currently this is
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | image_util_numpy_impl.py | 19 return image.shape[2] 22 return image.shape[1] 25 return image.shape[0] 84 if image1.shape != image2.shape: 108 if image1.shape[2] != image2.shape[2]: 110 if image1.shape[:2] != image2.shape[:2]: 113 self_image = np.zeros((width, height, image1.shape[2]), np.uint8) 114 other_image = np.zeros((width, height, image1.shape[2]), np.uint8) 151 img_height, img_width = image.shape[:2]
|
/external/skia/src/gpu/ |
D | GrShape.h | 19 * Represents a geometric shape (rrect or path) and the GrStyle that it should be rendered with. 22 * path effect from the style. In this case the resulting shape will include any remaining 26 * when styling information is applied to produce a new shape then the style has been converted 27 * to geometric information and is included in the new shape's key. When the same style is applied 127 * Returns a shape that has either applied the path effect or path effect and stroking 128 * information from this shape's style to its geometry. Scale is used when approximating the 156 * If the unstyled shape is a straight line segment, returns true and sets pts to the endpoints. 207 * non-empty shape. 212 * Gets the bounds of the geometry without reflecting the shape's styling. This ignores 218 * Gets the bounds of the geometry reflecting the shape's styling (ignoring inverse fill [all …]
|
/external/proguard/docs/ |
D | screenshots.html | 32 <area shape="rect" coords="2,7,46,16" alt="ProGuard" href="screenshot_gui1.gif" target="other"> 33 <area shape="rect" coords="2,17,46,27" alt="Input/Output" href="screenshot_gui2.gif" target="other"> 34 <area shape="rect" coords="2,28,46,37" alt="Shrinking" href="screenshot_gui3.gif" target="other"> 35 <area shape="rect" coords="2,38,46,48" alt="Optimization" href="screenshot_gui4.gif" target="other"> 36 <area shape="rect" coords="2,49,46,58" alt="Obfuscation" href="screenshot_gui5.gif" target="other"> 37 <area shape="rect" coords="2,59,46,69" alt="Information" href="screenshot_gui6.gif" target="other"> 38 <area shape="rect" coords="2,70,46,79" alt="Process" href="screenshot_gui7.gif" target="other"> 39 <area shape="rect" coords="2,80,46,90" alt="ReTrace" href="screenshot_gui8.gif" target="other">
|