Home
last modified time | relevance | path

Searched refs:RStep (Results 1 – 13 of 13) sorted by relevance

/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optics-core-0.3.0.1/src/Optics/Internal/
H A DFold.hs83 data Rightmost a = RPure | RLeaf a | RStep (Rightmost a) constructor
86 x <> y = RStep $ case y of
89 RStep y' -> case x of
96 RStep x' -> mappend x' y'
109 getRightmost (RStep x) = go x
114 go (RStep a) = go a
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/src/Control/Lens/Internal/
H A DFold.hs164 data Rightmost a = RPure | RLeaf a | RStep (Rightmost a) constructor
173 mappend x y = RStep $ case y of
176 RStep y' -> case x of
183 RStep x' -> mappend x' y'
190 getRightmost (RStep x) = getRightmost x
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/src/Control/Lens/Internal/
H A DFold.hs164 data Rightmost a = RPure | RLeaf a | RStep (Rightmost a) constructor
173 mappend x y = RStep $ case y of
176 RStep y' -> case x of
183 RStep x' -> mappend x' y'
190 getRightmost (RStep x) = getRightmost x
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/src/Control/Lens/Internal/
H A DFold.hs224 data Rightmost a = RPure | RLeaf a | RStep (Rightmost a) constructor
233 mappend x y = RStep $ case y of
236 RStep y' -> case x of
243 RStep x' -> mappend x' y'
250 getRightmost (RStep x) = getRightmost x
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/src/Control/Lens/Internal/
H A DFold.hs224 data Rightmost a = RPure | RLeaf a | RStep (Rightmost a) constructor
233 mappend x y = RStep $ case y of
236 RStep y' -> case x of
243 RStep x' -> mappend x' y'
250 getRightmost (RStep x) = getRightmost x
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/src/Control/Lens/Internal/
H A DFold.hs224 data Rightmost a = RPure | RLeaf a | RStep (Rightmost a) constructor
233 mappend x y = RStep $ case y of
236 RStep y' -> case x of
243 RStep x' -> mappend x' y'
250 getRightmost (RStep x) = getRightmost x
/dports/science/mcxtrace-comps/mcxtrace-comps-1.2-src/contrib/SAXS/
H A DSAXSLiposomes.comp77 double RStep;
154 RStep = (RMax - RMin) / (1.0f * NumberOfStepsInR);
242 R = RMin + RStep * (i + 0.5);
248 Intensity += Weight1 * Weight2 * IntensityPart * RStep;
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DSANSLiposomes.comp98 double RStep;
134 RStep = (RMax - RMin) / (1.0f * NumberOfStepsInR);
220 R = RMin + RStep * (i + 0.5);
226 Intensity += Weight1 * Weight2 * IntensityPart * RStep;
/dports/games/vavoom/vavoom-1.33/source/
H A Dr_data.cpp816 float RStep = (float(R2) - float(R1)) / (float(End) - float(Start)); in MapToColours() local
819 for (int i = Start; i < End; i++, CurR += RStep, CurG += GStep, in MapToColours()
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/graphs/pChart/
H A DpDraw.class.php1015 $RStep = ($EndR-$StartR)/$Step;
1036 $R = $R + $RStep; $G = $G + $GStep; $B = $B + $BStep;
1054 $R = $R + $RStep; $G = $G + $GStep; $B = $B + $BStep;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/src/
H A DDraw.php1376 $RStep = ($EndR - $StartR) / $Step;
1400 $R = $R + $RStep;
1425 $R = $R + $RStep;
/dports/www/matomo/piwik/vendor/szymach/c-pchart/src/
H A DDraw.php1376 $RStep = ($EndR - $StartR) / $Step;
1400 $R = $R + $RStep;
1425 $R = $R + $RStep;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/boincstats/includes/pchart/class/
H A DpDraw.class.php1062 $RStep = ($EndR-$StartR)/$Step;
1083 $R = $R + $RStep; $G = $G + $GStep; $B = $B + $BStep;
1101 $R = $R + $RStep; $G = $G + $GStep; $B = $B + $BStep;