Home
last modified time | relevance | path

Searched refs:dx_1 (Results 1 – 25 of 69) sorted by relevance

123

/dports/games/uqm/uqm-0.8.0/src/libs/graphics/
H A Dintersec.c40 SIZE dx_0, dy_0, dx_1, dy_1; in frame_intersect() local
78 dx_1 = pr1->extent.width; in frame_intersect()
80 if (dx_1 >= 0) in frame_intersect()
85 dx_1 = -dx_1; in frame_intersect()
94 if (dx_1 >= dy_1) in frame_intersect()
95 cycle1 = dx_1; in frame_intersect()
146 - (long)dx_1 * (long)start) > 0) in frame_intersect()
190 if ((xerror1 -= dx_1) <= 0) in frame_intersect()
/dports/graphics/colmap/colmap-3.6/src/util/
H A Dbitmap.cc242 const double dx_1 = 1 - dx; in InterpolateBilinear() local
250 const double v0 = dx_1 * line0[x0] + dx * line0[x1]; in InterpolateBilinear()
253 const double v1 = dx_1 * line1[x0] + dx * line1[x1]; in InterpolateBilinear()
265 const double v0_r = dx_1 * p00[FI_RGBA_RED] + dx * p01[FI_RGBA_RED]; in InterpolateBilinear()
266 const double v0_g = dx_1 * p00[FI_RGBA_GREEN] + dx * p01[FI_RGBA_GREEN]; in InterpolateBilinear()
267 const double v0_b = dx_1 * p00[FI_RGBA_BLUE] + dx * p01[FI_RGBA_BLUE]; in InterpolateBilinear()
270 const double v1_r = dx_1 * p10[FI_RGBA_RED] + dx * p11[FI_RGBA_RED]; in InterpolateBilinear()
271 const double v1_g = dx_1 * p10[FI_RGBA_GREEN] + dx * p11[FI_RGBA_GREEN]; in InterpolateBilinear()
272 const double v1_b = dx_1 * p10[FI_RGBA_BLUE] + dx * p11[FI_RGBA_BLUE]; in InterpolateBilinear()
/dports/math/ogdf/OGDF/include/ogdf/energybased/dtree/
H A DDTreeWSPD.h322 double dx_1 = node(a).x[1] - node(b).x[1]; in areWellSeparated() local
323 double dist_sq = dx_0 * dx_0 + dx_1 * dx_1; in areWellSeparated()
337 double dx_1 = node(a).x[1] - node(b).x[1]; in areWellSeparated() local
339 double dist_sq = dx_0 * dx_0 + dx_1 * dx_1 + dx_2 * dx_2; in areWellSeparated()
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/moddata_1/
H A Dbuc6088927 set dx_1 [ expr { $point_1_3_X - $point_1_1_X } ]
67 line line_1_1 $point_1_1_X $point_1_1_Y $point_1_1_Z $dx_1 $dy_1 $dz_1
68 line line_1_2 $point_1_2_X $point_1_2_Y $point_1_2_Z $dx_1 $dy_1 $dz_1
/dports/graphics/colmap/colmap-3.6/src/estimators/
H A Dutils.cc175 const double dx_1 = x_1 - px_1 * inv_px_2; in ComputeSquaredReprojectionError() local
177 (*residuals)[i] = dx_0 * dx_0 + dx_1 * dx_1; in ComputeSquaredReprojectionError()
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_const_dec_mixed_bad.out2 9 | parameter [200:0] MIXED = 32'dx_1;
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dcyborg.c41 SIZE dx_0, dy_0, dx_1, dy_1; in PlotIntercept() local
70 GetCurrentVelocityComponents (&ElementPtr1->velocity, &dx_1, &dy_1); in PlotIntercept()
71 dx_1 = (SIZE)VELOCITY_TO_WORLD ((long)dx_1 * (long)max_turns); in PlotIntercept()
120 dx = dx_0 - dx_1; in PlotIntercept()
231 GetNextVelocityComponents (&Velocity1, &dx_1, &dy_1, time_y_0); in PlotIntercept()
232 Pt1.x += dx_1; in PlotIntercept()
248 GetNextVelocityComponents (&Velocity1, &dx_1, &dy_1, 1); in PlotIntercept()
249 Pt1.x += dx_1; in PlotIntercept()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/test/
H A DitkBSplineInterpolateImageFunctionTest.cxx579 const CovariantVectorType dx_1 = interpolator->EvaluateDerivativeAtContinuousIndex( x ); in testEvaluateValueAndDerivative() local
588 std::cout << std::scientific << "EvaluateDerivative: " << dx_1 << std::endl; in testEvaluateValueAndDerivative()
590 if( itk::Math::abs( dx_1[i] - dx_2[i] ) > 1e-5 ) in testEvaluateValueAndDerivative()
592 std::cout << "[ERROR]" << dx_1[i] << " != " << dx_2[i] << std::endl; in testEvaluateValueAndDerivative()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/keypoints/src/
H A Dbrisk_2d.cpp800 float dx_1, dy_1; in getScoreMaxAbove() local
804 dx_1, dy_1); in getScoreMaxAbove()
807 float real_x = float (max_x) + dx_1; in getScoreMaxAbove()
986 float dx_1, dy_1; in getScoreMaxBelow() local
990 dx_1, dy_1); in getScoreMaxBelow()
993 float real_x = float (max_x) + dx_1; in getScoreMaxBelow()
/dports/graphics/opencv/opencv-4.5.3/modules/features2d/src/
H A Dbrisk.cpp1598 float dx_1, dy_1; in getScoreMaxAbove() local
1599 …efined_max = subpixel2D(s_0_0, s_0_1, s_0_2, s_1_0, s_1_1, s_1_2, s_2_0, s_2_1, s_2_2, dx_1, dy_1); in getScoreMaxAbove()
1602 float real_x = float(max_x) + dx_1; in getScoreMaxAbove()
1797 float dx_1, dy_1; in getScoreMaxBelow() local
1798 …efined_max = subpixel2D(s_0_0, s_0_1, s_0_2, s_1_0, s_1_1, s_1_2, s_2_0, s_2_1, s_2_2, dx_1, dy_1); in getScoreMaxBelow()
1801 float real_x = float(max_x) + dx_1; in getScoreMaxBelow()
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dtemplate-designer.c1782 gdouble nx_1, ny_1, x0_1, y0_1, dx_1, dy_1; in layout_page_prepare_cb() local
1823 dx_1 = gtk_spin_button_get_value (GTK_SPIN_BUTTON(dialog->priv->layout1_dx_spin)); in layout_page_prepare_cb()
1861 gtk_spin_button_set_value (GTK_SPIN_BUTTON(dialog->priv->layout1_dx_spin), dx_1); in layout_page_prepare_cb()
1968 gdouble nx_1, ny_1, x0_1, y0_1, dx_1, dy_1; in build_template() local
2030 dx_1 = gtk_spin_button_get_value (GTK_SPIN_BUTTON(dialog->priv->layout1_dx_spin)); in build_template()
2068 dx_1/upp, in build_template()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dvolreg.c143 …float *dx_1=NULL,*dy_1=NULL,*dz_1=NULL, *roll_1=NULL,*yaw_1=NULL,*pitch_1=NULL ; /* 11 Sep 2000 */ in main() local
680 dx_1 = (float *) malloc( sizeof(float) * imcount ) ; in main()
735 dx_1 +kim , dy_1 +kim , dz_1 +kim ) ; in main()
745 dx_1[kim] = /* of */ in main()
819 dx_1[kim] , dy_1[kim] , dz_1[kim] ) ; in main()
1004 free(dx_1);free(dy_1);free(dz_1);free(roll_1);free(pitch_1);free(yaw_1); in main()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/graphics/
H A Dscreen_lol.cpp571 int dx_1 = x1; in copyRegionSpecial() local
588 uint8 *s = src + iu5_2 + dx_1; in copyRegionSpecial()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/graphics/
H A Dscreen_lol.cpp571 int dx_1 = x1; in copyRegionSpecial() local
588 uint8 *s = src + iu5_2 + dx_1; in copyRegionSpecial()
/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/
H A Dtex4ht.c522 INTEGER dx_1, dx_2, dy_1, dy_2; member
742 static INTEGER dx_1 = 0, dx_2 = 0; variable
2514 , dx_1);
2555 stack[stack_n].dx_1 = dx_1; in push_stack()
2597 dx_1 = stack[stack_n].dx_1; in pop_stack()
8930 (void) move_x( dx_1 ); break; }
8944 dx_1 = move_x((INTEGER) get_int(ch -
11851 dx_1 = (INTEGER) cond_int( ch -
11854 x_val += dx_1; break; }
12078 idv_int( x_val - cur_x - dx_1 - dx_2 );
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqeasingcurve.cpp1343 …const qreal dx_1 = 0.5 * (1-t_1) * ((1 + b_1) * (1 - c_1) * (c3.x() - c0.x()) + (1 - b_1) * (1 + … in tcbToBezier() local
1347 const QPointF d_1 = QPointF(dx_1, dy_1); in tcbToBezier()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqeasingcurve.cpp1343 …const qreal dx_1 = 0.5 * (1-t_1) * ((1 + b_1) * (1 - c_1) * (c3.x() - c0.x()) + (1 - b_1) * (1 + … in tcbToBezier() local
1347 const QPointF d_1 = QPointF(dx_1, dy_1); in tcbToBezier()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqeasingcurve.cpp1343 …const qreal dx_1 = 0.5 * (1-t_1) * ((1 + b_1) * (1 - c_1) * (c3.x() - c0.x()) + (1 - b_1) * (1 + … in tcbToBezier() local
1347 const QPointF d_1 = QPointF(dx_1, dy_1); in tcbToBezier()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqeasingcurve.cpp1343 …const qreal dx_1 = 0.5 * (1-t_1) * ((1 + b_1) * (1 - c_1) * (c3.x() - c0.x()) + (1 - b_1) * (1 + … in tcbToBezier() local
1347 const QPointF d_1 = QPointF(dx_1, dy_1); in tcbToBezier()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqeasingcurve.cpp1343 …const qreal dx_1 = 0.5 * (1-t_1) * ((1 + b_1) * (1 - c_1) * (c3.x() - c0.x()) + (1 - b_1) * (1 + … in tcbToBezier() local
1347 const QPointF d_1 = QPointF(dx_1, dy_1); in tcbToBezier()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqeasingcurve.cpp1343 …const qreal dx_1 = 0.5 * (1-t_1) * ((1 + b_1) * (1 - c_1) * (c3.x() - c0.x()) + (1 - b_1) * (1 + … in tcbToBezier() local
1347 const QPointF d_1 = QPointF(dx_1, dy_1); in tcbToBezier()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqeasingcurve.cpp1343 …const qreal dx_1 = 0.5 * (1-t_1) * ((1 + b_1) * (1 - c_1) * (c3.x() - c0.x()) + (1 - b_1) * (1 + … in tcbToBezier() local
1347 const QPointF d_1 = QPointF(dx_1, dy_1); in tcbToBezier()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqeasingcurve.cpp1343 …const qreal dx_1 = 0.5 * (1-t_1) * ((1 + b_1) * (1 - c_1) * (c3.x() - c0.x()) + (1 - b_1) * (1 + … in tcbToBezier() local
1347 const QPointF d_1 = QPointF(dx_1, dy_1); in tcbToBezier()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqeasingcurve.cpp1343 …const qreal dx_1 = 0.5 * (1-t_1) * ((1 + b_1) * (1 - c_1) * (c3.x() - c0.x()) + (1 - b_1) * (1 + … in tcbToBezier() local
1347 const QPointF d_1 = QPointF(dx_1, dy_1); in tcbToBezier()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqeasingcurve.cpp1343 …const qreal dx_1 = 0.5 * (1-t_1) * ((1 + b_1) * (1 - c_1) * (c3.x() - c0.x()) + (1 - b_1) * (1 + … in tcbToBezier() local
1347 const QPointF d_1 = QPointF(dx_1, dy_1); in tcbToBezier()

123