Home
last modified time | relevance | path

Searched refs:Comb (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/dports/comms/fldigi/fldigi-4.1.20/src/mt63/
H A Dmt63.cxx114 double buff[Tx->Comb.Output.Len]; in tx_process()
120 ModulateXmtr(buff,Tx->Comb.Output.Len); in tx_process()
124 double buff[Tx->Comb.Output.Len]; in tx_process()
127 maxval = fabs(Tx->Comb.Output.Data[i]); in tx_process()
130 ModulateXmtr(buff,Tx->Comb.Output.Len); in tx_process()
142 double buff[Tx->Comb.Output.Len]; in tx_process()
145 maxval = fabs(Tx->Comb.Output.Data[i]); in tx_process()
148 ModulateXmtr(buff,Tx->Comb.Output.Len); in tx_process()
152 double buff[Tx->Comb.Output.Len]; in tx_process()
153 int len = Tx->Comb.Output.Len; in tx_process()
[all …]
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/sources/
H A Dcomb.cpp27 Comb::Comb() in Comb() function in Igorski::Comb
33 void Comb::setBuffer( float *buf, int size ) in setBuffer()
39 void Comb::mute() in mute()
46 float Comb::getDamp() in getDamp()
51 void Comb::setDamp( float val ) in setDamp()
57 float Comb::getFeedback() in getFeedback()
62 void Comb::setFeedback( float val ) in setFeedback()
H A Dcomb.h30 class Comb
33 Comb();
/dports/audio/gervill/gervill/src/com/sun/media/sound/
H A DSoftReverb.java128 private static class Comb { class in SoftReverb
138 public Comb(int size) { in Comb() method in SoftReverb.Comb
201 private Comb[] combL;
202 private Comb[] combR;
229 combL = new Comb[8]; in init()
230 combR = new Comb[8]; in init()
231 combL[0] = new Comb((int) (freqscale * (1116))); in init()
233 combL[1] = new Comb((int) (freqscale * (1188))); in init()
235 combL[2] = new Comb((int) (freqscale * (1277))); in init()
237 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DSoftReverb.java120 private final static class Comb { class in SoftReverb
130 Comb(int size) { in Comb() method in SoftReverb.Comb
191 private Comb[] combL;
192 private Comb[] combR;
223 combL = new Comb[8]; in init()
224 combR = new Comb[8]; in init()
225 combL[0] = new Comb((int) (freqscale * (1116))); in init()
227 combL[1] = new Comb((int) (freqscale * (1188))); in init()
229 combL[2] = new Comb((int) (freqscale * (1277))); in init()
231 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DSoftReverb.java120 private final static class Comb { class in SoftReverb
130 Comb(int size) { in Comb() method in SoftReverb.Comb
191 private Comb[] combL;
192 private Comb[] combR;
223 combL = new Comb[8]; in init()
224 combR = new Comb[8]; in init()
225 combL[0] = new Comb((int) (freqscale * (1116))); in init()
227 combL[1] = new Comb((int) (freqscale * (1188))); in init()
229 combL[2] = new Comb((int) (freqscale * (1277))); in init()
231 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftReverb.java121 private static final class Comb { class in SoftReverb
131 Comb(int size) { in Comb() method in SoftReverb.Comb
192 private Comb[] combL;
193 private Comb[] combR;
225 combL = new Comb[8]; in init()
226 combR = new Comb[8]; in init()
227 combL[0] = new Comb((int) (freqscale * (1116))); in init()
229 combL[1] = new Comb((int) (freqscale * (1188))); in init()
231 combL[2] = new Comb((int) (freqscale * (1277))); in init()
233 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftReverb.java121 private static final class Comb { class in SoftReverb
131 Comb(int size) { in Comb() method in SoftReverb.Comb
192 private Comb[] combL;
193 private Comb[] combR;
225 combL = new Comb[8]; in init()
226 combR = new Comb[8]; in init()
227 combL[0] = new Comb((int) (freqscale * (1116))); in init()
229 combL[1] = new Comb((int) (freqscale * (1188))); in init()
231 combL[2] = new Comb((int) (freqscale * (1277))); in init()
233 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftReverb.java121 private static final class Comb { class in SoftReverb
131 Comb(int size) { in Comb() method in SoftReverb.Comb
192 private Comb[] combL;
193 private Comb[] combR;
225 combL = new Comb[8]; in init()
226 combR = new Comb[8]; in init()
227 combL[0] = new Comb((int) (freqscale * (1116))); in init()
229 combL[1] = new Comb((int) (freqscale * (1188))); in init()
231 combL[2] = new Comb((int) (freqscale * (1277))); in init()
233 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftReverb.java121 private static final class Comb { class in SoftReverb
131 Comb(int size) { in Comb() method in SoftReverb.Comb
192 private Comb[] combL;
193 private Comb[] combR;
225 combL = new Comb[8]; in init()
226 combR = new Comb[8]; in init()
227 combL[0] = new Comb((int) (freqscale * (1116))); in init()
229 combL[1] = new Comb((int) (freqscale * (1188))); in init()
231 combL[2] = new Comb((int) (freqscale * (1277))); in init()
233 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftReverb.java121 private static final class Comb { class in SoftReverb
131 Comb(int size) { in Comb() method in SoftReverb.Comb
192 private Comb[] combL;
193 private Comb[] combR;
225 combL = new Comb[8]; in init()
226 combR = new Comb[8]; in init()
227 combL[0] = new Comb((int) (freqscale * (1116))); in init()
229 combL[1] = new Comb((int) (freqscale * (1188))); in init()
231 combL[2] = new Comb((int) (freqscale * (1277))); in init()
233 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftReverb.java121 private static final class Comb { class in SoftReverb
131 Comb(int size) { in Comb() method in SoftReverb.Comb
192 private Comb[] combL;
193 private Comb[] combR;
225 combL = new Comb[8]; in init()
226 combR = new Comb[8]; in init()
227 combL[0] = new Comb((int) (freqscale * (1116))); in init()
229 combL[1] = new Comb((int) (freqscale * (1188))); in init()
231 combL[2] = new Comb((int) (freqscale * (1277))); in init()
233 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftReverb.java121 private static final class Comb { class in SoftReverb
131 Comb(int size) { in Comb() method in SoftReverb.Comb
192 private Comb[] combL;
193 private Comb[] combR;
225 combL = new Comb[8]; in init()
226 combR = new Comb[8]; in init()
227 combL[0] = new Comb((int) (freqscale * (1116))); in init()
229 combL[1] = new Comb((int) (freqscale * (1188))); in init()
231 combL[2] = new Comb((int) (freqscale * (1277))); in init()
233 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftReverb.java121 private static final class Comb { class in SoftReverb
131 Comb(int size) { in Comb() method in SoftReverb.Comb
192 private Comb[] combL;
193 private Comb[] combR;
225 combL = new Comb[8]; in init()
226 combR = new Comb[8]; in init()
227 combL[0] = new Comb((int) (freqscale * (1116))); in init()
229 combL[1] = new Comb((int) (freqscale * (1188))); in init()
231 combL[2] = new Comb((int) (freqscale * (1277))); in init()
233 combL[3] = new Comb((int) (freqscale * (1356))); in init()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Dcomb_1190.c51 } Comb; typedef
71 Comb *plugin_data = (Comb *)instance; in activateComb()
93 Comb *plugin_data = (Comb *)instance; in cleanupComb()
102 Comb *plugin; in connectPortComb()
104 plugin = (Comb *)instance; in connectPortComb()
124 Comb *plugin_data = (Comb *)calloc(1, sizeof(Comb)); in instantiateComb()
153 Comb *plugin_data = (Comb *)instance; in runComb()
205 ((Comb *)instance)->run_adding_gain = gain; in setRunAddingGainComb()
209 Comb *plugin_data = (Comb *)instance; in runAddingComb()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/pathPlanning/
H A DComb.cpp22 LocToLineGrid& Comb::getOutsideLocToLine() in getOutsideLocToLine()
27 Polygons& Comb::getBoundaryOutside() in getBoundaryOutside()
32 Comb::Comb(const SliceDataStorage& storage, const LayerIndex layer_nr, const Polygons& comb_boundar… in Comb() function in cura::Comb
58 [](Comb* comber, const int64_t offset_from_inside_to_outside)
69 Comb::~Comb() in ~Comb()
134Comb::moveCombPathInside(boundary_inside_minimum, boundary_inside_optimal, result_path, combPaths.… in calc()
264 void Comb::moveCombPathInside(Polygons& boundary_inside, Polygons& boundary_inside_optimal, CombPat… in moveCombPathInside()
308 bool Comb::moveInside(Polygons& boundary_inside, bool is_inside, LocToLineGrid* inside_loc_to_line,… in moveInside()
326 void Comb::Crossing::findCrossingInOrMid(const PartsView& partsView_inside, const Point close_to) in findCrossingInOrMid()
385 bool Comb::Crossing::findOutside(const Polygons& outside, const Point close_to, const bool fail_on_… in findOutside()
[all …]
H A DComb.h45 class Comb
96 …t Polygons& outside, const Point close_to, const bool fail_on_unavoidable_obstacles, Comb& comber);
114 …Polygons& outside, ConstPolygonRef from, Point estimated_start, Point estimated_end, Comb& comber);
136 …LazyInitialization<LocToLineGrid, Comb*, const coord_t> outside_loc_to_line; //!< The SparsePointG…
183Comb(const SliceDataStorage& storage, const LayerIndex layer_nr, const Polygons& comb_boundary_ins…
185 ~Comb();
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/examples/
H A Dmastermind.erl333 export(Comb) ->
334 [integer_to_digit(X) || X <- Comb].
347 valid_guess(Len, Colors, {Comb,{Blacks,Whites}}) ->
351 andalso length(Comb) =:= Len
391 stream_solver_tr(Colors, Guesses, Comb) ->
393 true -> [Comb];
397 next_comb(Colors, Comb) ->
449 distinct_colors(Comb, Colors) ->
462 {NonFixed,Fixed} = remove(BlackSelPos, Comb),
694 {Comb,OldScore} = lists:nth(Pos,Guesses),
[all …]
/dports/devel/godot/godot-3.2.3-stable/servers/audio/effects/
H A Dreverb.h59 struct Comb { struct
69 Comb() { in Comb() argument
91 Comb comb[MAX_COMBS];
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/effects/
H A Dreverb.h59 struct Comb { struct
69 Comb() { in Comb() argument
91 Comb comb[MAX_COMBS];
/dports/math/gap/gap-4.11.0/pkg/hap-1.25/lib/LieAlgebras/
H A DchevalleyEilenberg.gi19 local Sctab,B,Dim,n,i,d,j,Boundary,bound,r,Comb,ITT,TTI,ONE,Charact;
24 Comb:=List([1..s],r->Combinations([1..d],r));
45 return StructuralCopy(Comb[n][j]);
51 return Position(Comb[Length(n)],SSortedList(n));
121 local Sour,Ran,DimSour,DimRan,Charact,Map,Comb,CombSour,ITT,TTI,j,n,r,BasisSour,a,BasisRan,Applicat…
130 Comb:=List([1..s],r->Combinations([1..DimRan],r));
160 return Position(Comb[Length(n)],SSortedList(n));
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dbitfield.h41 void Comb(const BitField &bf);
42 void Comb(const BitField *pbf) { if(pbf) Comb(*pbf); } in Comb() function
/dports/audio/musescore/MuseScore-3.6.1/effects/freeverb/
H A Dfreeverb.h47 class Comb {
84 Comb combL[numcombs];
85 Comb combR[numcombs];
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DInfixPatternSynonyms.hs4 pattern l :<=> r <- Comb (Comb (Const "=" (TyBool :-> TyBool :-> TyBool)) l) r
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/src/
H A Dproper_statem.erl453 Comb = mk_first_comb(LenPar, Len, ?WORKERS),
455 {Seq, fix_parallel(LenPar, Len, Comb, LookUp, Mod,
903 Comb = mk_first_comb(MaxIndex, Len-1, W),
909 fix_parallel(MaxIndex, Len, Comb, LookUp, Mod, State, SymbEnv, W) ->
910 CmdLists = lookup_cmd_lists(Comb, LookUp),
915 C1 = proplists:get_value(1, Comb),
916 C2 = proplists:get_value(2, Comb),
917 Next = get_next(Comb, Len, MaxIndex, lists:sort(C1 ++ C2), W, 2),
1045 is_well_defined(Comb, Available) ->
1046 lists:usort(Comb) =:= Comb andalso
[all …]

12345678910>>...21