/third_party/skia/gm/ |
D | runtimecolorfilter.cpp | 133 SkVector vy = pos[3] - pos[0]; variable 135 vy.setLength(vy.length()/3.f); 138 pos[1], pos[1] + vy, pos[2] - vy, 140 pos[3], pos[3] - vy, pos[0] + vy
|
/third_party/rust/crates/memchr/src/memmem/ |
D | util.rs | 77 let vy = (py as *const u32).read_unaligned(); in memcmp() localVariable 78 if vx != vy { in memcmp() 85 let vy = (pyend as *const u32).read_unaligned(); in memcmp() localVariable 86 vx == vy in memcmp()
|
/third_party/glfw/examples/ |
D | wave.c | 110 double vx[GRIDW][GRIDH], vy[GRIDW][GRIDH]; variable 138 vy[x][y] = 0.0; in init_grid() 243 vy[x][y] = vy[x][y] + ay[x][y] * time_step; in calc_grid() 254 p[x][y] = p[x][y] + (vx[x2][y] - vx[x][y] + vy[x][y2] - vy[x][y]) * time_step; in calc_grid()
|
D | particles.c | 188 float vx,vy,vz; // Velocity vector member 258 p->vy = 0.4f * (float) sin(xy_angle); in init_particle() 263 p->vy *= velocity; in init_particle() 314 p->y = p->y + p->vy * dt; in update_particle()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideodsp.c | 51 int y, vx, vy; in ff_gmc_c() local 61 vy = oy; in ff_gmc_c() 65 int src_y = vy >> 16; in ff_gmc_c() 103 vy += dyx; in ff_gmc_c()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_analysis.c | 81 const float (*vy)[4], in make_vert() 85 out[0][1] = vy[0][1]; in make_vert() 89 out[1][1] = vy[1][1]; in make_vert()
|
/third_party/openssl/crypto/perlasm/ |
D | ppc-xlate.pl | 253 my ($f,$vx,$vy) = @_; 254 " vor $vx,$vy,$vy";
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
D | ppc-xlate.pl | 253 my ($f,$vx,$vy) = @_; 254 " vor $vx,$vy,$vy";
|
/third_party/skia/src/opts/ |
D | SkBitmapProcState_opts.h | 401 uint8x8_t vy, vconst16_8, v16_y, vres; in filter_and_scale_by_alpha() local 406 vy = vdup_n_u8(y); // duplicate y into vy in filter_and_scale_by_alpha() 408 v16_y = vsub_u8(vconst16_8, vy); // v16_y = 16-y in filter_and_scale_by_alpha() 416 tmp2 = vmull_u8(vreinterpret_u8_u32(va1), vy); // tmp2 = [a11|a10] * y in filter_and_scale_by_alpha()
|
/third_party/openssl/test/recipes/15-test_dsaparam_data/valid/ |
D | p2048_q224_t1864.pem | 9 WtYBlmeyzvArfyZxG/o3mrFL/B1/d3boNkgu850M5Ijz5qY1O4NO2Dof4uLXi+vy
|
/third_party/ffmpeg/libswscale/ppc/ |
D | swscale_vsx.c | 693 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_full_2_vsx_template() local 744 SETUP(vy, &buf0[i], vyalpha1, &buf1[i], vyalpha); in yuv2rgb_full_2_vsx_template() 815 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_2_vsx_template() local 874 SETUP(vy, &buf0[i * 2], vyalpha1, &buf1[i * 2], vyalpha); in yuv2rgb_2_vsx_template() 936 SETUP(vy, &buf0[i * 2 + 8], vyalpha1, &buf1[i * 2 + 8], vyalpha); in yuv2rgb_2_vsx_template() 986 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_full_1_vsx_template() local 1033 vy = vec_ld(0, &buf0[i]); in yuv2rgb_full_1_vsx_template() 1034 vy32_l = vec_unpackh(vy); in yuv2rgb_full_1_vsx_template() 1035 vy32_r = vec_unpackl(vy); in yuv2rgb_full_1_vsx_template() 1115 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_1_vsx_template() local [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_chromashift.c | 122 int vy = (y - crv) % h; \ 126 if (vy < 0) \ 127 vy += h; \ 139 dv[x] = sv[vx + vy * svlinesize]; \
|
D | avf_showcqt.c | 815 uint8_t *vy = out->data[0], *vu = out->data[1], *vv = out->data[2]; in draw_bar_yuv() local 823 lpy = vy + y * lsy; in draw_bar_yuv() 839 lpy = vy + (y+1) * lsy; in draw_bar_yuv() 967 uint8_t *vy = out->data[0], *vu = out->data[1], *vv = out->data[2]; in draw_axis_yuv() local 975 lpy = vy + (off + y) * lsy; in draw_axis_yuv() 1001 lpy = vy + (off + y + 1) * lsy; in draw_axis_yuv()
|
/third_party/ffmpeg/libavutil/ |
D | libm.h | 71 uint64_t vy = av_double2int(y); in copysign() local 72 return av_int2double((vx & UINT64_C(0x7fffffffffffffff)) | (vy & UINT64_C(0x8000000000000000))); in copysign()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VaryingPacking.cpp | 31 sh::ShaderVariable vx, vy; in ComparePackedVarying() local 46 vy = *py; in ComparePackedVarying() 47 vy.arraySizes.clear(); in ComparePackedVarying() 48 py = &vy; in ComparePackedVarying()
|
/third_party/optimized-routines/math/test/ |
D | ulp.h | 132 volatile RT(float) vy = p->y; // TODO: barrier in T() 133 (void) vy; in T()
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | bas.txt | 47 vi{"Hɔp u vyɛ̄dnàm"}
|
/third_party/icu/icu4c/source/data/lang/ |
D | bas.txt | 47 vi{"Hɔp u vyɛ̄dnàm"}
|
/third_party/libinput/tools/ |
D | libinput-debug-gui.c | 131 double vx, vy; member 590 cairo_rectangle(cr, w->scroll.vx - 10, w->scroll.vy - 20, 20, 40); in draw_scrollbars() 1025 w->scroll.vy = w->height/2; in window_place_ui_elements() 1467 w->scroll.vy += value; in handle_event_axis() 1468 w->scroll.vy = clip(w->scroll.vy, 0, w->height); in handle_event_axis()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
D | mathtest.txt | 488 \rho_{y} & = \sqrt{ m_{uy} ^{2} + m_{vy} ^{2} + m_{wy} ^{2} } 497 [eq]#m~uy~#, [eq]#m~vy~#, and [eq]#m~wy~# 501 {empty}:: [eq]#max({vert}m~uy~{vert}, {vert}m~vy~{vert}, 503 {vert}m~vy~{vert} {plus} {vert}m~wy~{vert}#
|
D | mathtest.adoc | 488 \rho_{y} & = \sqrt{ m_{uy} ^{2} + m_{vy} ^{2} + m_{wy} ^{2} } 497 [eq]#m~uy~#, [eq]#m~vy~#, and [eq]#m~wy~# 501 {empty}:: [eq]#max({vert}m~uy~{vert}, {vert}m~vy~{vert}, 503 {vert}m~vy~{vert} {plus} {vert}m~wy~{vert}#
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_nonlinear_lighting_pervertex.txt | 37 Fr(u,v) = Ps*(Cx*ux*vx + Cy*uy*vy + Cz*uz*vz)^n 55 Fr(u,v) = Sum(i,N)(Cx,i*ux*vx + Cy,i*uy*vy + Cz,i*uz*vz)^ni
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_nonlinear_lighting_pervertex.txt | 37 Fr(u,v) = Ps*(Cx*ux*vx + Cy*uy*vy + Cz*uz*vz)^n 55 Fr(u,v) = Sum(i,N)(Cx,i*ux*vx + Cy,i*uy*vy + Cz,i*uz*vz)^ni
|
/third_party/typescript/tests/baselines/reference/ |
D | hugeDeclarationOutputGetsTruncatedWithError.types | 6 …" | "vo" | "vp" | "vq" | "vr" | "vs" | "vt" | "vu" | "vv" | "vw" | "vx" | "vy" | "vz" | "wa" | "wb… 9 …vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa.wd"; we: "aa.we"; wf: "aa… 10 …vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa.wd"; we: "aa.we"; wf: "aa…
|
D | hugeDeclarationOutputGTruncatedWithError.ts.types | 6 …" | "vo" | "vp" | "vq" | "vr" | "vs" | "vt" | "vu" | "vv" | "vw" | "vx" | "vy" | "vz" | "wa" | "wb… 9 …vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa.wd"; we: "aa.we"; wf: "aa… 10 …vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa.wd"; we: "aa.we"; wf: "aa…
|