Home
last modified time | relevance | path

Searched refs:symax (Results 1 – 25 of 67) sorted by relevance

123

/dports/graphics/vcg/vcg.1.30/src/
H A Dfisheye.c369 int symax;
440 int symax;
456 screen_ymax = symax;
858 int symax;
932 int symax;
1220 int symax;
1291 int symax;
1549 int symax;
1622 int symax;
1750 int symax;
[all …]
H A Dfisheye.h93 int change_fe_winsize _PP((int sxmin, int sxmax, int symin, int symax));
/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dzzperi.c45 static real sxmin, sxmax, symin, symax; in zzperi_() local
76 symax = zzzplt_1.ymax; in zzperi_()
80 symax = zzzplt_1.ymin; in zzperi_()
94 zzaxxx_(&sxmin, &sxmax, &symax, &i__1, &c__0); in zzperi_()
96 zzaxyy_(&sxmin, &symin, &symax, &isidey, &ylab); in zzperi_()
98 zzaxyy_(&sxmax, &symin, &symax, &i__1, &c__0); in zzperi_()
H A Dset.c58 static real sxmin, sxmax, symin, symax; in set_() local
110 symax = *ysub2; in set_()
116 symax = r_lg10(ysub2); in set_()
125 zzzplt_1.alphyy = (zzzplt_1.ytop - zzzplt_1.ybot) / (symax - symin); in set_()
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/graphics/
H A Dregion.c162 int sxmin, sxmax, symin, symax; in RGN_Blit() local
176 symax = symin + sr->h; in RGN_Blit()
183 symax = src->h; in RGN_Blit()
186 if(yy0 >= y + (symax - symin)) in RGN_Blit()
193 if(yy1 > y + (symax - symin)) in RGN_Blit()
194 yy1 = y + (symax - symin); in RGN_Blit()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dmygeom.cpp1157 double symax = -1e8; in BuildTess() local
1191 symax = wxMax(lat, symax); in BuildTess()
1197 symax = wxMax(yd, symax); in BuildTess()
1257 double symax = -1e8; in BuildTess() local
1276 symax = wxMax(lat, symax); in BuildTess()
1282 symax = wxMax(yd, symax); in BuildTess()
1300 pTPG->tri_box.Set(symin, sxmin, symax, sxmax); in BuildTess()
1465 double symax = -1e8; in endCallback() local
1487 symax = wxMax(lat, symax); in endCallback()
1498 symax = wxMax(valy, symax); in endCallback()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vdobler/chart/
H A Dscatter.go191 symax, symin := float64(yf(c.YRange.Min)), float64(yf(c.YRange.Max)) // y limits in screen coords
231 if sy >= symin && sy <= symax {
234 pc := c.clipPoint(p, *lastP, symin, symax)
247 pc := c.clipPoint(*lastP, EPoint{X: sx, Y: sy}, symin, symax)
253 } else if (lastP.Y < symin && sy > symax) || (lastP.Y > symax && sy < symin) {
254 p2 := c.clip2Point(*lastP, EPoint{X: sx, Y: sy}, symin, symax)
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/layer/
H A DColour3DPlotLayer.cpp855 int symax = m_maxy; in getFeatureDescription() local
856 if (symax <= symin) { in getFeatureDescription()
858 symax = sh; in getFeatureDescription()
861 if (symax > sh) symax = sh; in getFeatureDescription()
996 int symax = m_maxy; in paintVerticalScale() local
997 if (symax <= symin) { in paintVerticalScale()
999 symax = sh; in paintVerticalScale()
1002 if (symax > sh) symax = sh; in paintVerticalScale()
1010 for (int i = symin; i <= symax; ++i) { in paintVerticalScale()
1031 if (i < symax) { in paintVerticalScale()
/dports/science/packmol/packmol-18.169/
H A Doutput.f9031 double precision :: sxmin, symin, szmin, sxmax, symax, szmax local
150 symax = -1.d30
158 symax = dmax1(restpars(irest,4)+restpars(irest,2),symax)
165 symax = dmax1(restpars(irest,5),symax)
178 symax = dmax1(symax,sizemax(2))
183 ylength = symax - symin
/dports/math/ploticus-nox11/pl240src/src/
H A Dsmoothfit.c179 double sxmax, symax; in scaleRatio() local
190 symax = y[0]; in scaleRatio()
201 if (y[i] > symax) symax = y[i]; in scaleRatio()
205 if (dx1n < 0.01*(sxmax-sxmin) && dy1n < 0.01*(symax-symin)) in scaleRatio()
216 if (symin == symax) in scaleRatio()
219 yratio = 1/(symax-symin); in scaleRatio()
/dports/math/ploticus/pl240src/src/
H A Dsmoothfit.c179 double sxmax, symax; in scaleRatio() local
190 symax = y[0]; in scaleRatio()
201 if (y[i] > symax) symax = y[i]; in scaleRatio()
205 if (dx1n < 0.01*(sxmax-sxmin) && dy1n < 0.01*(symax-symin)) in scaleRatio()
216 if (symin == symax) in scaleRatio()
219 yratio = 1/(symax-symin); in scaleRatio()
/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_rotation.cpp45 Sint16 symax = sge_clip_ymax(src); in _calcRect() local
47 Sint16 sy[]={symin, symax, symax, symin}; in _calcRect()
140 if( (rx>=sxmin) && (rx<=sxmax) && (ry>=symin) && (ry<=symax) ) \
163 if( (rx>=sxmin) && (rx<=sxmax) && (ry>=symin) && (ry<=symax) ){ \
233 if( (rx>=sxmin) && (rx+1<=sxmax) && (ry>=symin) && (ry+1<=symax) ){ \
279 if( (rx>=sxmin) && (rx+1<=sxmax) && (ry>=symin) && (ry+1<=symax) ){ \
357 Sint16 symax = sge_clip_ymax(src); in sge_transformNorm() local
458 Sint16 symax = sge_clip_ymax(src); in sge_transformAA() local
/dports/graphics/grads/grads-1.9b4/src/
H A Dwx.h50 float symax[39] = {.35,.3,.45,.5,.45,.45,.3,.55,.6,.55,.55, variable
/dports/print/pic2fig/pic2fig/
H A Dmain.c42 float symax = 4096; variable
241 sxmax = symax = 4096; in reset()
H A Dpic.h109 extern float sxmin, sxmax, symin, symax;
H A Dplfig.c41 extern float xmin, ymin, xmax, ymax, sxmin, symin, sxmax, symax;
74 space(sxmin, symin, sxmax, symax); in openpl()
H A Dpic.h_0109 extern float sxmin, sxmax, symin, symax;
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dzoom.c120 fydepth = sy3rd-symax; in drawbox()
147 yymax = symax + ftemp2*fydepth + ftemp1*fyskew; in drawbox()
160 yymin = symax + ftemp2*fydepth + ftemp1*fyskew; in drawbox()
176 yy3rd = symax + ftemp2*fydepth + ftemp1*fyskew; in drawbox()
433 *newy = symax + tempy*(sy3rd-symax)/ftemp + tempx*(symin-sy3rd)/ftemp; in zmo_calc()
514 zmo_calc(sxmin-savxxmin,symax-savyymax,&xxmin,&yymax,ftemp); in zoomoutdbl()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dinterpol.c456 double sxmin, sxmax, symin, symax; /* starting values of above */ in do_bezier() local
464 iymax = symax = AXIS_LOG_VALUE(y_axis, Y_AXIS.max); in do_bezier()
485 UPDATE_RANGE(iymax > symax, Y_AXIS.max, iymax, y_axis); in do_bezier()
850 double sxmin, sxmax, symin, symax; /* starting values of above */ in do_cubic() local
858 iymax = symax = AXIS_LOG_VALUE(y_axis, Y_AXIS.max); in do_cubic()
904 y = symin - (symax - symin); in do_cubic()
920 UPDATE_RANGE(iymax > symax, Y_AXIS.max, iymax, y_axis); in do_cubic()
950 double sxmin, sxmax, symin, symax; /* starting values of above */ in do_freq() local
955 iymax = symax = AXIS_LOG_VALUE(y_axis, Y_AXIS.max); in do_freq()
976 UPDATE_RANGE(iymax > symax, Y_AXIS.max, iymax, y_axis); in do_freq()
/dports/www/sarg/sarg-2.4.0/
H A Dgrepday.c292 double symin,symax; in greport_compute_yaxis() local
309 symax=(double)pdata->ymax; in greport_compute_yaxis()
317 symax=log(pdata->ymax); in greport_compute_yaxis()
322 symax=(double)pdata->ymax; in greport_compute_yaxis()
331 range=symax-symin; in greport_compute_yaxis()
/dports/mail/mimedefang/mimedefang-2.84/
H A Dwatch-mimedefang.in100 graph_configure $name symax auto
210 set symax [graph_cget $name symax]
260 if { "$symax" == "auto" } {
263 graph_configure $name ymax $symax
736 graph_configure BusyGraph symax $total
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A Darray_analysis.py811 symax = slim
817 symax = slim[3]
822 nsy = int(np.ceil((symax + sstep / 10. - symin) / sstep))
829 for j, sy in enumerate(np.arange(symin, symax + sstep / 10., sstep)):
/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A DSNS_ARCS.instr38 * symax: [m] Sample slit vert max value
48 …nchans=40,Edes=50,Et=25,ttheta=25,T0_off=0,sxmin=-0.04,sxmax=0.04,symin=-0.04,symax=0.04,run_num=1)
258 COMPONENT Slits2=Slit(xmin=sxmin,xmax=sxmax,ymin=symin,ymax=symax)
H A DSNS_ARCS_Mantid.instr38 * symax: [m] Sample slit vert max value
48 …nchans=40,Edes=50,Et=25,ttheta=25,T0_off=0,sxmin=-0.04,sxmax=0.04,symin=-0.04,symax=0.04,run_num=1)
258 COMPONENT Slits2=Slit(xmin=sxmin,xmax=sxmax,ymin=symin,ymax=symax)
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/peopsxgl/
H A Dprim.c81 short sxmin,sxmax,symin,symax; variable
741 if(symax > PSXDisplay.DisplayEnd.y) return FALSE; in bDrawOffscreenFront()
750 if(symax< PSXDisplay.DisplayPosition.y) in bOnePointInFront()
768 if(symax< PreviousPSXDisplay.DisplayPosition.y) in bOnePointInBack()
788 symax=max(ly0,max(ly1,max(ly2,ly3))); in bDrawOffscreen4()
789 if(symax<drawY) return FALSE; in bDrawOffscreen4()
814 symax=max(drawY,min(symax,sH)); in bDrawOffscreen4()
856 symax=max(ly0,max(ly1,ly2)); in bDrawOffscreen3()
857 if(symax<drawY) return FALSE; in bDrawOffscreen3()
869 symax=max(drawY,min(symax,sH)); in bDrawOffscreen3()

123