Home
last modified time | relevance | path

Searched refs:vectorY (Results 1 – 25 of 71) sorted by relevance

123

/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dui_xGraphic.c86 float vectorX, vectorY; in ui_xDrawTriangle() local
108 vectorY = pixPos2.y - pixPos1.y; in ui_xDrawTriangle()
109 vectorLength = sqrt((vectorX * vectorX) + (vectorY * vectorY)); in ui_xDrawTriangle()
113 if (vectorY < 0) angleSin = - angleSin; in ui_xDrawTriangle()
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DAxesGeomGL.c482 V3d vectorY = {0,1,0}; in gl_build_axes() local
506 vectorY[i] *= axes.scal; in gl_build_axes()
516 Draw_Arrow(vectorY, radius, origin, specular, yDiffuse, yAmbiant, axes.negative); in gl_build_axes()
534 gdouble vectorY[] = {0,1,0}; in showLabelAxesGeom() local
549 vectorY[i] *= scal; in showLabelAxesGeom()
555 vectorY[i] += origin[i]; in showLabelAxesGeom()
576 glPrintOrtho(vectorY[0], vectorY[1], vectorY[2], buffer,TRUE,TRUE, ft2_context); in showLabelAxesGeom()
593 glPrintScale(vectorY[0], vectorY[1], vectorY[2], 1.2*radius, buffer, ft2_context); in showLabelAxesGeom()
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOSPRITE2.cpp85 short vectorY=desY-next_y; in sprite_move() local
87 if(vectorX && vectorY) // both are non-zero in sprite_move()
89 err_if(abs(vectorX) != abs(vectorY)) in sprite_move()
380 short vectorY = vector_y_array[final_dir] * sprite_info->speed; in process_move() local
390 cur_y += vectorY; in process_move()
H A DOSPATH.cpp1902 vectorY = ptr2->node_y - ptr1->node_y; in smooth_the_path()
1923 vectorY = ptr2->node_y - ptr1->node_y; in smooth_the_path()
1929 …((vectorX==newVectorX && vectorY==-newVectorY) || (vectorX==-newVectorX && vectorY==newVectorY)) && in smooth_the_path()
1946 vectorY = ptr2->node_y - ptr1->node_y; in smooth_the_path()
2007 vectorY = ptr2->node_y - ptr1->node_y; in smooth_the_path()
2031 vectorY = ptr2->node_y - ptr1->node_y; in smooth_the_path()
2078 if(vectorX!=newVectorX || vectorY!=newVectorY) in smooth_the_path()
2088 vectorY = newVectorY; in smooth_the_path()
2958 err_when(vectorX && vectorY && abs(vectorX)!=abs(vectorY)); in get_result2()
2961 err_when(abs(vectorX)>1 || abs(vectorY)>1); in get_result2()
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/dataobject/effectivebandwidth/
H A Deffectivebandwidth.cpp80 setSelectedVectorY(source->vectorY()); in setupFromObject()
126 Kst::Vector* vectorY = static_cast<Kst::Vector*>(object); in load() local
127 if (vectorY) { in load()
128 setSelectedVectorY(vectorY); in load()
276 Kst::VectorPtr EffectiveBandwidthSource::vectorY() const { in vectorY() function in EffectiveBandwidthSource
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DLabelsGL.c283 gdouble vectorY[] = {0,1,0}; in showLabelAxes() local
294 vectorY[i] *= scal; in showLabelAxes()
300 vectorY[i] += origin[i]; in showLabelAxes()
321 glPrintOrtho(vectorY[0], vectorY[1], vectorY[2], buffer, TRUE, TRUE, ft2_context); in showLabelAxes()
338 glPrintScale(vectorY[0], vectorY[1], vectorY[2], 1.1*radius, buffer, ft2_context); in showLabelAxes()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/dataobject/syncbin/
H A Dsyncbin.cpp88 setSelectedVectorY(source->vectorY()); in setupFromObject()
134 Kst::Vector* vectorY = static_cast<Kst::Vector*>(object); in load() local
135 if (vectorY) { in load()
136 setSelectedVectorY(vectorY); in load()
322 Kst::VectorPtr SyncBinSource::vectorY() const { in vectorY() function in SyncBinSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstmath/
H A Ddialoglauncher.cpp133 …og(QString pluginName, ObjectPtr objectPtr, VectorPtr vectorX, VectorPtr vectorY, PlotItemInterfac… in showBasicPluginDialog() argument
137 Q_UNUSED(vectorY); in showBasicPluginDialog()
/dports/math/amgcl/amgcl-1.4.2/amgcl/backend/
H A Dvexcl_static_matrix.hpp751 typedef static_matrix<TA,N,1> vectorY; typedef
753 struct apply_type : vex::UserFunction<apply_type, vectorY(matrix, vectorX)> {
761 src.begin_function<vectorY>(fname); in define()
766 src.new_line() << vex::type_name<vectorY>() << " c;"; in define()
790 typedef vex::vector<static_matrix<TY,B,1>> vectorY; typedef
877 typedef vex::vector< static_matrix<TY,B,1> > vectorY; typedef
880 static void apply(Alpha a, const matrix &x, const vectorY &y, Beta b, vectorZ &z) in apply()
922 typedef vex::vector< static_matrix<TY,N,1> > vectorY; typedef
924 static void apply(A a, const vectorX &x, B b, vectorY &y) { in apply()
943 typedef vex::vector< static_matrix<TY,N,1> > vectorY; typedef
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Ddialoglaunchergui.cpp194 …og(QString pluginName, ObjectPtr objectPtr, VectorPtr vectorX, VectorPtr vectorY, PlotItemInterfac… in showBasicPluginDialog() argument
204 if (vectorY) { in showBasicPluginDialog()
205 dialog->setVectorY(vectorY); in showBasicPluginDialog()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/gradient_unweighted/
H A Dfitgradient_unweighted.cpp77 setSelectedVectorY(source->vectorY()); in setupFromObject()
141 return tr("%1 Unweighted Gradient").arg(vectorY()->descriptiveName()); in _automaticDescriptiveName()
232 Kst::VectorPtr FitGradientUnweightedSource::vectorY() const { in vectorY() function in FitGradientUnweightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/linear_unweighted/
H A Dfitlinear_unweighted.cpp77 setSelectedVectorY(source->vectorY()); in setupFromObject()
141 return tr("%1 Unweighted Linear").arg(vectorY()->descriptiveName()); in _automaticDescriptiveName()
235 Kst::VectorPtr FitLinearUnweightedSource::vectorY() const { in vectorY() function in FitLinearUnweightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/lorentzian_unweighted/
H A Dfitlorentzian_unweighted.cpp79 setSelectedVectorY(source->vectorY()); in setupFromObject()
143 return tr("%1 Lorentzian").arg(vectorY()->descriptiveName());; in _automaticDescriptiveName()
283 Kst::VectorPtr FitLorentzianUnweightedSource::vectorY() const { in vectorY() function in FitLorentzianUnweightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/polynomial_unweighted/
H A Dfitpolynomial_unweighted.cpp83 setSelectedVectorY(source->vectorY()); in setupFromObject()
155 return tr("%1 Polynomial").arg(vectorY()->descriptiveName());; in _automaticDescriptiveName()
257 Kst::VectorPtr FitPolynomialUnweightedSource::vectorY() const { in vectorY() function in FitPolynomialUnweightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/linear_weighted/
H A Dfitlinear_weighted.cpp84 setSelectedVectorY(source->vectorY()); in setupFromObject()
156 return tr("%1 Weighted Linear").arg(vectorY()->descriptiveName()); in _automaticDescriptiveName()
252 Kst::VectorPtr FitLinearWeightedSource::vectorY() const { in vectorY() function in FitLinearWeightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/sinusoid_unweighted/
H A Dfitsinusoid_unweighted.cpp90 setSelectedVectorY(source->vectorY()); in setupFromObject()
170 return tr("%1 Sinusoid").arg(vectorY()->descriptiveName());; in _automaticDescriptiveName()
252 Kst::VectorPtr FitSinusoidUnweightedSource::vectorY() const { in vectorY() function in FitSinusoidUnweightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/gradient_weighted/
H A Dfitgradient_weighted.cpp84 setSelectedVectorY(source->vectorY()); in setupFromObject()
156 return tr("%1 Weighted Gradient").arg(vectorY()->descriptiveName()); in _automaticDescriptiveName()
249 Kst::VectorPtr FitGradientWeightedSource::vectorY() const { in vectorY() function in FitGradientWeightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/lorentzian_weighted/
H A Dfitlorentzian_weighted.cpp84 setSelectedVectorY(source->vectorY()); in setupFromObject()
156 return tr("%1 Weighted Lorentzian").arg(vectorY()->descriptiveName());; in _automaticDescriptiveName()
257 Kst::VectorPtr FitLorentzianWeightedSource::vectorY() const { in vectorY() function in FitLorentzianWeightedSource
/dports/lang/ghc/ghc-8.10.7/libraries/hpc/tests/raytrace/
H A DIntersections.hs210 face0 = (CubeFront, vectorY, vectorX)
211 face1 = (CubeBack, vectorX, vectorY)
212 face2 = (CubeLeft, vectorZ, vectorY)
213 face3 = (CubeRight, vectorY, vectorZ)
217 vectorY = vector 0 1 0 function
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/polynomial_weighted/
H A Dfitpolynomial_weighted.cpp89 setSelectedVectorY(source->vectorY()); in setupFromObject()
169 return tr("%1 Weighted Polynomial").arg(vectorY()->descriptiveName());; in _automaticDescriptiveName()
271 Kst::VectorPtr FitPolynomialWeightedSource::vectorY() const { in vectorY() function in FitPolynomialWeightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/exponential_unweighted/
H A Dfitexponential_unweighted.cpp79 setSelectedVectorY(source->vectorY()); in setupFromObject()
143 return tr("%1 Unweighted Exponential").arg(vectorY()->descriptiveName()); in _automaticDescriptiveName()
343 Kst::VectorPtr FitExponentialUnweightedSource::vectorY() const { in vectorY() function in FitExponentialUnweightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/sinusoid_weighted/
H A Dfitsinusoid_weighted.cpp96 setSelectedVectorY(source->vectorY()); in setupFromObject()
184 return tr("%1 Weighted Sinusoid").arg(vectorY()->descriptiveName());; in _automaticDescriptiveName()
269 Kst::VectorPtr FitSinusoidWeightedSource::vectorY() const { in vectorY() function in FitSinusoidWeightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/exponential_weighted/
H A Dfitexponential_weighted.cpp84 setSelectedVectorY(source->vectorY()); in setupFromObject()
156 return tr("%1 Weighted Exponential").arg(vectorY()->descriptiveName()); in _automaticDescriptiveName()
361 Kst::VectorPtr FitExponentialWeightedSource::vectorY() const { in vectorY() function in FitExponentialWeightedSource
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/fits/gaussian_unweighted/
H A Dfitgaussian_unweighted.cpp91 setSelectedVectorY(source->vectorY()); in setupFromObject()
183 return tr("%1 Unweighted Gaussian").arg(vectorY()->descriptiveName()); in _automaticDescriptiveName()
345 Kst::VectorPtr FitGaussianUnweightedSource::vectorY() const { in vectorY() function in FitGaussianUnweightedSource
/dports/editors/calligra/calligra-3.2.1/karbon/data/
H A Dallcolors.kgr2 <GRADIENT originX="0" originY="0" repeatMethod="2" type="0" vectorX="0" vectorY="50" >

123