Home
last modified time | relevance | path

Searched refs:shape (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/harfbuzz_ng/src/
DMakefile.sources35 hb-shape.cc \
36 hb-shape-plan-private.hh \
37 hb-shape-plan.cc \
57 hb-shape.h \
58 hb-shape-plan.h \
66 HB_FALLBACK_sources = hb-fallback-shape.cc
80 hb-ot-shape.cc \
81 hb-ot-shape-complex-arabic.cc \
82 hb-ot-shape-complex-arabic-fallback.hh \
83 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
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':
213 elif shape == 'final':
[all …]
DMakefile.am238 $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-arabic-table.hh \
239 || ($(RM) hb-ot-shape-complex-arabic-table.hh; false)
242 $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-indic-table.cc \
243 || ($(RM) hb-ot-shape-complex-indic-table.cc; false)
246 $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-use-table.cc \
247 || ($(RM) hb-ot-shape-complex-use-table.cc; false)
256 $(srcdir)/hb-ot-shape-complex-indic-machine.hh \
257 $(srcdir)/hb-ot-shape-complex-myanmar-machine.hh \
258 $(srcdir)/hb-ot-shape-complex-use-machine.hh \
264 hb-ot-shape-complex-indic-machine.rl \
[all …]
/external/harfbuzz_ng/
DAndroid.mk62 src/hb-shape.cc \
63 src/hb-shape-plan.cc \
70 src/hb-ot-shape.cc \
71 src/hb-ot-shape-complex-arabic.cc \
72 src/hb-ot-shape-complex-default.cc \
73 src/hb-ot-shape-complex-hangul.cc \
74 src/hb-ot-shape-complex-hebrew.cc \
75 src/hb-ot-shape-complex-indic.cc \
76 src/hb-ot-shape-complex-indic-table.cc \
77 src/hb-ot-shape-complex-myanmar.cc \
[all …]
/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc106 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()
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()
190 for (int i = 0; i < shape->repetitions; ++i) { in time_one()
191 ops += run_gemm(shape->n, shape->m, shape->k, shape->working_set().lhs, in time_one()
192 shape->working_set().rhs, shape->working_set().result); in time_one()
193 shape->next_working_set(); in time_one()
[all …]
/external/speex/libspeex/
Dcb_search_arm4.h93 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]);
101 shape += subvect_size;
Dcb_search_sse.h59 VARDECL(__m128 *shape); in compute_weighted_codebook()
61 ALLOC(shape, subvect_size, __m128); in compute_weighted_codebook()
71shape[j] = _mm_setr_ps(0.03125*_shape[j], 0.03125*_shape[subvect_size+j], 0.03125*_shape[2*subvect… in compute_weighted_codebook()
77 resj = _mm_add_ps(resj, _mm_mul_ps(shape[k],r[j-k])); in compute_weighted_codebook()
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
DNodeShape.java31 private final String shape; field in NodeShape
33 NodeShape(String shape) { in NodeShape() argument
34 this.shape = shape; in NodeShape()
39 return shape; in toString()
DGraphvizNode.java37 private NodeShape shape = NodeShape.BOX; field in GraphvizNode
61 return shape; in getShape()
64 public void setShape(NodeShape shape) { in setShape() argument
65 this.shape = shape; in setShape()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DTriangleBean.java20 private Shape shape; field in TriangleBean
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/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DWeibullDistributionImpl.java47 private double shape; field in WeibullDistributionImpl
103 ret = 1.0 - FastMath.exp(-FastMath.pow(x / scale, shape)); in cumulativeProbability()
113 return shape; in getShape()
138 final double xscalepow = FastMath.pow(xscale, shape - 1); in density()
147 return (shape / scale) * xscalepow * FastMath.exp(-xscalepowshape); in density()
173 ret = scale * FastMath.pow(-FastMath.log(1.0 - p), 1.0 / shape); in inverseCumulativeProbability()
198 this.shape = alpha; in setShapeInternal()
263 return FastMath.pow(scale * FastMath.log(2.0), 1.0 / shape); in getInitialDomain()
/external/jemalloc/test/unit/
Dmath.c356 double shape = pt_gamma_shape[i]; in TEST_BEGIN() local
357 double ln_gamma_shape = ln_gamma(shape); in TEST_BEGIN()
360 assert_true(double_eq_rel(pt_gamma(p, shape, 1.0, in TEST_BEGIN()
372 double shape = 1.0; in TEST_BEGIN() local
373 double ln_gamma_shape = ln_gamma(shape); in TEST_BEGIN()
376 pt_gamma(0.5, shape, 1.0, ln_gamma_shape) * 10.0, in TEST_BEGIN()
377 pt_gamma(0.5, shape, 10.0, ln_gamma_shape), MAX_REL_ERR, in TEST_BEGIN()
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dimage_util_numpy_impl.py17 return image.shape[2]
20 return image.shape[1]
23 return image.shape[0]
79 if image1.shape != image2.shape:
103 if image1.shape[2] != image2.shape[2]:
105 if image1.shape[:2] != image2.shape[:2]:
108 self_image = np.zeros((width, height, image1.shape[2]), np.uint8)
109 other_image = np.zeros((width, height, image1.shape[2]), np.uint8)
146 img_height, img_width = image.shape[:2]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
DArabicShapingRegTest.java467 result = shaper.shape(test.source); in TestStandard()
501 len = shaper.shape(src, 0, src.length, null, 0, 0); in TestPreflight()
529 shaper.shape(src, 0, len); in TestError()
643 as.shape(source, negNum[i], 0, dest, 0, 0);
650 as.shape(source, 0, negNum[i], dest, 0, 0);
658 as.shape(source, 3, 3, dest, 0, 0);
663 as.shape(source, 2, 4, dest, 0, 0);
668 as.shape(source, 1, 5, dest, 0, 0);
673 as.shape(source, 0, 6, dest, 0, 0);
680 as.shape(source, 2, 2, null, 0, 1);
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
DArabicShapingRegTest.java471 result = shaper.shape(test.source); in TestStandard()
505 len = shaper.shape(src, 0, src.length, null, 0, 0); in TestPreflight()
533 shaper.shape(src, 0, len); in TestError()
647 as.shape(source, negNum[i], 0, dest, 0, 0);
654 as.shape(source, 0, negNum[i], dest, 0, 0);
662 as.shape(source, 3, 3, dest, 0, 0);
667 as.shape(source, 2, 4, dest, 0, 0);
672 as.shape(source, 1, 5, dest, 0, 0);
677 as.shape(source, 0, 6, dest, 0, 0);
684 as.shape(source, 2, 2, null, 0, 1);
[all …]
/external/bison/doc/figs/
Dexample.dot7 node [fontname = courier, shape = box, colorscheme = paired6]
17 "1R3" [label="R3", fillcolor=3, shape=diamond, style=filled]
19 "1R4" [label="R4", fillcolor=3, shape=diamond, style=filled]
28 "5R0" [label="Acc", fillcolor=1, shape=diamond, style=filled]
31 "6R1" [label="R1", fillcolor=3, shape=diamond, style=filled]
34 "7R2" [label="R2", fillcolor=3, shape=diamond, style=filled]
/external/opencv3/samples/python2/
Ddft.py17 dst = np.empty(src.shape, src.dtype)
18 elif src.shape != dst.shape:
24 ret = np.empty(src.shape, src.dtype)
28 h, w = src.shape[:2]
64 h, w = im.shape[:2]
Dlogpolar.py16 img2 = cv2.logPolar(img, (img.shape[0]/2, img.shape[1]/2), 40, cv2.WARP_FILL_OUTLIERS)
17 img3 = cv2.linearPolar(img, (img.shape[0]/2, img.shape[1]/2), 40, cv2.WARP_FILL_OUTLIERS)
/external/harfbuzz_ng/win32/
Dinstall.mak19 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.exe $(…
20 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.pdb $(…
21 @if exist $(CFG)\$(PLAT)\hb-shape.exe copy /b $(CFG)\$(PLAT)\hb-shape.exe $(PREFIX)\bin
22 @if exist $(CFG)\$(PLAT)\hb-shape.exe copy /b $(CFG)\$(PLAT)\hb-shape.pdb $(PREFIX)\bin
/external/opencv3/modules/python/test/
Dtest.py82 self.assertGreater(ajpg.shape[0], 1)
83 self.assertEqual(ajpg.shape[1], 1)
89 self.assertEqual(imgpt0.shape, (objpt.shape[0], 1, 2))
90 self.assertEqual(imgpt1.shape, imgpt0.shape)
91 self.assertEqual(jac0.shape, jac1.shape)
92 self.assertEqual(jac0.shape[0], 2*objpt.shape[0])
/external/tlsdate/
Devents.dot10 state_label[shape=box,style=dashed,label="States"];
23 wake_label[shape=box,style=dashed,label="Wake Events"];
31 dbus_label[shape=box,style=dashed,label="DBus Events"];
42 sync_label[shape=box,style=dashed,label="Network Sync"];
51 save_label[shape=box,style=dashed,label="Save to the system"];
/external/harfbuzz_ng/util/
DMakefile.sources8 shape-consumer.hh \
20 hb-shape.cc \
24 shape-consumer.hh \
28 hb-ot-shape-closure.cc \
/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp121 SymbolShapeHint shape, in lookup() argument
123 return lookup(dataCodewords, shape, TRUE, e); in lookup()
129 SymbolShapeHint shape = allowRectangular ? FORCE_NONE : FORCE_SQUARE; in lookup() local
130 return lookup(dataCodewords, shape, fail, e); in lookup()
133 SymbolShapeHint shape, in lookup() argument
136 return lookup(dataCodewords, shape, NULL, NULL, fail, e); in lookup()
139 SymbolShapeHint shape, in lookup() argument
146 if (shape == FORCE_SQUARE && symbol->m_rectangular) { in lookup()
149 if (shape == FORCE_RECTANGLE && !symbol->m_rectangular) { in lookup()
/external/harfbuzz_ng/test/shaping/
DREADME.md6 $ ./hb-unicode-encode 41 42 43 627 | ../../util/hb-shape font.ttf
10 the shape results, you can use the `record-test.sh` script to add
15 To use `record-test.sh`, just put it right before the `hb-shape` invocation:
17 $ ./hb-unicode-encode 41 42 43 627 | ./record-it.sh ../../util/hb-shape font.ttf
21 * Compare the `hb-shape` output of the original font versus the subset
30 $ ./hb-unicode-encode 41 42 43 627 | ./record-it.sh ../../util/hb-shape font.ttf >> tests/test-name…

12345678910