Home
last modified time | relevance | path

Searched refs:bslope (Results 1 – 25 of 56) sorted by relevance

123

/dports/misc/gpsim/gpsim-0.31.0/extras/lcd/
H A Draw_lcd.cc186 float spacer, hskip, fslope, bslope, midpt, seg_width, segxw; in build_segments() local
204 bslope = -1 / (segxw / seg_width - 1 / slope); in build_segments()
211 invsinpsi = sqrt(1 + bslope * bslope) / -bslope; in build_segments()
212 invcospsi = sqrt(1 + 1 / (bslope * bslope)) * bslope; in build_segments()
216 dx2 = hskip * invsinpsi / (1 - slope / bslope); in build_segments()
217 dy2 = hskip * invcospsi / (bslope / slope - 1); in build_segments()
220 dx5 = hskip * invsinpsi / (1 - fslope / bslope); in build_segments()
221 dy5 = hskip * invcospsi / (bslope / fslope - 1); in build_segments()
/dports/misc/gpsim/gpsim-0.31.0/modules/
H A Dled.cc218 float spacer, hskip, fslope, bslope, midpt, seg_width, segxw; in build_segments() local
236 bslope = -1 / (segxw / seg_width - 1 / slope); in build_segments()
243 invsinpsi = sqrt(1 + bslope * bslope) / -bslope; in build_segments()
244 invcospsi = sqrt(1 + 1 / (bslope * bslope)) * bslope; in build_segments()
248 dx2 = hskip * invsinpsi / (1 - slope / bslope); in build_segments()
249 dy2 = hskip * invcospsi / (bslope / slope - 1); in build_segments()
252 dx5 = hskip * invsinpsi / (1 - fslope / bslope); in build_segments()
253 dy5 = hskip * invcospsi / (bslope / fslope - 1); in build_segments()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/gfx/
H A Dgfxstub_dutch.cpp183 float xslope, aslope, rslope, gslope, bslope, uslope, vslope; in DrawGouraudTexturedPolygon() local
246 bslope = (GETBValue(verts[nextvert].colour) - GETBValue(verts[leftvert].colour)) / height; in DrawGouraudTexturedPolygon()
256 … b = (int32)((GETBValue(verts[leftvert].colour) + (bslope * prestep)) * 65536.0) + ((1 << 16) - 1); in DrawGouraudTexturedPolygon()
264 ibslope = (int32)(bslope * 65536.0); in DrawGouraudTexturedPolygon()
310 bslope = (GETBValue(verts[nextvert].colour) - GETBValue(verts[rightvert].colour)) / height; in DrawGouraudTexturedPolygon()
328 ibslope = (int32)(bslope * 65536.0); in DrawGouraudTexturedPolygon()
602 float topy, bottomy, xslope, aslope, rslope, gslope, bslope; in DrawGouraudUnTexturedPolygon() local
661 bslope = (GETBValue(verts[nextvert].colour) - GETBValue(verts[leftvert].colour)) / height; in DrawGouraudUnTexturedPolygon()
675 ibslope = (int32)(bslope * 65536.0); in DrawGouraudUnTexturedPolygon()
715 bslope = (GETBValue(verts[nextvert].colour) - GETBValue(verts[rightvert].colour)) / height; in DrawGouraudUnTexturedPolygon()
[all …]
/dports/x11-clocks/dclock/dclock/
H A DDclock.c850 float spacer, hskip, fslope, bslope, midpt, seg_width, segxw; local
863 bslope = -1 / (segxw/seg_width - 1/slope);
872 invsinpsi = sqrt(1 + bslope * bslope) / -bslope;
873 invcospsi = sqrt(1 + 1/(bslope * bslope)) * bslope;
879 dx2 = hskip * invsinpsi / (1 - slope/bslope);
880 dy2 = hskip * invcospsi / (bslope/slope - 1);
883 dx5 = hskip * invsinpsi / (1 - fslope/bslope);
884 dy5 = hskip * invcospsi / (bslope/fslope - 1);
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/
H A DBhobFilt.cpp340 float bslope=CALCSLOPE(next_b, b); in NLFiltN_next() local
345 b += bslope; in NLFiltN_next()
402 float bslope=CALCSLOPE(next_b, b); in NLFiltN_next_z() local
407 b += bslope; in NLFiltN_next_z()
497 float bslope=CALCSLOPE(next_b, b); in NLFiltL_next() local
503 b += bslope; in NLFiltL_next()
563 float bslope=CALCSLOPE(next_b, b); in NLFiltL_next_z() local
569 b += bslope; in NLFiltL_next_z()
663 float bslope=CALCSLOPE(next_b, b); in NLFiltC_next() local
669 b += bslope; in NLFiltC_next()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/northwood/
H A Dnorthwood.cpp387 float bslope = (float)(b - map[wm].b) / (float)(index - wm); in createIP() local
392 map[i].b = map[wm].b + (unsigned char)(((i - wm) * bslope) + 0.5); in createIP()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/northwood/
H A Dnorthwood.cpp427 float bslope = static_cast<float>(b - map[wm].b) / static_cast<float>(index - wm); in createIP() local
432 map[i].b = static_cast<unsigned char>(map[wm].b + ((i - wm) * bslope) + 0.5); in createIP()
/dports/graphics/gdal/gdal-3.3.3/frmts/northwood/
H A Dnorthwood.cpp427 float bslope = static_cast<float>(b - map[wm].b) / static_cast<float>(index - wm); in createIP() local
432 map[i].b = static_cast<unsigned char>(map[wm].b + ((i - wm) * bslope) + 0.5); in createIP()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/northwood/
H A Dnorthwood.cpp427 float bslope = static_cast<float>(b - map[wm].b) / static_cast<float>(index - wm); in createIP() local
432 map[i].b = static_cast<unsigned char>(map[wm].b + ((i - wm) * bslope) + 0.5); in createIP()
/dports/games/zdoom/zdoom-2.8.1/src/thingdef/
H A Dthingdef_codeptr.cpp1081 int bslope = 0; in DEFINE_ACTION_FUNCTION_PARAMS() local
1094 if (!(flags & CBAF_NOPITCH)) bslope = P_AimLineAttack (self, bangle, MISSILERANGE); in DEFINE_ACTION_FUNCTION_PARAMS()
1100 int slope = bslope; in DEFINE_ACTION_FUNCTION_PARAMS()
1261 int bslope = 0; in DEFINE_ACTION_FUNCTION_PARAMS() local
1275 if (!(flags & FBF_NOPITCH)) bslope = P_BulletSlope(self); in DEFINE_ACTION_FUNCTION_PARAMS()
1293 P_LineAttack(self, bangle, range, bslope, damage, NAME_Hitscan, pufftype, laflags); in DEFINE_ACTION_FUNCTION_PARAMS()
1302 int slope = bslope; in DEFINE_ACTION_FUNCTION_PARAMS()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/docs/plugins/
H A Dgst-plugins-bad-plugins.args69854 <NAME>frei0r-filter-sop-sat::bslope</NAME>

123