Home
last modified time | relevance | path

Searched refs:qx2 (Results 1 – 25 of 123) sorted by relevance

12345

/dports/devel/boost-docs/boost_1_72_0/libs/smart_ptr/test/
H A Dshared_from_raw_test4.cpp45 boost::shared_ptr< X const volatile > qx2 = boost::shared_from_raw( px2.get() ); in main() local
47 BOOST_TEST( px2 == qx2 ); in main()
48 BOOST_TEST( !( px2 < qx2 ) && !( qx2 < px2 ) ); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/smart_ptr/test/
H A Dshared_from_raw_test4.cpp45 boost::shared_ptr< X const volatile > qx2 = boost::shared_from_raw( px2.get() ); in main() local
47 BOOST_TEST( px2 == qx2 ); in main()
48 BOOST_TEST( !( px2 < qx2 ) && !( qx2 < px2 ) ); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/smart_ptr/test/
H A Dshared_from_raw_test4.cpp45 boost::shared_ptr< X const volatile > qx2 = boost::shared_from_raw( px2.get() ); in main() local
47 BOOST_TEST( px2 == qx2 ); in main()
48 BOOST_TEST( !( px2 < qx2 ) && !( qx2 < px2 ) ); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/smart_ptr/test/
H A Dshared_from_raw_test4.cpp45 boost::shared_ptr< X const volatile > qx2 = boost::shared_from_raw( px2.get() ); in main() local
47 BOOST_TEST( px2 == qx2 ); in main()
48 BOOST_TEST( !( px2 < qx2 ) && !( qx2 < px2 ) ); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/smart_ptr/test/
H A Dshared_from_raw_test4.cpp45 boost::shared_ptr< X const volatile > qx2 = boost::shared_from_raw( px2.get() ); in main() local
47 BOOST_TEST( px2 == qx2 ); in main()
48 BOOST_TEST( !( px2 < qx2 ) && !( qx2 < px2 ) ); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/smart_ptr/test/
H A Dshared_from_raw_test4.cpp45 boost::shared_ptr< X const volatile > qx2 = boost::shared_from_raw( px2.get() ); in main() local
47 BOOST_TEST( px2 == qx2 ); in main()
48 BOOST_TEST( !( px2 < qx2 ) && !( qx2 < px2 ) ); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dshared_from_raw_test4.cpp45 boost::shared_ptr< X const volatile > qx2 = boost::shared_from_raw( px2.get() ); in main() local
47 BOOST_TEST( px2 == qx2 ); in main()
48 BOOST_TEST( !( px2 < qx2 ) && !( qx2 < px2 ) ); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dshared_from_raw_test4.cpp45 boost::shared_ptr< X const volatile > qx2 = boost::shared_from_raw( px2.get() ); in main() local
47 BOOST_TEST( px2 == qx2 ); in main()
48 BOOST_TEST( !( px2 < qx2 ) && !( qx2 < px2 ) ); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/smart_ptr/test/
H A Dshared_from_raw_test4.cpp45 boost::shared_ptr< X const volatile > qx2 = boost::shared_from_raw( px2.get() ); in main() local
47 BOOST_TEST( px2 == qx2 ); in main()
48 BOOST_TEST( !( px2 < qx2 ) && !( qx2 < px2 ) ); in main()
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_quad.c102 double *qx2, double *qy2, in eina_quad_coords_get() argument
109 if (qx2) *qx2 = q->x2; in eina_quad_coords_get()
118 double qx2, double qy2, in eina_quad_coords_set() argument
125 QUAD_X2(q) = qx2; in eina_quad_coords_set()
/dports/games/xataxx/xataxx/
H A Ddisplay.c216 int qx1, qx2, qy1, qy2; local
226 qx2 = qx1 + X_PIECE_SIZE;
231 XDrawLine(display, win, pgc, qx2, qy1, qx2, qy1+SELWID);
234 XDrawLine(display, win, pgc, qx2, qy1, qx2-SELWID, qy1);
235 XDrawLine(display, win, pgc, qx2, qy2, qx2, qy2-SELWID);
236 XDrawLine(display, win, pgc, qx2, qy2, qx2-SELWID, qy2);
/dports/x11/eaglemode/eaglemode-0.95.0/src/emPdf/
H A DemPdfPagePanel.cpp202 double fw,fh,ox,oy,ow,oh,ix,iy,iw,ih,sx,sy,sw,sh,qx1,qx2,qy1,qy2,q; in UpdatePageDisplay() local
326 qx2=emMin(SrcX+SrcW,sx+sw); in UpdatePageDisplay()
329 if (qx2<qx1) qx2=qx1; in UpdatePageDisplay()
331 q=(qx2-qx1)*(qy2-qy1)/(sw*sh); in UpdatePageDisplay()
/dports/graphics/goocanvas2/goocanvas-2.0.4/src/
H A Dgoocanvasutils.c829 gdouble qx1, qy1, qx2, qy2, x1, y1, x2, y2; in do_quadratic_curve_to() local
835 qx2 = *x + cmd->curve.x; in do_quadratic_curve_to()
842 qx2 = cmd->curve.x; in do_quadratic_curve_to()
850 x2 = x1 + (qx2 - *x) / 3.0; in do_quadratic_curve_to()
853 cairo_curve_to (cr, x1, y1, x2, y2, qx2, qy2); in do_quadratic_curve_to()
855 *x = qx2; in do_quadratic_curve_to()
871 gdouble qx1, qy1, qx2, qy2, x1, y1, x2, y2; in do_smooth_quadratic_curve_to() local
891 qx2 = *x + cmd->curve.x; in do_smooth_quadratic_curve_to()
896 qx2 = cmd->curve.x; in do_smooth_quadratic_curve_to()
904 x2 = x1 + (qx2 - *x) / 3.0; in do_smooth_quadratic_curve_to()
[all …]
/dports/graphics/goocanvas/goocanvas-1.0.0/src/
H A Dgoocanvasutils.c810 gdouble qx1, qy1, qx2, qy2, x1, y1, x2, y2; in do_quadratic_curve_to() local
816 qx2 = *x + cmd->curve.x; in do_quadratic_curve_to()
823 qx2 = cmd->curve.x; in do_quadratic_curve_to()
831 x2 = x1 + (qx2 - *x) / 3.0; in do_quadratic_curve_to()
834 cairo_curve_to (cr, x1, y1, x2, y2, qx2, qy2); in do_quadratic_curve_to()
836 *x = qx2; in do_quadratic_curve_to()
852 gdouble qx1, qy1, qx2, qy2, x1, y1, x2, y2; in do_smooth_quadratic_curve_to() local
872 qx2 = *x + cmd->curve.x; in do_smooth_quadratic_curve_to()
877 qx2 = cmd->curve.x; in do_smooth_quadratic_curve_to()
885 x2 = x1 + (qx2 - *x) / 3.0; in do_smooth_quadratic_curve_to()
[all …]
/dports/graphics/goocanvas3/goocanvas-3.0.0/src/
H A Dgoocanvasutils.c829 gdouble qx1, qy1, qx2, qy2, x1, y1, x2, y2; in do_quadratic_curve_to() local
835 qx2 = *x + cmd->curve.x; in do_quadratic_curve_to()
842 qx2 = cmd->curve.x; in do_quadratic_curve_to()
850 x2 = x1 + (qx2 - *x) / 3.0; in do_quadratic_curve_to()
853 cairo_curve_to (cr, x1, y1, x2, y2, qx2, qy2); in do_quadratic_curve_to()
855 *x = qx2; in do_quadratic_curve_to()
871 gdouble qx1, qy1, qx2, qy2, x1, y1, x2, y2; in do_smooth_quadratic_curve_to() local
891 qx2 = *x + cmd->curve.x; in do_smooth_quadratic_curve_to()
896 qx2 = cmd->curve.x; in do_smooth_quadratic_curve_to()
904 x2 = x1 + (qx2 - *x) / 3.0; in do_smooth_quadratic_curve_to()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/3rd-party/cove/libvectorizer/
H A DMapColor.cpp250 qreal qx1, qx2, qx3; in setRGBTriplet() local
251 QColor(i).getHsvF(&qx1, &qx2, &qx3); in setRGBTriplet()
253 x2 = qx2; in setRGBTriplet()
/dports/devel/boost-docs/boost_1_72_0/libs/qvm/test/
H A Dslerp_test.cpp32 test_qvm::quaternion<Q1> const qx2=rotx_quat(a2); in test() local
40 test_qvm::quaternion<Q1> const qsx=slerp(qx1,qx2,t); in test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/qvm/test/
H A Dslerp_test.cpp32 test_qvm::quaternion<Q1> const qx2=rotx_quat(a2); in test() local
40 test_qvm::quaternion<Q1> const qsx=slerp(qx1,qx2,t); in test()
/dports/devel/boost-libs/boost_1_72_0/libs/qvm/test/
H A Dslerp_test.cpp32 test_qvm::quaternion<Q1> const qx2=rotx_quat(a2); in test() local
40 test_qvm::quaternion<Q1> const qsx=slerp(qx1,qx2,t); in test()
/dports/devel/hyperscan/boost_1_75_0/libs/qvm/test/
H A Dslerp_test.cpp32 test_qvm::quaternion<Q1> const qx2=rotx_quat(a2); in test() local
40 test_qvm::quaternion<Q1> const qsx=slerp(qx1,qx2,t); in test()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emSvg/
H A DemSvgFilePanel.cpp361 double fw,fh,ox,oy,ow,oh,ix,iy,iw,ih,sx,sy,sw,sh,qx1,qx2,qy1,qy2,q; in UpdateSvgDisplay() local
446 qx2=emMin(SrcX+SrcW,sx+sw); in UpdateSvgDisplay()
449 if (qx2<qx1) qx2=qx1; in UpdateSvgDisplay()
451 q=(qx2-qx1)*(qy2-qy1)/(sw*sh); in UpdateSvgDisplay()
/dports/devel/tokamak/tokamak_release/include/math/
H A Dne_math_q_inline.h136 const f32 qx2 = qs2 - 0.5f * (Matrix.M[1][1] + Matrix.M[2][2]); in SetupFromMatrix() local
142 const s32 i = (qs2 > qx2 ) ? in SetupFromMatrix()
144 ((qx2 > qy2) ? ((qx2 > qz2) ? 1 : 3) : ((qy2 > qz2) ? 2 : 3)); in SetupFromMatrix()
160 X = (f32)sqrt(qx2); in SetupFromMatrix()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c54 GLfloat qx2, qy2; member
294 const GLfloat fx2 = sx - info->qx2; in compute_coveragef()
354 line->qx2 = x1 + line->yAdj; in segment()
361 line->ex1 = line->qx2 - line->qx1; in segment()
363 line->ex2 = line->qx3 - line->qx2; in segment()
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c54 GLfloat qx2, qy2; member
294 const GLfloat fx2 = sx - info->qx2; in compute_coveragef()
354 line->qx2 = x1 + line->yAdj; in segment()
361 line->ex1 = line->qx2 - line->qx1; in segment()
363 line->ex2 = line->qx3 - line->qx2; in segment()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_aaline.c54 GLfloat qx2, qy2; member
294 const GLfloat fx2 = sx - info->qx2; in compute_coveragef()
354 line->qx2 = x1 + line->yAdj; in segment()
361 line->ex1 = line->qx2 - line->qx1; in segment()
363 line->ex2 = line->qx3 - line->qx2; in segment()

12345