Home
last modified time | relevance | path

Searched refs:tempX (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Dstarlib.c37 static int tempX, tempY; variable
106 tempX = (stars->spX / tempZ) + 160; in JE_starlib_main()
114 tempX > 318 || tempX < 1) in JE_starlib_main()
120 stars->spX = tempX; in JE_starlib_main()
125 stars->lastX = tempX; in JE_starlib_main()
129 off = tempX+tempY*320; in JE_starlib_main()
329 tempX = (mt_rand() % 64000) - 32000; in JE_newStar()
340 tempX = (int)(cosf(nsp) * 20000); in JE_newStar()
352 tempX = (int)(sinf(nsp / 2) * 20000); in JE_newStar()
356 tempX = (int)(sinf(nsp) * 40000); in JE_newStar()
[all …]
H A Dgame_menu.c2029 JE_integer tempX, tempY; in JE_drawLines() local
2042 if (tempX > 18 && tempX < 135) in JE_drawLines()
2046 JE_rectangle(surface, tempX + 1, 0, tempX + 1, 199, 32+3); in JE_drawLines()
2048 JE_rectangle(surface, tempX, 0, tempX, 199, 32+5); in JE_drawLines()
2074 if (tempX > 18 && tempX < 135) in JE_drawLines()
2102 if (tempX > 18 && tempX < 135) in JE_drawNavLines()
2105 JE_rectangle(VGAScreen, tempX + 1, 16, tempX + 1, 169, 1); in JE_drawNavLines()
2107 JE_rectangle(VGAScreen, tempX, 16, tempX, 169, 5); in JE_drawNavLines()
2130 if (tempX > 18 && tempX < 135) in JE_drawNavLines()
2148 if (tempX > 0 && tempX < 140 && tempY > 0 && tempY < 168) in JE_drawDots()
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-svg-lib/src/Svg/Tag/
H A DPath.php89 $tempX = null;
157 $tempX + $l,
160 $x = $tempX;
201 $tempX + $l,
211 $x = $tempX;
235 $tempX + $l,
238 $x = $tempX;
264 $x = $tempX;
278 $x = $tempX;
318 $x = $tempX;
[all …]
/dports/audio/stk/stk-4.6.2/src/
H A DWhistle.cpp133 StkFloat envOut = 0, temp, temp1, temp2, tempX, tempY; in tick() local
152 tempX = envOut * tickSize_ * 2000 * noise_.tick(); in tick()
154 pea_.addVelocity( tempX, tempY, 0 ); in tick()
178 phi = -atan2(tempY,tempX); in tick()
185 tempX = (cosphi*temp1) + (sinphi*temp2); in tick()
187 pea_.setVelocity(tempX, tempY, 0); in tick()
189 pea_.setVelocity( tempX*canLoss_, tempY*canLoss_, 0 ); in tick()
195 tempX = tempVectorP_->getX(); in tick()
197 phi = atan2( tempY, tempX ); in tick()
201 tempX = 3.0 * temp * cosphi; in tick()
[all …]
/dports/games/toycars/toycars-0.3.10/toycars/src/Scoobie/
H A DScView.cpp156 double tempX, tempY; in computeViewBoundingRect() local
158 tempX = c*Ax - s*Ay; in computeViewBoundingRect()
160 Ax = tempX; Ay = tempY; in computeViewBoundingRect()
162 tempX = c*Bx - s*By; in computeViewBoundingRect()
164 Bx = tempX; By = tempY; in computeViewBoundingRect()
166 tempX = c*Cx - s*Cy; in computeViewBoundingRect()
168 Cx = tempX; Cy = tempY; in computeViewBoundingRect()
170 tempX = c*Dx - s*Dy; in computeViewBoundingRect()
172 Dx = tempX; Dy = tempY; in computeViewBoundingRect()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/headers/
H A Dframes.h142 int tempX; in encodeMotionVector() local
147 tempX = x + MODULUS; in encodeMotionVector()
149 tempX = x - MODULUS; in encodeMotionVector()
151 tempX = x; in encodeMotionVector()
160 if (tempX >= 0) { in encodeMotionVector()
161 qP->x = int_ceil_div(tempX, f, tempC); in encodeMotionVector()
162 rP->x = f - 1 + tempX - qP->x*f; in encodeMotionVector()
164 qP->x = int_floor_div(tempX, f, tempC); in encodeMotionVector()
165 rP->x = f - 1 - tempX + qP->x*f; in encodeMotionVector()
/dports/cad/gerbv/gerbv-2.7.0/src/
H A Ddraw-gdk.c739 x2 = (int)round(tempX); in draw_gdk_render_polygon_object()
751 tempX = fabs(tempX); in draw_gdk_render_polygon_object()
757 cp_x = (int)round(tempX); in draw_gdk_render_polygon_object()
881 gdouble tempX, tempY, r; in draw_gdk_image_to_pixmap() local
1033 tempX = fabs(tempX); in draw_gdk_image_to_pixmap()
1090 xlong1 = (int)round(tempX); in draw_gdk_image_to_pixmap()
1093 tempX = net->stop_x + sr_x; in draw_gdk_image_to_pixmap()
1096 xlong2 = (int)round(tempX); in draw_gdk_image_to_pixmap()
1132 tempX = fabs(tempX); in draw_gdk_image_to_pixmap()
1175 dx = (int)round(tempX); in draw_gdk_image_to_pixmap()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/star_control/
H A Dbase_stars.cpp175 double tempX, tempY, tempZ, total2; in draw1() local
187 total2 = tempY * tempY + tempX * tempX + tempZ * tempZ; in draw1()
198 int xStart = (int)(*v1Ptr * tempX / tempZ + centroid._x); in draw1()
260 double tempX, tempY, tempZ, total2; in draw2() local
272 total2 = tempY * tempY + tempX * tempX + tempZ * tempZ; in draw2()
283 int xStart = (int)(*v1Ptr * tempX / tempZ + centroid._x); in draw2()
347 double tempX, tempY, tempZ, total2, sVal; in draw3() local
361 total2 = tempY * tempY + tempX * tempX + tempZ * tempZ; in draw3()
373 xStart = (int)((tempX + *v3Ptr) * *v1Ptr / tempZ + centroid._x); in draw3()
453 double tempX, tempY, tempZ, total2, sVal; in draw4() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/star_control/
H A Dbase_stars.cpp175 double tempX, tempY, tempZ, total2; in draw1() local
187 total2 = tempY * tempY + tempX * tempX + tempZ * tempZ; in draw1()
198 int xStart = (int)(*v1Ptr * tempX / tempZ + centroid._x); in draw1()
260 double tempX, tempY, tempZ, total2; in draw2() local
272 total2 = tempY * tempY + tempX * tempX + tempZ * tempZ; in draw2()
283 int xStart = (int)(*v1Ptr * tempX / tempZ + centroid._x); in draw2()
347 double tempX, tempY, tempZ, total2, sVal; in draw3() local
361 total2 = tempY * tempY + tempX * tempX + tempZ * tempZ; in draw3()
373 xStart = (int)((tempX + *v3Ptr) * *v1Ptr / tempZ + centroid._x); in draw3()
453 double tempX, tempY, tempZ, total2, sVal; in draw4() local
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_riemann_sphere_hobold_multi.cpp45 double tempX = Kx; in FormulaCode() local
47 Kx = -2.0 * tempX * tempY; in FormulaCode()
48 Ky = -(tempY * tempY - tempX * tempX); in FormulaCode()
59 double tempX = Kx; in FormulaCode() local
60 Kx = -tempX * (3.0 - 4.0 * tempX * tempX); in FormulaCode()
/dports/x11/idesk/idesk-0.7.5/src/
H A DXIconWithShadow.cpp79 int tempX, tempY; in snapShadow() local
84 tempX = x; in snapShadow()
87 findSnapPosition(tempX, tempY); in snapShadow()
88 fixPosition(tempX, tempY); in snapShadow()
90 if (tempX != shadowX || tempY != shadowY) in snapShadow()
92 shadowX = tempX; in snapShadow()
/dports/math/py-iohexperimenter/IOHexperimenter-0.2.9.2/src/
H A Df_w_model_leading_ones.hpp75 std::vector<int> tempX; in internal_evaluate() local
91 tempX = w_model_x; in internal_evaluate()
92 layer_neutrality_compute(tempX,w_model_x,this->neutrality_para); in internal_evaluate()
97 tempX = w_model_x; in internal_evaluate()
98 layer_epistasis_compute(tempX,w_model_x,this->epistasis_para); in internal_evaluate()
H A Df_w_model_one_max.hpp75 std::vector<int> tempX; in internal_evaluate() local
91 tempX = w_model_x; in internal_evaluate()
92 layer_neutrality_compute(tempX,w_model_x,this->neutrality_para); in internal_evaluate()
97 tempX = w_model_x; in internal_evaluate()
98 layer_epistasis_compute(tempX,w_model_x,this->epistasis_para); in internal_evaluate()
/dports/security/dropbear/dropbear-2020.81/
H A Dgendss.c90 DEF_MP_INT(tempX); in getp()
97 m_mp_init_multi(&tempX, &tempC, &tempP, &temp2q, NULL); in getp()
115 bytes_to_mp(&tempX, buf, size); in getp()
118 if (mp_mod(&tempX, &temp2q, &tempC) != MP_OKAY) { in getp()
124 if (mp_sub(&tempX, &tempC, &tempP) != MP_OKAY) { in getp()
143 mp_clear_multi(&tempX, &tempC, &tempP, &temp2q, NULL); in getp()
/dports/graphics/freeglut/freeglut-3.2.1/src/util/
H A Dxparsegeometry_repl.c83 int tempX = 0, tempY = 0; in XParseGeometry() local
112 tempX = -ReadInteger(strind, &nextCharacter); in XParseGeometry()
121 tempX = ReadInteger(strind, &nextCharacter); in XParseGeometry()
154 *x = tempX; in XParseGeometry()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/util/
H A Dxparsegeometry_repl.c83 int tempX = 0, tempY = 0; in XParseGeometry() local
112 tempX = -ReadInteger(strind, &nextCharacter); in XParseGeometry()
121 tempX = ReadInteger(strind, &nextCharacter); in XParseGeometry()
154 *x = tempX; in XParseGeometry()
/dports/x11/libX11/libX11-1.7.2/src/
H A DParseGeom.c83 int tempX = 0, tempY = 0; in XParseGeometry() local
111 tempX = -ReadInteger(strind, &nextCharacter); in XParseGeometry()
120 tempX = ReadInteger(strind, &nextCharacter); in XParseGeometry()
154 *x = tempX; in XParseGeometry()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Driemann_sphere_hobold_multi.cl34 REAL tempX = Kx;
36 Kx = -2.0f * tempX * tempY;
37 Ky = -(tempY * tempY - tempX * tempX);
48 REAL tempX = Kx;
49 Kx = -tempX * (3.0f - 4.0f * tempX * tempX);
/dports/devel/R-cran-caret/caret/R/
H A DextractProb.R65 tempX <- testX functionVar
67 tempX$.outcome <- NULL
70 tempX,
92 tempX <- unkX
93 tempX$.outcome <- NULL
97 tempX,
/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A Dmvl_linear_backproject.cxx79 vnl_vector<double> tempX = svd.V()*y; in mvl_linear_backproject() local
80 X.set(tempX[0], tempX[1], tempX[2], 1.0); in mvl_linear_backproject()
/dports/cad/openroad/OpenROAD-2.0/src/mpl/src/ParquetFP/src/
H A DAnnealer.h90 int makeMove(std::vector<unsigned>& tempX, std::vector<unsigned>& tempY);
91 int makeMoveSlacks(std::vector<unsigned>& tempX,
115 int makeHPWLMove(std::vector<unsigned>& tempX, std::vector<unsigned>& tempY);
116 int makeARWLMove(std::vector<unsigned>& tempX,
/dports/math/sprng/sprng5/TESTS/
H A Dgap.cpp83 double tempX; \
88 tempX = get_rn(); \
89 } while ((tempX<lowerBound) || (tempX>=upperBound)); \
/dports/math/sprng/sprng5/TESTS/mpitests/
H A Dgap.cpp83 double tempX; \
88 tempX = get_rn(); \
89 } while ((tempX<lowerBound) || (tempX>=upperBound)); \
/dports/science/hepmc3/HepMC3-3.2.4/src/
H A DGenEvent.cc439 long double tempX = mom.x(); in rotate() local
460 tempX_ = cosb*tempX-sinb*tempZ; in rotate()
461 tempZ_ = sinb*tempX+cosb*tempZ; in rotate()
462 tempX = tempX_; in rotate()
468 tempX_ = cosg*tempX+sing*tempY; in rotate()
470 tempX = tempX_; in rotate()
479 long double tempX = pos.x(); in rotate() local
500 tempX_ = cosb*tempX-sinb*tempZ; in rotate()
502 tempX = tempX_; in rotate()
510 tempX = tempX_; in rotate()
[all …]
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DParseGeom.c117 int tempX, tempY; local
145 tempX = -ReadInteger(strind, &nextCharacter);
154 tempX = ReadInteger(strind, &nextCharacter);
188 *x = tempX;

12345678910>>...14