/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 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 …]
|
D | Makefile.am | 238 $(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/gemmlowp/test/ |
D | benchmark_meta_gemm.cc | 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() 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/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 …]
|
/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 …]
|
D | GrStencilAndCoverPathRenderer.cpp | 50 static GrPath* get_gr_path(GrResourceProvider* resourceProvider, const GrShape& shape) { in get_gr_path() argument 53 GrPath::ComputeKey(shape, &key, &isVolatile); in get_gr_path() 61 shape.asPath(&skPath); in get_gr_path() 62 path.reset(resourceProvider->createPath(skPath, shape.style())); in get_gr_path() 69 shape.asPath(&skPath); in get_gr_path() 70 SkASSERT(path->isEqualTo(skPath, shape.style())); in get_gr_path()
|
/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/speex/libspeex/ |
D | cb_search_arm4.h | 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]); 101 shape += subvect_size;
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
D | NodeShape.java | 31 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()
|
D | GraphvizNode.java | 37 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/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/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/ |
D | TriangleBean.java | 20 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/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
D | WeibullDistributionImpl.java | 47 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/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/jemalloc/test/unit/ |
D | math.c | 360 double shape = pt_gamma_shape[i]; in TEST_BEGIN() local 361 double ln_gamma_shape = ln_gamma(shape); in TEST_BEGIN() 364 assert_true(double_eq_rel(pt_gamma(p, shape, 1.0, in TEST_BEGIN() 376 double shape = 1.0; in TEST_BEGIN() local 377 double ln_gamma_shape = ln_gamma(shape); in TEST_BEGIN() 380 pt_gamma(0.5, shape, 1.0, ln_gamma_shape) * 10.0, in TEST_BEGIN() 381 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/ |
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/pdfium/xfa/fxbarcode/datamatrix/ |
D | BC_SymbolInfo.cpp | 121 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, nullptr, nullptr, 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/bison/doc/figs/ |
D | example.dot | 7 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/skia/src/gpu/ |
D | GrPath.cpp | 17 void GrPath::ComputeKey(const GrShape& shape, GrUniqueKey* key, bool* outIsVolatile) { in ComputeKey() argument 18 int geoCnt = shape.unstyledKeySize(); in ComputeKey() 19 int styleCnt = GrStyle::KeySize(shape.style(), GrStyle::Apply::kPathEffectAndStrokeRec); in ComputeKey() 29 shape.writeUnstyledKey(&builder[0]); in ComputeKey() 31 write_style_key(&builder[geoCnt], shape.style()); in ComputeKey()
|
/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() 652 as.shape(source, negNum[i], 0, dest, 0, 0); 659 as.shape(source, 0, negNum[i], dest, 0, 0); 667 as.shape(source, 3, 3, dest, 0, 0); 672 as.shape(source, 2, 4, dest, 0, 0); 677 as.shape(source, 1, 5, dest, 0, 0); 682 as.shape(source, 0, 6, dest, 0, 0); 689 as.shape(source, 2, 2, null, 0, 1); [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() 651 as.shape(source, negNum[i], 0, dest, 0, 0); 658 as.shape(source, 0, negNum[i], dest, 0, 0); 666 as.shape(source, 3, 3, dest, 0, 0); 671 as.shape(source, 2, 4, dest, 0, 0); 676 as.shape(source, 1, 5, dest, 0, 0); 681 as.shape(source, 0, 6, dest, 0, 0); 688 as.shape(source, 2, 2, null, 0, 1); [all …]
|
/external/harfbuzz_ng/util/ |
D | Makefile.sources | 8 shape-consumer.hh \ 20 hb-shape.cc \ 24 shape-consumer.hh \ 28 hb-ot-shape-closure.cc \
|
/external/harfbuzz_ng/test/shaping/ |
D | README.md | 6 $ ./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…
|
/external/skia/tests/ |
D | DFPathRendererTest.cpp | 42 GrShape shape(path, style); 43 shape = shape.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, 1.f); 55 &shape,
|