/third_party/pixman/pixman/ |
D | pixman-ssse3.c | 69 __m128i vw, vr, s; in ssse3_fetch_horizontal() local 103 vw = _mm_add_epi16 ( in ssse3_fetch_horizontal() 108 vw = _mm_packus_epi16 (vw, vw); in ssse3_fetch_horizontal() 127 vr = _mm_maddubs_epi16 (vr, vw); in ssse3_fetch_horizontal() 165 __m128i vw; in ssse3_fetch_bilinear_cover() local 192 vw = _mm_set_epi16 ( in ssse3_fetch_bilinear_cover() 204 _mm_sub_epi16 (bot0, top0), vw); in ssse3_fetch_bilinear_cover() 206 tmp = _mm_and_si128 (tmp, vw); in ssse3_fetch_bilinear_cover() 215 _mm_sub_epi16 (bot1, top1), vw); in ssse3_fetch_bilinear_cover() 217 tmp = _mm_and_si128 (tmp, vw); in ssse3_fetch_bilinear_cover() [all …]
|
/third_party/pixman/test/ |
D | utils-prng.c | 148 randdata.vw |= ((t.vw << 30) >= const_C0000000); in randmemset_internal() 156 randdata.vw &= ((t.vw << 30) >= const_40000000); in randmemset_internal()
|
D | utils-prng.h | 108 uint32x4 vw; member 142 data->vw = x->d; in prng_rand_128_r()
|
/third_party/boost/libs/lexical_cast/test/ |
D | lexical_cast_empty_input_test.cpp | 85 std::wstring vw; in test_empty_string() local 86 do_test_on_empty_input(vw); in test_empty_string() 87 BOOST_CHECK_THROW(lexical_cast<wchar_t>(vw), bad_lexical_cast); in test_empty_string()
|
/third_party/boost/boost/graph/distributed/ |
D | betweenness_centrality.hpp | 879 for (incoming_iterator vw = el.begin(); vw != el.end(); ++vw) { in do_brandes_sssp() local 880 if (get(owner, *vw) == id) in do_brandes_sssp() 881 put(dependency_count, *vw, get(dependency_count, *vw) + 1); in do_brandes_sssp() 883 put(dependency_count, *vw, 1); in do_brandes_sssp() 886 get(path_count, *vw); in do_brandes_sssp() 923 for (incoming_iterator vw = el.begin(); vw != el.end(); ++vw) { in do_brandes_sssp() local 924 vertex_descriptor v = *vw; in do_brandes_sssp() 944 for (incoming_iterator vw = el.begin(); vw != el.end(); ++vw) in do_brandes_sssp() local 945 Q.push(boost::make_tuple(*vw, w, get(dependency, w), get(path_count, w))); in do_brandes_sssp() 1085 for (incoming_iterator vw = incoming[w].begin(); in do_sequential_brandes_sssp() local [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-scaler.c | 1588 guint vx, vw, w1, ws; in gst_video_scaler_2d() local 1600 vw = (hscale->inc * (x + width)) >> 16; in gst_video_scaler_2d() 1603 vw = MAX (vw, ws + (2 * h_taps)); in gst_video_scaler_2d() 1605 vw = MAX (vw, ws + (4 * h_taps)); in gst_video_scaler_2d() 1607 vw = MAX (vw, ws + h_taps); in gst_video_scaler_2d() 1609 vw += 1; in gst_video_scaler_2d() 1611 vw = MIN (vw, hscale->resampler.in_size); in gst_video_scaler_2d() 1613 if (vscale->tmpwidth < vw) in gst_video_scaler_2d() 1614 realloc_tmplines (vscale, n_elems, vw); in gst_video_scaler_2d() 1630 vw - vx, n_elems); in gst_video_scaler_2d()
|
/third_party/toybox/scripts/ |
D | change.sh | 15 for i in $(generated/instlist | egrep -vw "sh|help")
|
/third_party/boost/boost/graph/ |
D | betweenness_centrality.hpp | 364 for (incoming_iterator vw = incoming[w].begin(); in brandes_betweenness_centrality_impl() local 365 vw != incoming[w].end(); ++vw) in brandes_betweenness_centrality_impl() 367 vertex_descriptor v = source(*vw, g); in brandes_betweenness_centrality_impl() 373 update_centrality(edge_centrality_map, *vw, factor); in brandes_betweenness_centrality_impl()
|
D | graphviz.hpp | 317 VertexWriter vw BOOST_GRAPH_ENABLE_IF_MODELS_PARM( in write_graphviz() 322 write_graphviz(out, g, vw, dw, gw); in write_graphviz() 326 inline void write_graphviz(std::ostream& out, const Graph& g, VertexWriter vw, in write_graphviz() argument 331 write_graphviz(out, g, vw, ew, gw); in write_graphviz()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_vertex_weighting.txt | 107 RESOLUTION: NO. The weights are always vw and 1-vw. 380 (xe,ye,ze)' = vw*(xe0,ye0,ze0)' + (1-vw) * (xe1,ye1,ze1)' 384 where M1 is the secondary modelview matrix and vw is the current 494 nw = vw * ( nx"0 ny"0 nz"0 ) + (1-vw) * (nx"1 ny"1 nz"1) 499 M, and vw is the current pver-vertex weight."
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_vertex_weighting.txt | 107 RESOLUTION: NO. The weights are always vw and 1-vw. 380 (xe,ye,ze)' = vw*(xe0,ye0,ze0)' + (1-vw) * (xe1,ye1,ze1)' 384 where M1 is the secondary modelview matrix and vw is the current 494 nw = vw * ( nx"0 ny"0 nz"0 ) + (1-vw) * (nx"1 ny"1 nz"1) 499 M, and vw is the current pver-vertex weight."
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelPipeline.cpp | 1544 Float4 vw; in TEXCOORD() local 1560 vw = Max(v, Float4(0.0f)); in TEXCOORD() 1561 vw = Min(vw, Float4(1.0f)); in TEXCOORD() 1562 dst.y = convertFixed12(vw); in TEXCOORD() 1586 Float4 vw = v; in TEXCRD() local 1592 vw *= Rcp_pp(s); in TEXCRD() 1609 vw *= Float4(0x1000); in TEXCRD() 1610 vw = Max(vw, Float4(-0x8000)); in TEXCRD() 1611 vw = Min(vw, Float4(0x7FFF)); in TEXCRD() 1612 dst.y = RoundShort4(vw); in TEXCRD()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | vec_vec_FONIPA.txt | 33 {fɾ} {fj} {fl} {fw} {fɾw} {vɾ} {vj} {vw} {ɾw} {ɾj}
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | vec_vec_FONIPA.txt | 34 {fɾ} {fj} {fl} {fw} {fɾw} {vɾ} {vj} {vw} {ɾw} {ɾj}
|
/third_party/icu/icu4c/source/data/translit/ |
D | vec_vec_FONIPA.txt | 34 {fɾ} {fj} {fl} {fw} {fɾw} {vɾ} {vj} {vw} {ɾw} {ɾj}
|
/third_party/openssl/doc/man3/ |
D | ASYNC_start_job.pod | 187 void cleanup(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD r, void *vw) 189 OSSL_ASYNC_FD *w = (OSSL_ASYNC_FD *)vw;
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 2706 Value *vw = nullptr, *pAttribs; in CompileFS() local 2712 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_center})); in CompileFS() 2715 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_centroid})); in CompileFS() 2718 vw = VRCP(LOAD(pPS, {0, SWR_PS_CONTEXT_vOneOverW, PixelPositions_sample})); in CompileFS() 2723 vw = VIMMED1(1.f); in CompileFS() 2726 vw->setName("w"); in CompileFS() 2866 interp = FMUL(interp, vw); in CompileFS()
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "vm" | "vn" | "vo" | "vp" | "vq" | "vr" | "vs" | "vt" | "vu" | "vv" | "vw" | "vx" | "vy" | "vz… 9 …vw: "aa.vw"; vx: "aa.vx"; vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa… 10 …vw: "aa.vw"; vx: "aa.vx"; vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa…
|
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "vm" | "vn" | "vo" | "vp" | "vq" | "vr" | "vs" | "vt" | "vu" | "vv" | "vw" | "vx" | "vy" | "vz… 9 …vw: "aa.vw"; vx: "aa.vx"; vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa… 10 …vw: "aa.vw"; vx: "aa.vx"; vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa…
|
/third_party/python/Lib/test/ |
D | test_codecs.py | 177 vw = [] 180 vw.append((i*200+200)*"\u3042" + lineend) 182 self.assertEqual(readalllines("".join(vw), True), "|".join(vw)) 183 self.assertEqual(readalllines("".join(vw), False), "|".join(vwo))
|
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …vw�x~�Rd�[p�]n������j�k[sOO_;SZ;us\����ĺ����������������������������������������������������������…
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …vw�x~�Rd�[p�]n������j�k[sOO_;SZ;us\����ĺ����������������������������������������������������������…
|
/third_party/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …vw�x~�Rd�[p�]n������j�k[sOO_;SZ;us\����ĺ����������������������������������������������������������…
|
/third_party/skia/experimental/wasm-skp-debugger/debugger/ |
D | anim.mskp | 984 ��vw�UX�0����9��������ۧ�}�1v��7�"#"54$!3#63232654&#"7�����<��r… 1027 ��k�7��\t�c��v��vw��ul.S]RR];��<^RS^��ِ|�7&��o_�����ғ��Տ��!#4632&#"~�Ů=[… 1047 ��vw��UX'�9�����9��������ۧ�}�1%0 1261 ��k�7O5Ƒ~�A?�}���w��vw��v�[t�Kd^RS^ُ|�6&�/R]RR]������<��ғ��Տ���o`�O���N … 1474 …&���~|���)��ι(���~~���(��κ)�/}vw~}uv��|xx�vv>9:??:9>�?r??r?�|ww~|vv��|ww~|wv��}vw~}vw�?9:??:… 6856 ��vw�UX�0����9��������ۧ�}�1v��7�"#"54$!3#63232654&#"7�����<��r… 6899 ��k�7��\t�c��v��vw��ul.S]RR];��<^RS^��ِ|�7&��o_�����ғ��Տ��!#4632&#"~�Ů=[… 6919 ��vw��UX'�9�����9��������ۧ�}�1%0 7133 ��k�7O5Ƒ~�A?�}���w��vw��v�[t�Kd^RS^ُ|�6&�/R]RR]������<��ғ��Տ���o`�O���N … 7346 …&���~|���)��ι(���~~���(��κ)�/}vw~}uv��|xx�vv>9:??:9>�?r??r?�|ww~|vv��|ww~|wv��}vw~}vw�?9:??:… [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_direct_state_access.txt | 2707 0, 0, vw, vh); 2712 attachments, 0, 0, vw, vh); 2714 respectively, where <vw> and <vh> are equal to the maximum viewport width
|