Home
last modified time | relevance | path

Searched refs:uvw (Results 1 – 21 of 21) sorted by relevance

/third_party/boost/libs/spirit/test/qi/
Dregression_reorder.cpp45 qi::rule<iterator_type, uvw_reordered_type(), space_type> uvw; in main() local
52 uvw = u > v > w; in main()
62 BOOST_TEST(qi::phrase_parse(first, last, uvw, ascii::space, uvw_result)); in main()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.hpp68 …Short4 offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int count, Floa…
84 Short4 applyOffset(Short4 &uvw, Int4 &offset, const Int4 &whd, AddressingMode mode);
92 Short4 address(const Float4 &uvw, AddressingMode addressingMode, Pointer<Byte> &mipmap);
94 …void address(const Float4 &uvw, Int4 &xyz0, Int4 &xyz1, Float4 &f, Pointer<Byte> &mipmap, Int4 &of…
DSamplerCore.cpp247 Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int… in offsetSample() argument
264 case -1: return uvw - offset; in offsetSample()
265 case 0: return uvw; in offsetSample()
266 case +1: return uvw + offset; in offsetSample()
267 case 2: return uvw + offset + offset; in offsetSample()
274 case -1: return SubSat(As<UShort4>(uvw), As<UShort4>(offset)); in offsetSample()
275 case 0: return uvw; in offsetSample()
276 case +1: return AddSat(As<UShort4>(uvw), As<UShort4>(offset)); in offsetSample()
277 case 2: return AddSat(AddSat(As<UShort4>(uvw), As<UShort4>(offset)), As<UShort4>(offset)); in offsetSample()
281 return uvw; in offsetSample()
[all …]
/third_party/gettext/gettext-tools/tests/
Dformat-tcl-245 msgstr "xyz%1$uvw%2$c"
Dformat-php-245 msgstr "xyz%1$uvw%2$c"
Dformat-awk-245 msgstr "xyz%1$uvw%2$c"
Dformat-gfc-internal-242 msgstr "xyz%1$uvw%2$c"
Dformat-boost-251 msgstr "xyz%1$uvw%2$c"
Dformat-perl-245 msgstr "xyz%1$uvw%2$c"
Dformat-c-245 msgstr "xyz%1$uvw%2$c"
Dformat-gcc-internal-263 msgstr "xyz%1$uvw%2$c"
/third_party/icu/icu4c/source/test/intltest/
Dstrtest.cpp544 StringPiece uvw("q"); in TestStringPieceU8() local
545 uvw.set(u8"uvw"); in TestStringPieceU8()
546 assertEquals("uvw.length", 3, uvw.length()); in TestStringPieceU8()
547 assertEquals("uvw", "\x75\x76\x77", uvw.data()); in TestStringPieceU8()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.hpp62 …Short4 offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, int count, Floa…
79 Short4 applyOffset(Short4 &uvw, Float4 &offset, const Int4 &whd, AddressingMode mode);
DSamplerCore.cpp530 …Short4 SamplerCore::offsetSample(Short4 &uvw, Pointer<Byte> &mipmap, int halfOffset, bool wrap, in… in offsetSample() argument
547 case -1: return uvw - offset; in offsetSample()
548 case 0: return uvw; in offsetSample()
549 case +1: return uvw + offset; in offsetSample()
550 case 2: return uvw + offset + offset; in offsetSample()
557 case -1: return SubSat(As<UShort4>(uvw), As<UShort4>(offset)); in offsetSample()
558 case 0: return uvw; in offsetSample()
559 case +1: return AddSat(As<UShort4>(uvw), As<UShort4>(offset)); in offsetSample()
560 case 2: return AddSat(AddSat(As<UShort4>(uvw), As<UShort4>(offset)), As<UShort4>(offset)); in offsetSample()
564 return uvw; in offsetSample()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_colorspace.c806 int uvw = in->width >> desc->log2_chroma_w; in filter_frame() local
827 av_malloc(sizeof(*s->dither_scratch_base[1][0]) * (uvw + 4)); in filter_frame()
829 av_malloc(sizeof(*s->dither_scratch_base[1][1]) * (uvw + 4)); in filter_frame()
831 av_malloc(sizeof(*s->dither_scratch_base[2][0]) * (uvw + 4)); in filter_frame()
833 av_malloc(sizeof(*s->dither_scratch_base[2][1]) * (uvw + 4)); in filter_frame()
/third_party/libuv/
DLINKS.md63 …* [uvw](https://github.com/skypjack/uvw) - Header-only, event based, tiny and easy to use *libuv* …
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.tessellation.txt72 x + (1.0-x) == 1.0 for a given uvw coordinate x). The cases draw multiple times
/third_party/libpsl/fuzz/libpsl_load_fuzzer.in/
D44f8913e7f477f6907930e358ca84c27586f863b530 a`adfgfghhj�l6mnpqrstuvwxyz{|~����������������e_n�������������Ԩ�uvw}���}v{~wonnmllkjjihhgfedcba`_…
1571 a`adfgfghhj�l6mnpqrstuvwxyz{|~����������������e_n�������������Ԩ�uvw}���}v{~wonnmllkjjihhgfedcba`_…
/third_party/icu/icu4c/source/test/testdata/
Dregextst.txt971 "[d-fr-t]+" "abc<0>defrst</0>uvw"
/third_party/libpsl/fuzz/libpsl_icu_load_fuzzer.in/
D90666d10379509e0ecca6bbff8144238688b24fc4103 a`adfgfghhj�l6mnpqrstuvwxyz{|~����������������e_n�������������Ԩ�uvw}���}v{~wonnmllkjjihhgfedcba`_…
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch247262 + INSERT INTO t1(a,b) VALUES(1000,'uvw');