Home
last modified time | relevance | path

Searched refs:qy (Results 1 – 25 of 45) sorted by relevance

12

/third_party/boost/libs/qvm/test/
Dconvert_to_test.cpp47 test_qvm::quaternion<Q1> const qy=convert_to< test_qvm::quaternion<Q1> >(my); in test_quaternion() local
48 BOOST_QVM_TEST_CLOSE(x.a,qy.a,0.00001f); in test_quaternion()
59 … test_qvm::quaternion<Q1> const qy=convert_to< test_qvm::quaternion<Q1> >(del_row_col<3,3>(my)); in test_quaternion() local
60 BOOST_QVM_TEST_CLOSE(x.a,qy.a,0.00001f); in test_quaternion()
Dmul_qq_test.cpp26 test_qvm::quaternion<Q1> const qy=roty_quat(a); in test() local
28 test_qvm::quaternion<Q1> const q1=qx*qy*qref(qz); in test()
34 test_same_type(qx,qx*qy); in test()
Dmul_eq_qq_test.cpp25 test_qvm::quaternion<Q1> const qy=roty_quat(a); in test() local
29 q1 *= qy; in test()
Dmul_qv_test.cpp26 test_qvm::quaternion<Q1> const qy=roty_quat(a); in test() local
35 test_qvm::vector<V1,3> const q_vy=qy*v; in test()
Dslerp_test.cpp38 test_qvm::quaternion<Q1> const qy=roty_quat(a1*(1-t)+a2*t); in test() local
44 BOOST_QVM_TEST_CLOSE(qy.a,qsy.a,0.001f); in test()
/third_party/skia/src/gpu/geometry/
DGrQuad.cpp37 static void map_quad_general(const V4f& qx, const V4f& qy, const SkMatrix& m, in map_quad_general() argument
39 *xs = m.getScaleX() * qx + (m.getSkewX() * qy + m.getTranslateX()); in map_quad_general()
40 *ys = m.getSkewY() * qx + (m.getScaleY() * qy + m.getTranslateY()); in map_quad_general()
42 V4f w = m.getPerspX() * qx + (m.getPerspY() * qy + m.get(SkMatrix::kMPersp2)); in map_quad_general()
/third_party/pixman/pixman/dither/
Dmake-blue-noise.c339 int px, py, qx, qy, dx, dy; in compute_cluster_sizes() local
344 private (py, px, qy, qx, dx, dy) \ in compute_cluster_sizes()
359 for (qy = 0; qy < height; ++qy) in compute_cluster_sizes()
361 dy = imin (abs (qy - py), height - abs (qy - py)); in compute_cluster_sizes()
364 dist += (pixel == *pattern_get (pattern, qx, qy)) in compute_cluster_sizes()
/third_party/flutter/skia/src/gpu/geometry/
DGrQuad.cpp37 static void map_quad_general(const V4f& qx, const V4f& qy, const SkMatrix& m, in map_quad_general() argument
39 *xs = mad(m.getScaleX(), qx, mad(m.getSkewX(), qy, m.getTranslateX())); in map_quad_general()
40 *ys = mad(m.getSkewY(), qx, mad(m.getScaleY(), qy, m.getTranslateY())); in map_quad_general()
43 mad(m.getPerspY(), qy, m.get(SkMatrix::kMPersp2))); in map_quad_general()
/third_party/ffmpeg/libavcodec/
Dvc1_pred.c403 int qx, qy, X, Y; in ff_vc1_pred_mv() local
406 qy = (s->mb_y << 6) + ((n == 2 || n == 3) ? 32 : 0); in ff_vc1_pred_mv()
410 if (qy + py < MV) py = MV - qy; in ff_vc1_pred_mv()
412 if (qy + py > Y) py = Y - qy; in ff_vc1_pred_mv()
768 int qx, qy, X, Y; in ff_vc1_pred_b_mv() local
772 qy = (s->mb_y << sh); in ff_vc1_pred_b_mv()
776 if (qy + py < MV) py = MV - qy; in ff_vc1_pred_b_mv()
778 if (qy + py > Y) py = Y - qy; in ff_vc1_pred_b_mv()
838 int qx, qy, X, Y; in ff_vc1_pred_b_mv() local
842 qy = (s->mb_y << sh); in ff_vc1_pred_b_mv()
[all …]
Dvc1_mc.c514 int qx, qy; in ff_vc1_mc_4mv_luma() local
522 qy = (s->mb_y * 8) + (my >> 3); in ff_vc1_mc_4mv_luma()
528 if (qy < -18) in ff_vc1_mc_4mv_luma()
529 my -= 8 * (qy + 18); in ff_vc1_mc_4mv_luma()
530 else if (qy > height + 1) in ff_vc1_mc_4mv_luma()
531 my -= 8 * (qy - height - 1); in ff_vc1_mc_4mv_luma()
Dmobiclip.c335 int qx, qy; in setup_qtables() local
343 qy = quantizer / 6; in setup_qtables()
346 s->qtab[0][i] = quant4x4_tab[qx][i] << qy; in setup_qtables()
349 s->qtab[1][i] = quant8x8_tab[qx][i] << (qy - 2); in setup_qtables()
/third_party/mesa3d/src/mesa/swrast/
Ds_aatriangle.c54 const GLfloat qy = v2[1] - v0[1]; in compute_plane() local
58 const GLfloat a = py * qz - pz * qy; in compute_plane()
60 const GLfloat c = px * qy - py * qx; in compute_plane()
Ds_aaline.c99 const GLfloat qy = px; in compute_plane()
101 const GLfloat a = py * qz - pz * qy; in compute_plane()
103 const GLfloat c = px * qy - py * qx; in compute_plane()
/third_party/ffmpeg/libavfilter/
Dvf_fspp.c156 int x, x0, y, es, qy, t; in filter() local
191 qy = y - 4; in filter()
193 if (qy > height - 1) qy = height - 1; in filter()
194 if (qy < 0) qy = 0; in filter()
196 qy = (qy >> qpsv) * qp_stride; in filter()
210 t = qp_store[qy + (t >> qpsh)]; in filter()
/third_party/openssl/demos/cms/
Dsigner.pem50 rM8JcHTv75sjycqu68BAQr1Z5qwwrMyY0vWVEorKzvAXEWolC67asR4cDutOd+qy
/third_party/openssl/demos/smime/
Dsigner.pem50 rM8JcHTv75sjycqu68BAQr1Z5qwwrMyY0vWVEorKzvAXEWolC67asR4cDutOd+qy
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl627 …at pvx, float sy, float c, float pvy, float sz, float pvz, float qx, float qy, float qz, float qw,… argument
640 res.qy = qy;
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c1053 FT_Int64 qx, qy; in gray_render_conic() local
1213 qy = LEFT_SHIFT( by, 33 - shift ) + LEFT_SHIFT( ay, 32 - 2 * shift ); in gray_render_conic()
1221 py += qy; in gray_render_conic()
1223 qy += ry; in gray_render_conic()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl172 s = sqrt (static_cast<T>(1) + Row[1][1] - Row[0][0] - Row[2][2]) * static_cast<T>(2); // S=4*qy
/third_party/typescript/tests/baselines/reference/
DhugeDeclarationOutputGTruncatedWithError.ts.types6 …" | "qo" | "qp" | "qq" | "qr" | "qs" | "qt" | "qu" | "qv" | "qw" | "qx" | "qy" | "qz" | "ra" | "rb…
9qy: "aa.qy"; qz: "aa.qz"; ra: "aa.ra"; rb: "aa.rb"; rc: "aa.rc"; rd: "aa.rd"; re: "aa.re"; rf: "aa…
10qy: "aa.qy"; qz: "aa.qz"; ra: "aa.ra"; rb: "aa.rb"; rc: "aa.rc"; rd: "aa.rd"; re: "aa.re"; rf: "aa…
DhugeDeclarationOutputGetsTruncatedWithError.types6 …" | "qo" | "qp" | "qq" | "qr" | "qs" | "qt" | "qu" | "qv" | "qw" | "qx" | "qy" | "qz" | "ra" | "rb…
9qy: "aa.qy"; qz: "aa.qz"; ra: "aa.ra"; rb: "aa.rb"; rc: "aa.rc"; rd: "aa.rd"; re: "aa.re"; rf: "aa…
10qy: "aa.qy"; qz: "aa.qz"; ra: "aa.ra"; rb: "aa.rb"; rc: "aa.rc"; rd: "aa.rd"; re: "aa.re"; rf: "aa…
/third_party/python/Misc/NEWS.d/
D3.6.2rc1.rst141 .. nonce: rTQ-qy
D3.5.4rc1.rst199 .. nonce: rTQ-qy
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4qy�kt�hn�]`�XZqSUjRWjT^hZgmfvvr�t�~�����~��w�zr�qftgZeT[ZE`ZBb\D-.0-.0-.0-.0-.0-.0.......,-.-+.-…
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4qy�kt�hn�]`�XZqSUjRWjT^hZgmfvvr�t�~�����~��w�zr�qftgZeT[ZE`ZBb\D-.0-.0-.0-.0-.0-.0.......,-.-+.-…

12