Home
last modified time | relevance | path

Searched refs:qp2 (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/x86/
H A Dloop_filter_sse4.cc262 const __m128i abs_qp2mqp1 = AbsDiff(qp2, qp1); in NeedsFilter6()
276 const __m128i abs_pq2mpq0 = AbsDiff(qp2, qp0); in IsFlat3()
290 const __m128i qp2_lo = _mm_cvtepu8_epi16(qp2); in Filter6()
357 Filter6(qp2, qp1, qp0, &oqp1_f6, &oqp0_f6); in Horizontal6()
461 Filter6(qp2, qp1, qp0, &oqp1_f6, &oqp0_f6); in Vertical6()
1089 qp2 = oqp2_f8; in Vertical14()
1394 const __m128i qp2_lo = qp2; in Filter6()
1640 const __m128i qp2_lo = qp2; in Filter8()
1863 const __m128i qp2_lo = qp2; in Filter14()
2116 __m128i qp2 = _mm_unpacklo_epi64(p2, q2); in Vertical14() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/dsp/x86/
H A Dloop_filter_sse4.cc262 const __m128i abs_qp2mqp1 = AbsDiff(qp2, qp1); in NeedsFilter6()
276 const __m128i abs_pq2mpq0 = AbsDiff(qp2, qp0); in IsFlat3()
290 const __m128i qp2_lo = _mm_cvtepu8_epi16(qp2); in Filter6()
357 Filter6(qp2, qp1, qp0, &oqp1_f6, &oqp0_f6); in Horizontal6()
461 Filter6(qp2, qp1, qp0, &oqp1_f6, &oqp0_f6); in Vertical6()
1091 qp2 = oqp2_f8; in Vertical14()
1396 const __m128i qp2_lo = qp2; in Filter6()
1642 const __m128i qp2_lo = qp2; in Filter8()
1865 const __m128i qp2_lo = qp2; in Filter14()
2119 __m128i qp2 = _mm_unpacklo_epi64(p2, q2); in Vertical14() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/x86/
H A Dloop_filter_sse4.cc262 const __m128i abs_qp2mqp1 = AbsDiff(qp2, qp1); in NeedsFilter6()
276 const __m128i abs_pq2mpq0 = AbsDiff(qp2, qp0); in IsFlat3()
290 const __m128i qp2_lo = _mm_cvtepu8_epi16(qp2); in Filter6()
357 Filter6(qp2, qp1, qp0, &oqp1_f6, &oqp0_f6); in Horizontal6()
461 Filter6(qp2, qp1, qp0, &oqp1_f6, &oqp0_f6); in Vertical6()
1091 qp2 = oqp2_f8; in Vertical14()
1396 const __m128i qp2_lo = qp2; in Filter6()
1642 const __m128i qp2_lo = qp2; in Filter8()
1865 const __m128i qp2_lo = qp2; in Filter14()
2119 __m128i qp2 = _mm_unpacklo_epi64(p2, q2); in Vertical14() local
[all …]
/dports/math/hpipm/hpipm-0.1.1/archive/ocp_nlp/
H A Dd_ocp_nlp_sqp.c260 struct OCP_QP qp2; in MEMSIZE_OCP_NLP_SQP() local
261 qp2.N = N2; in MEMSIZE_OCP_NLP_SQP()
262 qp2.nx = nx2; in MEMSIZE_OCP_NLP_SQP()
263 qp2.nu = nu2; in MEMSIZE_OCP_NLP_SQP()
264 qp2.nb = nb2; in MEMSIZE_OCP_NLP_SQP()
265 qp2.ng = ng2; in MEMSIZE_OCP_NLP_SQP()
266 qp2.ns = ns2; in MEMSIZE_OCP_NLP_SQP()
325 ws->qp2 = qp_ptr; in CREATE_OCP_NLP_SQP()
428 struct OCP_QP *qp2 = ws->qp2; in SOLVE_OCP_NLP_SQP() local
453 int *nx2 = qp2->nx; in SOLVE_OCP_NLP_SQP()
[all …]
H A Dd_ocp_nlp_hyb.c275 struct OCP_QP qp2; in MEMSIZE_OCP_NLP_HYB() local
276 qp2.N = N2; in MEMSIZE_OCP_NLP_HYB()
277 qp2.nx = nx2; in MEMSIZE_OCP_NLP_HYB()
278 qp2.nu = nu2; in MEMSIZE_OCP_NLP_HYB()
279 qp2.nb = nb2; in MEMSIZE_OCP_NLP_HYB()
280 qp2.ng = ng2; in MEMSIZE_OCP_NLP_HYB()
281 qp2.ns = ns2; in MEMSIZE_OCP_NLP_HYB()
340 ws->qp2 = qp_ptr; in CREATE_OCP_NLP_HYB()
443 struct OCP_QP *qp2 = ws->qp2; in SOLVE_OCP_NLP_HYB() local
476 int *nx2 = qp2->nx; in SOLVE_OCP_NLP_HYB()
[all …]
/dports/math/mpir/mpir-3.0.0/tests/mpn/
H A Dt-tdiv_q.c45 mp_limb_t qp2[2*MAX_LIMBS]; in check_tdiv_q() local
68 mpn_tdiv_qr(qp2, rp, 0, np, nn, dp, dn); in check_tdiv_q()
71 MPN_NORMALIZE(qp2, qn2); in check_tdiv_q()
74 if ((qn != qn2) || (mpn_cmp(qp, qp2, qn) != 0)) in check_tdiv_q()
81 gmp_printf (" qp2: %Nx\n\n", qp2, qn2); in check_tdiv_q()
/dports/math/cgal/CGAL-5.3/include/CGAL/QP_solver/
H A DQP_functions_impl.h156 (const Quadratic_program1 &qp1, const Quadratic_program2 &qp2) in are_equal_qp() argument
160 if (qp1.get_n() != qp2.get_n()) { in are_equal_qp()
166 if (qp1.get_m() != qp2.get_m()) { in are_equal_qp()
175 typename Quadratic_program2::A_iterator a2 = qp2.get_a(); in are_equal_qp()
186 typename Quadratic_program2::B_iterator b2 = qp2.get_b(); in are_equal_qp()
195 typename Quadratic_program2::R_iterator r2 = qp2.get_r(); in are_equal_qp()
206 typename Quadratic_program2::L_iterator l2 = qp2.get_l(); in are_equal_qp()
224 typename Quadratic_program2::U_iterator u2 = qp2.get_u(); in are_equal_qp()
239 typename Quadratic_program2::D_iterator d2 = qp2.get_d(); in are_equal_qp()
250 typename Quadratic_program2::C_iterator c2 = qp2.get_c(); in are_equal_qp()
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/generic/
H A Dremove.c89 mp_ptr tp, qp, np, qp2; in mpn_remove() local
103 qp2, un + 1, /* quotient, alternating */ in mpn_remove()
115 mpn_bdiv_qr_wrap (qp2, tp, qp, qn + 1, pp, pn); in mpn_remove()
119 MP_PTR_SWAP (qp, qp2); in mpn_remove()
156 mpn_bdiv_qr_wrap (qp2, tp, qp, qn + 1, pwpsp[i], pn); in mpn_remove()
160 MP_PTR_SWAP (qp, qp2); in mpn_remove()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/generic/
H A Dremove.c89 mp_ptr tp, qp, np, pp, qp2; in mpn_remove() local
103 qp2 = TMP_ALLOC_LIMBS (un + 1); /* quotient, alternating */ in mpn_remove()
114 mpn_bdiv_qr_wrap (qp2, tp, qp, qn + 1, pp, pn); in mpn_remove()
118 MP_PTR_SWAP (qp, qp2); in mpn_remove()
155 mpn_bdiv_qr_wrap (qp2, tp, qp, qn + 1, pwpsp[i], pn); in mpn_remove()
159 MP_PTR_SWAP (qp, qp2); in mpn_remove()
/dports/math/gmp/gmp-6.2.1/mpn/generic/
H A Dremove.c88 mp_ptr tp, qp, np, qp2; in mpn_remove() local
102 qp2, un + 1, /* quotient, alternating */ in mpn_remove()
114 mpn_bdiv_qr_wrap (qp2, tp, qp, qn + 1, pp, pn); in mpn_remove()
121 MP_PTR_SWAP (qp, qp2); in mpn_remove()
160 mpn_bdiv_qr_wrap (qp2, tp, qp, qn + 1, pwpsp[i], pn); in mpn_remove()
167 MP_PTR_SWAP (qp, qp2); in mpn_remove()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/generic/
H A Dremove.c88 mp_ptr tp, qp, np, qp2; in mpn_remove() local
102 qp2, un + 1, /* quotient, alternating */ in mpn_remove()
114 mpn_bdiv_qr_wrap (qp2, tp, qp, qn + 1, pp, pn); in mpn_remove()
121 MP_PTR_SWAP (qp, qp2); in mpn_remove()
160 mpn_bdiv_qr_wrap (qp2, tp, qp, qn + 1, pwpsp[i], pn); in mpn_remove()
167 MP_PTR_SWAP (qp, qp2); in mpn_remove()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/linalg/
H A Dpolynomial.cpp81 Add (double lam, const QuadraticPolynomial2V & qp2) in Add() argument
83 c += lam * qp2.c; in Add()
84 cx += lam * qp2.cx; in Add()
85 cy += lam * qp2.cy; in Add()
86 cxx += lam * qp2.cxx; in Add()
87 cxy += lam * qp2.cxy; in Add()
88 cyy += lam * qp2.cyy; in Add()
/dports/cad/netgen/netgen-6.2.2105/libsrc/linalg/
H A Dpolynomial.cpp81 Add (double lam, const QuadraticPolynomial2V & qp2) in Add() argument
83 c += lam * qp2.c; in Add()
84 cx += lam * qp2.cx; in Add()
85 cy += lam * qp2.cy; in Add()
86 cxx += lam * qp2.cxx; in Add()
87 cxy += lam * qp2.cxy; in Add()
88 cyy += lam * qp2.cyy; in Add()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/linalg/
H A Dpolynomial.cpp81 Add (double lam, const QuadraticPolynomial2V & qp2) in Add() argument
83 c += lam * qp2.c; in Add()
84 cx += lam * qp2.cx; in Add()
85 cy += lam * qp2.cy; in Add()
86 cxx += lam * qp2.cxx; in Add()
87 cxy += lam * qp2.cxy; in Add()
88 cyy += lam * qp2.cyy; in Add()
/dports/biology/molden/molden5.8/
H A Dcalc.f30 qp2 = pvec(2)*pvec(2)
32 r2 = qp1+qp2+qp3
39 & q(13,i)*rt15*pvec(3)*(qp1-qp2)+
41 & q(15,i)*rt10*pvec(1)*(qp1-3.0d0*qp2)+
42 & q(16,i)*rt10*(-pvec(2))*(qp2-3.0d0*qp1)))/r2
46 & q(8,i)*0.5d0*rt3*(qp1-qp2)+
/dports/math/cocoalib/CoCoALib-0.99712/src/tests/
H A Dtest-normaliz1.C154 const QuasiPoly qp2 = HilbertQuasiPoly(C2); in program() local
156 const vector<RingElem>& qpv2 = constituents(qp2); in program()
158 CoCoA_ASSERT_ALWAYS(qp2(BigInt(0)) == 1); in program()
159 CoCoA_ASSERT_ALWAYS(qp2(BigInt(1)) == 0); // deg1 in program()
160 CoCoA_ASSERT_ALWAYS(qp2(BigInt(2)) == 1); in program()
161 CoCoA_ASSERT_ALWAYS(qp2(BigInt(3)) == 2); in program()
162 CoCoA_ASSERT_ALWAYS(qp2(BigInt(4)) == 1); in program()
163 CoCoA_ASSERT_ALWAYS(qp2(BigInt(5)) == 2); in program()
164 CoCoA_ASSERT_ALWAYS(qp2(BigInt(6)) == 3); in program()
/dports/math/giacxcas/CoCoALib-0.99700/src/tests/
H A Dtest-normaliz1.C154 const QuasiPoly qp2 = HilbertQuasiPoly(C2); in program() local
156 const vector<RingElem>& qpv2 = constituents(qp2); in program()
158 CoCoA_ASSERT_ALWAYS(qp2(BigInt(0)) == 1); in program()
159 CoCoA_ASSERT_ALWAYS(qp2(BigInt(1)) == 0); // deg1 in program()
160 CoCoA_ASSERT_ALWAYS(qp2(BigInt(2)) == 1); in program()
161 CoCoA_ASSERT_ALWAYS(qp2(BigInt(3)) == 2); in program()
162 CoCoA_ASSERT_ALWAYS(qp2(BigInt(4)) == 1); in program()
163 CoCoA_ASSERT_ALWAYS(qp2(BigInt(5)) == 2); in program()
164 CoCoA_ASSERT_ALWAYS(qp2(BigInt(6)) == 3); in program()
/dports/math/hpipm/hpipm-0.1.1/examples/c/
H A Dexample_d_ocp_qp_part_cond_sens.c160 struct d_ocp_qp qp2; in main() local
161 d_ocp_qp_create(&dim2, &qp2, qp_mem2); in main()
247 d_part_cond_qp_cond(&qp, &qp2, &part_cond_arg, &part_cond_ws); in main()
262 d_ocp_qp_ipm_solve(&qp2, &qp_sol2, &arg, &workspace); in main()
278 d_part_cond_qp_expand_sol(&qp, &qp2, &qp_sol2, &qp_sol, &part_cond_arg, &part_cond_ws); in main()
439 d_part_cond_qp_cond_rhs(&qp1, &qp2, &part_cond_arg, &part_cond_ws); in main()
442 d_ocp_qp_ipm_predict(&qp2, &qp_sol2, &arg, &workspace); in main()
445 d_part_cond_qp_expand_sol(&qp1, &qp2, &qp_sol2, &qp_sol1, &part_cond_arg, &part_cond_ws); in main()
515 d_part_cond_qp_cond_rhs(&qp3, &qp2, &part_cond_arg, &part_cond_ws); in main()
518 d_ocp_qp_ipm_sens(&qp2, &qp_sol2, &arg, &workspace); in main()
[all …]
H A Dexample_d_ocp_qp_sens.c384 struct d_ocp_qp qp2; in main() local
385 d_ocp_qp_create(&dim, &qp2, qp1_mem); in main()
393 d_ocp_qp_copy_all(&qp, &qp2); in main()
395 d_ocp_qp_set_rhs_zero(&qp2); in main()
401 d_ocp_qp_set_el("lbx", 0, index, &one, &qp2); in main()
402 d_ocp_qp_set_el("ubx", 0, index, &one, &qp2); in main()
411 d_ocp_qp_ipm_sens(&qp2, &qp_sol2, &arg, &workspace); in main()
/dports/www/grafana8/grafana-8.3.6/pkg/tsdb/influxdb/
H A Dquery_test.go15 qp2, _ := NewQueryPart("mean", []string{})
43 Selects: []*Select{{*qp1, *qp2}},
57 Selects: []*Select{{*qp1, *qp2}},
71 Selects: []*Select{{*qp1, *qp2}},
85 Selects: []*Select{{*qp1, *qp2, *mathPartDivideBy100}},
97 Selects: []*Select{{*qp1, *qp2, *mathPartDivideByIntervalMs}},
109 Selects: []*Select{{*qp1, *qp2}},
157 Selects: []*Select{{*qp1, *qp2}},
/dports/math/p5-Math-Bezier-Convert/Math-Bezier-Convert-0.02/
H A DConvert.pm84 my @qp2 = ();
100 @qp2 = (($p0x+$p3x)/2, ($p0y+$p3y)/2);
104 @qp2 = (($p0x+$p3x)/2, ($p0y+$p3y)/2);
129 @qp2 = ($p0x, $p0y);
150 push @qp2, @p, @p;
154 push @qp2, @p, @p;
169 @qp2 = ($cx, $cy);
181 push @qp1, @qp2, $p3x, $p3y;
188 unless (@qp2) {
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/Static_filters/
H A DCompare_weighted_squared_radius_3.h69 double qp2 = (((CGAL::square( qpx ) + CGAL::square( qpy )) + CGAL::square( qpz )) + pw_qw); in operator() local
80 double num_x = CGAL::determinant( qpy, qpz, qp2, rpy, rpz, rp2, spy, spz, sp2 ); in operator()
81 double num_y = CGAL::determinant( qpx, qpz, qp2, rpx, rpz, rp2, spx, spz, sp2 ); in operator()
82 double num_z = CGAL::determinant( qpx, qpy, qp2, rpx, rpy, rp2, spx, spy, sp2 ); in operator()
205 double qp2 = (((CGAL::square( qpx ) + CGAL::square( qpy )) + CGAL::square( qpz )) + pw_qw); in operator() local
214 …double num_x = ((qp2 * CGAL::determinant( rpy, rpz, sy, sz )) - (rp2 * CGAL::determinant( qpy, qpz… in operator()
215 …double num_y = ((qp2 * CGAL::determinant( rpx, rpz, sx, sz )) - (rp2 * CGAL::determinant( qpx, qpz… in operator()
216 …double num_z = ((qp2 * CGAL::determinant( rpx, rpy, sx, sy )) - (rp2 * CGAL::determinant( qpx, qpy… in operator()
318 double qp2 = ((CGAL::square( qpx ) + CGAL::square( qpy )) + CGAL::square( qpz )); in operator() local
323 …ouble double_tmp_result = (((4.00000000000000000000e+00 * qp2) * alpha_pw) - CGAL::square( (qp2 + … in operator()
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/Draw/
H A DqtCanvas.py35 qp2 = QtCore.QPointF(*p2)
45 self.painter.drawLine(qpm, qp2)
50 self.painter.drawLine(qp1, qp2)
94 qp2 = QtCore.QPointF(pts2[i][0], pts2[i][1])
95 self.painter.drawLine(qp1, qp2)
/dports/math/cgal/CGAL-5.3/include/CGAL/constructions/
H A Dkernel_ftC3.h165 FT num_x = determinant(qpy,qpz,qp2, in squared_radiusC3()
437 num_x = determinant(qpy,qpz,qp2, in determinants_for_weighted_circumcenterC3()
440 num_y = determinant(qpx,qpz,qp2, in determinants_for_weighted_circumcenterC3()
443 num_z = determinant(qpx,qpy,qp2, in determinants_for_weighted_circumcenterC3()
478 num_x = determinant(qpy,qpz,qp2, in determinants_for_circumcenterC3()
481 num_y = determinant(qpx,qpz,qp2, in determinants_for_circumcenterC3()
484 num_z = determinant(qpx,qpy,qp2, in determinants_for_circumcenterC3()
714 FT inv = FT(1) / (FT(2) * qp2); in weighted_circumcenterC3()
735 FT inv = FT(1) / (FT(2) * qp2); in weighted_circumcenterC3()
758 FT inv = FT(1) / (FT(2) * qp2); in squared_radius_smallest_orthogonal_sphereC3()
[all …]
/dports/biology/exonerate/exonerate-2.4.0/src/comparison/
H A Dmatch.c252 guint qp1, guint qp2, guint qp3, in Match_invalid_split_score_func() argument
261 guint qp1, guint qp2, guint qp3, in Match_invalid_split_display_func() argument
334 guint qp1, guint qp2, guint qp3, in Match_1_3_split_score_func() argument
387 guint qp1, guint qp2, guint qp3, in Match_1_3_split_display_func() argument
441 qp1, qp2, qp3); in Match_3_1_split_score_func()
468 qp1, qp2, qp3, in Match_3_1_split_display_func()
499 Sequence_get_symbol(query, qp2),
522 Sequence_get_symbol(query, qp2), in Match_3_3_split_score_func()
597 Sequence_get_symbol(query, qp2), in Match_3_3_split_display_func()
620 if(toupper(Sequence_get_symbol(query, qp2)) in Match_3_3_split_display_func()
[all …]

12345678910