Home
last modified time | relevance | path

Searched refs:scalemax (Results 1 – 25 of 63) sorted by relevance

123

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Djoyprocess.cpp89 UINT8 ProcessAnalog(INT16 anaval, INT32 reversed, INT32 flags, UINT8 scalemin, UINT8 scalemax) in ProcessAnalog() argument
91 return ProcessAnalog(anaval, reversed, flags, scalemin, scalemax, 0x80); in ProcessAnalog()
94 UINT8 ProcessAnalog(INT16 anaval, INT32 reversed, INT32 flags, UINT8 scalemin, UINT8 scalemax, UINT… in ProcessAnalog() argument
104 linear_max = scalemax; in ProcessAnalog()
106 scalemax = 0xff; in ProcessAnalog()
134 Temp = scalerange(Temp, 0x40 + DeadZone, 0xbf - DeadZone, scalemin, scalemax); in ProcessAnalog()
H A Djoyprocess.h22 UINT8 ProcessAnalog(INT16 anaval, INT32 reversed, INT32 flags, UINT8 scalemin, UINT8 scalemax);
23 UINT8 ProcessAnalog(INT16 anaval, INT32 reversed, INT32 flags, UINT8 scalemin, UINT8 scalemax, UINT…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/ajstarks/svgo/bulletgraph/
H A Dbulletgraph.go128 scalemax, _ := strconv.ParseFloat(sc[1], 64)
141 for sc := scalemin; sc <= scalemax; sc += scaleincr {
142 scx := vmap(sc, scalemin, scalemax, 0, float64(maxwidth))
151 qbarlength := vmap(q, scalemin, scalemax, 0, float64(maxwidth))
157 barlength := int(vmap(v.Measure, scalemin, scalemax, 0, float64(maxwidth)))
159 cmx := int(vmap(v.Cmeasure, scalemin, scalemax, 0, float64(maxwidth)))
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Djoyprocess.cpp88 UINT8 ProcessAnalog(INT16 anaval, INT32 reversed, INT32 flags, UINT8 scalemin, UINT8 scalemax) in ProcessAnalog() argument
99 linear_max = scalemax; in ProcessAnalog()
101 scalemax = 0xff; in ProcessAnalog()
124 Temp = scalerange(Temp, 0x3f + DeadZone, 0xbe - DeadZone, scalemin, scalemax); in ProcessAnalog()
H A Djoyprocess.h19 UINT8 ProcessAnalog(INT16 anaval, INT32 reversed, INT32 flags, UINT8 scalemin, UINT8 scalemax);
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/ajstarks/svgo/barchart/
H A Dbarchart.go149 var scalemin, scalemax, scaleincr float64
153 scalemin, scalemax, scaleincr = scalevalues(b.Bitem)
157 scalemin, scalemax, scaleincr = scalestack(b.Bstack)
161 scalemax, _ = strconv.ParseFloat(sc[1], 64)
186 dw := vmap(sd, scalemin, scalemax, 0, float64(maxwidth))
222 dw := vmap(d.Value, scalemin, scalemax, 0, float64(maxwidth))
271 for sc := scalemin; sc <= scalemax; sc += scaleincr {
272 scx := vmap(sc, scalemin, scalemax, 0, float64(maxwidth))
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dgmx_rmsdist.cpp692 static real scalemax = -1.0; in gmx_rmsdist() local
699 { "-max", FALSE, etREAL, { &scalemax }, "Maximum level in matrices" }, in gmx_rmsdist()
735 if (bNOE && scalemax < 0) in gmx_rmsdist()
737 scalemax = 0.6; in gmx_rmsdist()
741 scalemax); in gmx_rmsdist()
823 if (scalemax > -1.0) in gmx_rmsdist()
825 rmsmax = scalemax; in gmx_rmsdist()
826 rmscmax = scalemax; in gmx_rmsdist()
827 meanmax = scalemax; in gmx_rmsdist()
828 max1_3 = scalemax; in gmx_rmsdist()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxblend.c381 int scalemin, scalemax; in art_blend_saturation_rgb_8() local
395 scalemax = ((255 - y) << 16) / (max - y); in art_blend_saturation_rgb_8()
397 scalemax = 0x10000; in art_blend_saturation_rgb_8()
399 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_rgb_8()
460 int scalemin, scalemax; in art_blend_saturation_custom_8() local
477 scalemax = ((255 - y) << 16) / (max - y); in art_blend_saturation_custom_8()
479 scalemax = 0x10000; in art_blend_saturation_custom_8()
481 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_custom_8()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxblend.c381 int scalemin, scalemax; in art_blend_saturation_rgb_8() local
395 scalemax = ((255 - y) << 16) / (max - y); in art_blend_saturation_rgb_8()
397 scalemax = 0x10000; in art_blend_saturation_rgb_8()
399 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_rgb_8()
460 int scalemin, scalemax; in art_blend_saturation_custom_8() local
477 scalemax = ((255 - y) << 16) / (max - y); in art_blend_saturation_custom_8()
479 scalemax = 0x10000; in art_blend_saturation_custom_8()
481 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_custom_8()
/dports/science/medit/medit-2012.02.05_5/sources/
H A Dvector.c111 double rgb[3],u[3],epsra,iso,kc,dd,scal,scalemin,scalemax; in listClipTetraVector() local
132 scalemax = 10.0*scalemin; in listClipTetraVector()
239 double rgb[3],u[3],epsra,iso,kc,dd,scal,scalemin,scalemax; in listClipHexaVector() local
260 scalemax = 10.0*scalemin; in listClipHexaVector()
367 double rgb[3],u[2],epsra,iso,kc,dd,scalemin,scalemax,scal; in listTria2dVector() local
386 scalemax = 15*scalemin; in listTria2dVector()
505 double rgb[3],u[2],epsra,iso,kc,dd,scalemin,scalemax,scal; in listQuad2dVector() local
524 scalemax = 15*scalemin; in listQuad2dVector()
643 double rgb[3],u[3],epsra,iso,kc,dd,scalemin,scalemax,scal; in listTria3dVector() local
662 scalemax = 15*scalemin; in listTria3dVector()
/dports/audio/ocp/ocp-0.2.90/cpiface/
H A Dcpiscope.c61 static int scalemax; variable
72 scalemax=512<<scaleshift; in makescaletab()
89 if (*buf<-scalemax) in doscale()
91 else if (*buf>=scalemax) in doscale()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxblend.c392 int scalemin, scalemax; in art_blend_saturation_rgb_8() local
406 scalemax = ((255 - y) << 16) / (max - y); in art_blend_saturation_rgb_8()
408 scalemax = 0x10000; in art_blend_saturation_rgb_8()
410 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_rgb_8()
471 int scalemin, scalemax; in art_blend_saturation_custom_8() local
488 scalemax = ((255 - y) << 16) / (max - y); in art_blend_saturation_custom_8()
490 scalemax = 0x10000; in art_blend_saturation_custom_8()
492 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_custom_8()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxblend.c392 int scalemin, scalemax; in art_blend_saturation_rgb_8() local
406 scalemax = ((255 - y) << 16) / (max - y); in art_blend_saturation_rgb_8()
408 scalemax = 0x10000; in art_blend_saturation_rgb_8()
410 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_rgb_8()
471 int scalemin, scalemax; in art_blend_saturation_custom_8() local
488 scalemax = ((255 - y) << 16) / (max - y); in art_blend_saturation_custom_8()
490 scalemax = 0x10000; in art_blend_saturation_custom_8()
492 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_custom_8()
/dports/www/moodle39/moodle/lib/grade/tests/fixtures/
H A Dlib.php47 protected $scalemax = array(); variable in grade_base_testcase
117 $this->scalemax[0] = substr_count($scale->scale, ',');
127 $this->scalemax[1] = substr_count($scale->scale, ',');
139 $this->scalemax[2] = substr_count($scale->scale, ',');
151 $this->scalemax[3] = substr_count($scale->scale, ',');
161 $this->scalemax[4] = substr_count($scale->scale, ',');
378 $grade_item->grademax = $this->scalemax[0];
481 $grade_item->grademax = $this->scalemax[0];
/dports/www/moodle310/moodle/lib/grade/tests/fixtures/
H A Dlib.php47 protected $scalemax = array(); variable in grade_base_testcase
117 $this->scalemax[0] = substr_count($scale->scale, ',');
127 $this->scalemax[1] = substr_count($scale->scale, ',');
139 $this->scalemax[2] = substr_count($scale->scale, ',');
151 $this->scalemax[3] = substr_count($scale->scale, ',');
161 $this->scalemax[4] = substr_count($scale->scale, ',');
378 $grade_item->grademax = $this->scalemax[0];
481 $grade_item->grademax = $this->scalemax[0];
/dports/www/moodle311/moodle/lib/grade/tests/fixtures/
H A Dlib.php47 protected $scalemax = array(); variable in grade_base_testcase
117 $this->scalemax[0] = substr_count($scale->scale, ',');
127 $this->scalemax[1] = substr_count($scale->scale, ',');
139 $this->scalemax[2] = substr_count($scale->scale, ',');
151 $this->scalemax[3] = substr_count($scale->scale, ',');
161 $this->scalemax[4] = substr_count($scale->scale, ',');
378 $grade_item->grademax = $this->scalemax[0];
481 $grade_item->grademax = $this->scalemax[0];
/dports/math/R/R-4.1.2/src/library/grid/src/
H A Dunit.c659 double scalemin, double scalemax, in transform() argument
830 double scalemin, double scalemax, in transformLocation() argument
841 result = ((result - scalemin)/(scalemax - scalemin))*thisCM/2.54; in transformLocation()
844 result = transform(location, unit, data, scalemin, scalemax, in transformLocation()
969 double scalemin, double scalemax, in transformDimension() argument
981 result = ((dim)/(scalemax - scalemin))*thisCM/2.54; in transformDimension()
984 result = transform(dim, unit, data, scalemin, scalemax, gc, in transformDimension()
1339 double scalemin, double scalemax, in transformXYFromINCHES() argument
1359 result = scalemin + (result/(thisCM/2.54))*(scalemax - scalemin); in transformXYFromINCHES()
1370 double scalemin, double scalemax, in transformWidthHeightFromINCHES() argument
[all …]
/dports/math/libRmath/R-4.1.1/src/library/grid/src/
H A Dunit.c659 double scalemin, double scalemax, in transform() argument
830 double scalemin, double scalemax, in transformLocation() argument
841 result = ((result - scalemin)/(scalemax - scalemin))*thisCM/2.54; in transformLocation()
844 result = transform(location, unit, data, scalemin, scalemax, in transformLocation()
969 double scalemin, double scalemax, in transformDimension() argument
981 result = ((dim)/(scalemax - scalemin))*thisCM/2.54; in transformDimension()
984 result = transform(dim, unit, data, scalemin, scalemax, gc, in transformDimension()
1339 double scalemin, double scalemax, in transformXYFromINCHES() argument
1359 result = scalemin + (result/(thisCM/2.54))*(scalemax - scalemin); in transformXYFromINCHES()
1370 double scalemin, double scalemax, in transformWidthHeightFromINCHES() argument
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxblend.c107 int scalemin, scalemax; in art_blend_saturation_rgb_8() local
121 scalemax = ((255 - y) << 16) / (max - y); in art_blend_saturation_rgb_8()
123 scalemax = 0x10000; in art_blend_saturation_rgb_8()
125 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_rgb_8()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxblend.c107 int scalemin, scalemax; in art_blend_saturation_rgb_8() local
121 scalemax = ((255 - y) << 16) / (max - y); in art_blend_saturation_rgb_8()
123 scalemax = 0x10000; in art_blend_saturation_rgb_8()
125 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_rgb_8()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nc_test/
H A Dt_nc.c159 double scalemax; member
222 &vp->scalemax) in createtestvars()
607 chkgot(adesc->type, got, tvp->scalemax); in main()
/dports/science/netcdf/netcdf-c-4.7.4/nc_test/
H A Dt_nc.c159 double scalemax; member
222 &vp->scalemax) in createtestvars()
607 chkgot(adesc->type, got, tvp->scalemax); in main()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/nc_test/
H A Dt_nc.c165 double scalemax; member
212 err = ncmpi_put_att_double(id,ii,reqattr[4],NC_DOUBLE,1, &vp->scalemax); ERR in createtestvars()
543 chkgot(adesc->type, got, tvp->scalemax); in t_nc()
/dports/science/hdf/hdf-4.2.15/mfhdf/test/
H A Dcdftest.c184 double scalemax; member
242 (ncvoid*)&(vp->scalemax))
653 chkgot(adesc->type, got, tvp->scalemax) ;
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxblend.c709 int scalemin, scalemax; in art_blend_saturation_rgb_8() local
725 scalemax = 0x10000; in art_blend_saturation_rgb_8()
727 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_rgb_8()
794 scalemax = 0x10000; in art_blend_saturation_rgb_16()
796 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_rgb_16()
857 int scalemin, scalemax; in art_blend_saturation_custom_8() local
876 scalemax = 0x10000; in art_blend_saturation_custom_8()
878 scale = scalemin < scalemax ? scalemin : scalemax; in art_blend_saturation_custom_8()
939 int scalemin, scalemax; in art_blend_saturation_custom_16() local
958 scalemax = 0x10000; in art_blend_saturation_custom_16()
[all …]

123