Home
last modified time | relevance | path

Searched full:shape (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc64 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/
DMakefile.sources37 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 …]
Dgen-arabic-table.py162 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 …]
Dhb-ot-shape-complex-use-machine.hh2 #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/
DBUILD.gn31 "../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 …]
Dhb-ot-shape-complex-use-machine.hh2 #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 …]
DREADME7 # hb-ot-shape-complex-indic-machine.hh
8 # hb-ot-shape-complex-myanmar-machine.hh
9 # hb-ot-shape-complex-use-machine.hh
13 # ../externals/harfbuzz/src/hb-ot-shape-complex-indic-machine.rl
14 # ../externals/harfbuzz/src/hb-ot-shape-complex-myanmar-machine.rl
15 # ../externals/harfbuzz/src/hb-ot-shape-complex-use-machine.rl
/external/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst33 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/harfbuzz_ng/
DAndroid.bp70 "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/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DWeibullDistributionImpl.java46 /** 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/skia/src/gpu/ops/
DGrSmallPathRenderer.h43 Key(const GrShape& shape, uint32_t dim) { this->set(shape, dim); } in Key()
44 Key(const GrShape& shape, const SkMatrix& ctm) { this->set(shape, ctm); } in Key()
52 void set(const GrShape& shape, uint32_t dim) { in set()
55 SkASSERT(shape.style().isSimpleFill()); in set()
56 SkASSERT(shape.hasUnstyledKey()); in set()
57 int shapeKeySize = shape.unstyledKeySize(); in set()
60 shape.writeUnstyledKey(&fKey[1]); in set()
63 void set(const GrShape& shape, const SkMatrix& ctm) { in set()
72 SkASSERT(shape.style().isSimpleFill()); in set()
73 SkASSERT(shape.hasUnstyledKey()); in set()
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DExample2_24Test.java41 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/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DTriangleBean.java20 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/bison/tests/
Doutput.at248 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/gemmlowp/internal/
Dsimd_wrappers.h140 using Shape = BroadcastBinaryOpShape<Lhs, Rhs>;
142 using Type = RegisterBlock<ScalarType, Shape::kRows, Shape::kCols>;
310 VectorShape Shape>
312 VectorMap<SrcScalarType, Shape>> {
314 using SrcObjectType = VectorMap<SrcScalarType, Shape>;
316 static_assert(Shape == VectorShape::Col || Rows == 1, "");
317 static_assert(Shape == VectorShape::Row || Cols == 1, "");
327 VectorShape Shape>
329 VectorDup<SrcScalarType, Shape>> {
331 using SrcObjectType = VectorDup<SrcScalarType, Shape>;
[all …]
Ddispatch_gemm_shape.h15 // dispatch_gemm_shape.h: dispatch GEMM calls according to their shape
47 template <VectorShape Shape>
50 Shape == VectorShape::Row ? VectorShape::Col : VectorShape::Row;
53 template <typename Scalar, VectorShape Shape>
54 struct TransposeImpl<VectorMap<Scalar, Shape>> {
55 typedef VectorMap<Scalar, Shape> SrcType;
57 TransposeVectorShape<Shape>::Value;
74 template <VectorShape Shape>
75 struct TransposeImpl<OutputStageQuantizeDownInt32ToUint8ScalePC<Shape>> {
76 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<Shape> SrcType;
[all …]
/external/python/cpython2/Lib/ctypes/test/
Dtest_pep3118.py23 for tp, fmt, shape, itemtp in native_types:
28 if shape is not None:
29 self.assertEqual(len(v), shape[0])
33 self.assertEqual(v.shape, shape)
39 if v.shape:
41 for dim in v.shape:
50 for tp, fmt, shape, itemtp in endian_types:
55 if shape is not None:
56 self.assertEqual(len(v), shape[0])
60 self.assertEqual(v.shape, shape)
[all …]
/external/libpng/contrib/tools/
Dgenpng.c17 * 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/speex/libspeex/
Dcb_search_arm4.h42 //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/
Dmouse_cursor_monitor.h24 // 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
DArabicShapingRegTest.java480 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/
DArabicShapingRegTest.java479 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/harfbuzz_ng/win32/
Dinstall.mak16 …@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/
Draytrace.js64 // 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/proguard/docs/
Dscreenshots.html32 <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">

12345678910>>...30