Home
last modified time | relevance | path

Searched refs:vy (Results 1 – 25 of 55) sorted by relevance

123

/third_party/skia/gm/
Druntimecolorfilter.cpp133 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/
Dutil.rs77 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/
Dwave.c110 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()
Dparticles.c188 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/
Dmpegvideodsp.c51 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/
Dlp_setup_analysis.c81 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/
Dppc-xlate.pl253 my ($f,$vx,$vy) = @_;
254 " vor $vx,$vy,$vy";
/third_party/node/deps/openssl/openssl/crypto/perlasm/
Dppc-xlate.pl253 my ($f,$vx,$vy) = @_;
254 " vor $vx,$vy,$vy";
/third_party/skia/src/opts/
DSkBitmapProcState_opts.h401 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/
Dp2048_q224_t1864.pem9 WtYBlmeyzvArfyZxG/o3mrFL/B1/d3boNkgu850M5Ijz5qY1O4NO2Dof4uLXi+vy
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c693 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/
Dvf_chromashift.c122 int vy = (y - crv) % h; \
126 if (vy < 0) \
127 vy += h; \
139 dv[x] = sv[vx + vy * svlinesize]; \
Davf_showcqt.c815 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/
Dlibm.h71 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/
DVaryingPacking.cpp31 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/
Dulp.h132 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/
Dbas.txt47 vi{"Hɔp u vyɛ̄dnàm"}
/third_party/icu/icu4c/source/data/lang/
Dbas.txt47 vi{"Hɔp u vyɛ̄dnàm"}
/third_party/libinput/tools/
Dlibinput-debug-gui.c131 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/
Dmathtest.txt488 \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}#
Dmathtest.adoc488 \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/
DSGIX_nonlinear_lighting_pervertex.txt37 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/
DSGIX_nonlinear_lighting_pervertex.txt37 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/
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "vo" | "vp" | "vq" | "vr" | "vs" | "vt" | "vu" | "vv" | "vw" | "vx" | "vy" | "vz" | "wa" | "wb…
9vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa.wd"; we: "aa.we"; wf: "aa…
10vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa.wd"; we: "aa.we"; wf: "aa…
DhugeDeclarationOutputGTruncatedWithError.ts.types6 …" | "vo" | "vp" | "vq" | "vr" | "vs" | "vt" | "vu" | "vv" | "vw" | "vx" | "vy" | "vz" | "wa" | "wb…
9vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa.wd"; we: "aa.we"; wf: "aa…
10vy: "aa.vy"; vz: "aa.vz"; wa: "aa.wa"; wb: "aa.wb"; wc: "aa.wc"; wd: "aa.wd"; we: "aa.we"; wf: "aa…

123