Home
last modified time | relevance | path

Searched refs:Wide (Results 1 – 25 of 94) sorted by relevance

1234

/external/skia/src/core/
DSk4px.h53 class Wide : public Sk16h {
55 Wide(const Sk16h& v) : Sk16h(v) {} in Wide() function
64 Wide operator * (const Wide& o) const { return INHERITED::operator*(o); }
65 Wide operator + (const Wide& o) const { return INHERITED::operator+(o); }
66 Wide operator - (const Wide& o) const { return INHERITED::operator-(o); }
67 Wide operator >> (int bits) const { return INHERITED::operator>>(bits); }
68 Wide operator << (int bits) const { return INHERITED::operator<<(bits); }
69 static Wide Min(const Wide& a, const Wide& b) { return INHERITED::Min(a,b); } in Min()
70 Wide thenElse(const Wide& t, const Wide& e) const { return INHERITED::thenElse(t,e); } in thenElse()
76 Wide widenLo() const; // ARGB -> 0A 0R 0G 0B
[all …]
/external/skia/src/opts/
DSk4px_none.h42 inline Sk4px::Wide Sk4px::widenLo() const { in widenLo()
49 inline Sk4px::Wide Sk4px::widenHi() const { return this->widenLo() << 8; } in widenHi()
51 inline Sk4px::Wide Sk4px::widenLoHi() const { return this->widenLo() + this->widenHi(); } in widenLoHi()
53 inline Sk4px::Wide Sk4px::mulWiden(const Sk16b& other) const { in mulWiden()
57 inline Sk4px Sk4px::Wide::addNarrowHi(const Sk16h& other) const { in addNarrowHi()
58 Sk4px::Wide r = (*this + other) >> 8; in addNarrowHi()
65 inline Sk4px Sk4px::Wide::div255() const { in div255()
DSk4px_SSE2.h24 inline Sk4px::Wide Sk4px::widenLo() const { in widenLo()
29 inline Sk4px::Wide Sk4px::widenHi() const { in widenHi()
34 inline Sk4px::Wide Sk4px::widenLoHi() const { in widenLoHi()
39 inline Sk4px::Wide Sk4px::mulWiden(const Sk16b& other) const { in mulWiden()
43 inline Sk4px Sk4px::Wide::addNarrowHi(const Sk16h& other) const { in addNarrowHi()
44 Sk4px::Wide r = (*this + other) >> 8; in addNarrowHi()
48 inline Sk4px Sk4px::Wide::div255() const { in div255()
DSk4px_NEON.h33 inline Sk4px::Wide Sk4px::widenLo() const { in widenLo()
38 inline Sk4px::Wide Sk4px::widenHi() const { in widenHi()
43 inline Sk4px::Wide Sk4px::widenLoHi() const { in widenLoHi()
49 inline Sk4px::Wide Sk4px::mulWiden(const Sk16b& other) const { in mulWiden()
54 inline Sk4px Sk4px::Wide::addNarrowHi(const Sk16h& other) const { in addNarrowHi()
55 const Sk4px::Wide o(other); // Should be no code, but allows us to access fLo, fHi. in addNarrowHi()
60 inline Sk4px Sk4px::Wide::div255() const { in div255()
/external/skia/site/dev/contrib/
Dsimd.md65 2. `SkPx::Wide` represents those same pixels, but with 16-bits of space per component.
68 `SkPx`, `Wide` and `Alpha` create a somewhat complicated algebra of operations entirely motivated b…
84 SkPx.widenLo() -> Wide // argb -> 0a0r0g0b
85 SkPx.widenHi() -> Wide // argb -> a0r0g0b0
86 SkPx.widenLoHi() -> Wide // argb -> aarrggbb
88 Wide + Wide -> Wide
89 Wide - Wide -> Wide
90 Wide << bits -> Wide
91 Wide >> bits -> Wide
93 SkPx * Alpha -> Wide // 8 x 8 -> 16 bit
[all …]
/external/llvm/unittests/ADT/
DAPSIntTest.cpp28 APInt Wide(256, 0); in TEST() local
29 const uint64_t *Bits = Wide.getRawData(); in TEST()
30 APSInt D(std::move(Wide)); in TEST()
37 Wide = APInt(128, 1); in TEST()
38 Bits = Wide.getRawData(); in TEST()
39 A = std::move(Wide); in TEST()
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsnamed.c349 const wchar_t *Wide; in cmsMLUgetASCII() local
360 Wide = _cmsMLUgetWide(mlu, &StrLen, Lang, Cntry, NULL, NULL); in cmsMLUgetASCII()
361 if (Wide == NULL) return 0; in cmsMLUgetASCII()
378 if (Wide[i] == 0) in cmsMLUgetASCII()
381 Buffer[i] = (char) Wide[i]; in cmsMLUgetASCII()
394 const wchar_t *Wide; in cmsMLUgetWide() local
403 Wide = _cmsMLUgetWide(mlu, &StrLen, Lang, Cntry, NULL, NULL); in cmsMLUgetWide()
404 if (Wide == NULL) return 0; in cmsMLUgetWide()
416 memmove(Buffer, Wide, StrLen); in cmsMLUgetWide()
428 const wchar_t *Wide; in cmsMLUgetTranslation() local
[all …]
/external/skia/src/sfnt/
DSkPanose.h474 Wide = 6, enumerator
487 Wide = 6, enumerator
500 Wide = 6, enumerator
513 Wide = 6, enumerator
/external/markdown/docs/extensions/
DAbbreviations.txt26 *[W3C]: World Wide Web Consortium
31 is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p>
/external/python/cpython2/Doc/library/
Dmsvcrt.rst104 Wide char variant of :func:`getch`, returning a Unicode value.
117 Wide char variant of :func:`getche`, returning a Unicode value.
129 Wide char variant of :func:`putch`, accepting a Unicode value.
142 Wide char variant of :func:`ungetch`, accepting a Unicode value.
Dinternet.rst11 single: World Wide Web
Drobotparser.rst13 single: World Wide Web
Dintro.rst28 the World Wide Web. Some modules are available in all versions and ports of
/external/mesa3d/src/gallium/docs/source/
Dpipeline.txt88 | * Wide lines (as tris) |
89 | * Wide points/sprites (as tris) |
/external/markdown/tests/extensions-x-abbr/
Dabbr.txt12 *[W3C]: World Wide Web Consortium
/external/cblas/
DNOTICE2 available from netlib via anonymous ftp and the World Wide Web. Thus,
DLICENSE2 available from netlib via anonymous ftp and the World Wide Web. Thus,
/external/python/cpython2/Lib/email/test/data/
Dmsg_19.txt4 To subscribe or unsubscribe via the World Wide Web, visit
Dmsg_02.txt18 To subscribe or unsubscribe via the World Wide Web, visit
/external/mdnsresponder/mDNSShared/
Ddnsextd.conf10 // dynamic zone that will be accepting Wide-Area Bonjour DNS updates.
/external/apache-xml/
DNOTICE79 - software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org
/external/libxml2/os400/libxmlrpg/
Dxinclude.rpgle4 * World Wide Web Consortium Last Call Working Draft 10 November 2003
/external/swiftshader/third_party/subzero/docs/
DASAN.rst38 Handling Wide Loads
/external/vixl/src/aarch32/
Dinstructions-aarch32.cc444 case Wide: in GetName()
Ddisasm-aarch32.cc8540 mov(CurrentCond(), Wide, Register(rd), imm); in DecodeT32()
8583 movs(Condition::None(), Wide, Register(rd), imm); in DecodeT32()
8732 add(CurrentCond(), Wide, Register(rd), sp, imm); in DecodeT32()
8759 Wide, in DecodeT32()
8827 Wide, in DecodeT32()
8913 sub(CurrentCond(), Wide, Register(rd), sp, imm); in DecodeT32()
8940 Wide, in DecodeT32()
8969 cmp(CurrentCond(), Wide, Register(rn), imm); in DecodeT32()
9013 Wide, in DecodeT32()
9047 Wide, in DecodeT32()
[all …]

1234