Home
last modified time | relevance | path

Searched refs:wet (Results 1 – 25 of 2403) sorted by relevance

12345678910>>...97

/dports/comms/mlan3/mlan3-1.00/common/
H A Dweather.c151 wet->north = 0; in FindSetupWeather()
187 if(wet->found_1820 && wet->found_dir && wet->found_2423) in FindSetupWeather()
240 if(!wet->weather_a && !wet->weather_b) in FindSetupWeather()
255 wet->ds2401[wet->found_2401][7-i] = SNs[8*j + i]; in FindSetupWeather()
259 printf("%02X", wet->ds2401[wet->found_2401][i]); in FindSetupWeather()
352 if(wet->found_dir && wet->found_1820 && wet->found_2423 && in FindSetupWeather()
366 if(wet->found_dir && wet->found_1820 && wet->found_2423) in FindSetupWeather()
372 if(wet->weather_a || wet->weather_b) in FindSetupWeather()
393 wet->north = nor; in SetupWet()
395 if((wet->ds2401 == NULL) || wet->weather_b) in SetupWet()
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/exp/
H A Dwindow_test.go18 func (wet *windowExpressionTest) TestClone() {
22 wet.Equal(w, w2)
29 wet.Equal(w, w2)
32 func (wet *windowExpressionTest) TestName() {
36 wet.Equal(name, w.Name())
43 wet.Equal(cols, w.PartitionCols())
51 wet.Equal(cols, w.OrderCols())
59 wet.Equal(cols, w.PartitionCols())
66 wet.Equal(cols, w.OrderCols())
73 wet.Equal(parent, w.Parent())
[all …]
/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_cpmv.c44 const rsb_tc_t wet = rsb_get_num_threads(); /* want executing threads */ in RSB_BZERO_parallel() local
46 if(RSB_UNLIKELY(n<wet*RSB_MIN_THREAD_BZERO_BYTES)) in RSB_BZERO_parallel()
53 size_t cn = (n+wet-1)/wet; /* chunk size */ in RSB_BZERO_parallel()
55 for(wi=0;wi<wet;++wi) in RSB_BZERO_parallel()
58 size_t cnn = (wi<wet-1)?cn:n-((wet-1)*cn); in RSB_BZERO_parallel()
70 const rsb_tc_t wet = rsb_get_num_threads(); /* want executing threads */ in RSB_A_MEMCPY_parallel() local
74 …if(RSB_UNLIKELY(NNZ<wet*RSB_MIN_THREAD_MEMCPY_NNZ))/* at least RSB_MIN_THREAD_MEMCPY_NNZ nnz to tr… in RSB_A_MEMCPY_parallel()
81 size_t cnz = (NNZ+wet-1)/wet; /* chunk size */ in RSB_A_MEMCPY_parallel()
83 for(wi=0;wi<wet;++wi) in RSB_A_MEMCPY_parallel()
86 size_t cnnz = (wi<wet-1)?cnz:NNZ-((wet-1)*cnz); in RSB_A_MEMCPY_parallel()
H A Drsb_blas_stuff.c41 const rsb_nnz_idx_t wet = rsb_get_num_threads(); /* want executing threads */ in rsb__BLAS_Xaxpy_parallel() local
43 …if(RSB_UNLIKELY(n<wet*RSB_MIN_THREAD_XAXPY_NNZ))/* at least RSB_MIN_THREAD_MEMCPY_NNZ nnz to trigg… in rsb__BLAS_Xaxpy_parallel()
49 rsb_nnz_idx_t wi, cnz = (wet+n-1)/wet; /* chunk size */ in rsb__BLAS_Xaxpy_parallel()
53 for(wi=0;wi<wet;++wi) in rsb__BLAS_Xaxpy_parallel()
56 rsb_nnz_idx_t cnnz = (wi<wet-1)?cnz:n-((wet-1)*cnz); in rsb__BLAS_Xaxpy_parallel()
69 const rsb_nnz_idx_t wet = rsb_get_num_threads(); /* want executing threads */ in rsb__cblas_Xscal_parallel() local
71 …if(RSB_UNLIKELY(n<wet*RSB_MIN_THREAD_XAXPY_NNZ))/* at least RSB_MIN_THREAD_MEMCPY_NNZ nnz to trigg… in rsb__cblas_Xscal_parallel()
77 rsb_nnz_idx_t wi,cnz = (wet+n-1)/wet; /* chunk size */ in rsb__cblas_Xscal_parallel()
81 for(wi=0;wi<wet;++wi) in rsb__cblas_Xscal_parallel()
84 rsb_nnz_idx_t cnnz = (wi<wet-1)?cnz:n-((wet-1)*cnz); in rsb__cblas_Xscal_parallel()
/dports/games/minetest_game/minetest_game-5.4.1/mods/farming/
H A Dnodes.lua10 wet = "farming:soil_wet"
18 wet = "farming:soil_wet"
26 wet = "farming:soil_wet"
34 wet = "farming:soil_wet"
42 wet = "farming:soil_wet"
50 wet = "farming:dry_soil_wet"
58 wet = "farming:dry_soil_wet"
71 wet = "farming:soil_wet"
84 wet = "farming:soil_wet"
97 wet = "farming:dry_soil_wet"
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftFilter.java119 wet = 0.0f; in reset()
205 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
211 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
222 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
228 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
244 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
250 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
301 wet = 1; in filter2calc()
329 wet = 1; in filter2calc()
467 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/audio/gervill/gervill/src/com/sun/media/sound/
H A DSoftFilter.java118 wet = 0.0f; in reset()
204 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
210 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
221 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
227 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
243 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
249 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
300 wet = 1; in filter2calc()
328 wet = 1; in filter2calc()
466 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftFilter.java119 wet = 0.0f; in reset()
205 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
211 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
222 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
228 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
244 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
250 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
301 wet = 1; in filter2calc()
329 wet = 1; in filter2calc()
467 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DSoftFilter.java118 wet = 0.0f; in reset()
204 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
210 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
221 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
227 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
243 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
249 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
300 wet = 1; in filter2calc()
328 wet = 1; in filter2calc()
466 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftFilter.java119 wet = 0.0f; in reset()
205 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
211 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
222 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
228 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
244 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
250 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
301 wet = 1; in filter2calc()
329 wet = 1; in filter2calc()
467 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftFilter.java119 wet = 0.0f; in reset()
205 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
211 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
222 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
228 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
244 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
250 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
301 wet = 1; in filter2calc()
329 wet = 1; in filter2calc()
467 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftFilter.java119 wet = 0.0f; in reset()
205 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
211 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
222 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
228 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
244 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
250 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
301 wet = 1; in filter2calc()
329 wet = 1; in filter2calc()
467 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftFilter.java119 wet = 0.0f; in reset()
205 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
211 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
222 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
228 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
244 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
250 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
301 wet = 1; in filter2calc()
329 wet = 1; in filter2calc()
467 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftFilter.java119 wet = 0.0f; in reset()
205 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
211 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
222 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
228 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
244 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
250 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
301 wet = 1; in filter2calc()
329 wet = 1; in filter2calc()
467 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftFilter.java119 wet = 0.0f; in reset()
205 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
211 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
222 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
228 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
244 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
250 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
301 wet = 1; in filter2calc()
329 wet = 1; in filter2calc()
467 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DSoftFilter.java118 wet = 0.0f; in reset()
204 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
210 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
221 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
227 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
243 float xx = (y * gain) * wet + (x) * (1 - wet); in filter4()
249 buffer[i] = (yy * gain) * wet + (xx) * (1 - wet); in filter4()
300 wet = 1; in filter2calc()
328 wet = 1; in filter2calc()
466 buffer[i] = (y * gain) * wet + (x) * (1 - wet); in filter2()
[all …]
/dports/audio/tamgamp-lv2/tamgamp.lv2-590ced0a1da96ca481a1a719eebdb17f3af472e4/src/tamgamp.lv2/util/
H A DBypass.cpp95 void Bypass::process(float *dst, const float *dry, const float *wet, size_t count) in process() argument
109 *dst = *dry + (*wet - *dry) * fGain; in process()
113 wet ++; in process()
124 ::memcpy(dst, wet, count*sizeof(float)); in process()
131 *dst = *dry + (*wet - *dry) * fGain; in process()
135 wet ++; in process()
157 *dst = (*wet) * fGain; in process()
160 wet ++; in process()
171 ::memcpy(dst, wet, count*sizeof(float)); in process()
178 *dst = (*wet) * fGain; in process()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/util/
H A DBypass.cpp97 void Bypass::process(float *dst, const float *dry, const float *wet, size_t count) in process() argument
111 *dst = *dry + (*wet - *dry) * fGain; in process()
115 wet ++; in process()
126 dsp::copy(dst, wet, count); in process()
133 *dst = *dry + (*wet - *dry) * fGain; in process()
137 wet ++; in process()
159 *dst = (*wet) * fGain; in process()
162 wet ++; in process()
173 dsp::copy(dst, wet, count); in process()
180 *dst = (*wet) * fGain; in process()
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/faust/
H A Dgx_flanger.dsp7 h_flanger(dmax, curdel, fb, wet) = _ <: _, (dly : (+:dly)~*(fb)) : mix with {
9 mix = *(2-wet), _*(wet) : +;
12 flanger(dmax, curdel, fb, wet) = _ <: _, (+:dly)~*(fb) : mix with {
14 mix = *(2-wet), _*(wet) : +;
29 wet = hslider("wet[name:Wet]", 100, 0, 100, 1)/100;
31 wet1 = wet*min(1,1+mix);
32 wet2 = wet*min(1,1-mix);
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/plugins/
H A Dflanger_gx.dsp7 h_flanger(dmax, curdel, fb, wet) = _ <: _, (dly : (+:dly)~*(fb)) : mix with {
9 mix = *(2-wet), _*(wet) : +;
12 flanger(dmax, curdel, fb, wet) = _ <: _, (+:dly)~*(fb) : mix with {
14 mix = *(2-wet), _*(wet) : +;
29 wet = hslider("wet[name:Wet]", 100, 0, 100, 1)/100;
31 wet1 = wet*min(1,1+mix);
32 wet2 = wet*min(1,1-mix);
/dports/audio/mda-lv2/mda-lv2-1.2.6/src/
H A DmdaDetune.cpp65 wet = 1.0f; in mdaDetune()
66 dry = wet - wet * 0.90f * 0.90f; in mdaDetune()
67 wet = (wet + wet - wet * 0.90f) * 0.90f; in mdaDetune()
99 wet = (float)pow(10.0f, 2.0f * param[2] - 1.0f); in setProgram()
100 dry = wet - wet * param[1] * param[1]; in setProgram()
101 wet = (wet + wet - wet * param[1]) * param[1]; in setProgram()
133 wet = (float)pow(10.0f, 2.0f * param[2] - 1.0f); in setParameter()
134 dry = wet - wet * param[1] * param[1]; in setParameter()
135 wet = (wet + wet - wet * param[1]) * param[1]; in setParameter()
220 float x, w=wet, y=dry, p1=pos1, p1f, d1=dpos1; in process()
[all …]
/dports/games/freeminer-default/default-0.4.10.4/mods/farming/
H A Dnodes.lua19 wet = "farming:soil_wet"
28 wet = "farming:soil_wet"
45 wet = "farming:soil_wet"
57 …groups = {crumbly=3, not_in_creative_inventory=1, soil=3, wet = 1, grassland = 1, field = 1, melt=…
62 wet = "farming:soil_wet"
71 wet = "farming:desert_sand_soil_wet"
87 wet = "farming:desert_sand_soil_wet"
104 wet = "farming:desert_sand_soil_wet"
114 local wet = n_def.soil.wet or nil
117 if not n_def or not n_def.soil or not wet or not base or not dry then
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/examples/demonstrations/
H A Dmore graphs.scd31 wet = Ramp.kr(wet, 0.1);
34 XOut.ar(out, wet * env, zout);
43 wet = Ramp.kr(wet, 0.1);
45 XOut.ar(out, wet * env, zout);
54 wet = Ramp.kr(wet, 0.1);
56 XOut.ar(out, wet * env, zout);
60 SynthDef("reverb", { arg out, decay=6, wet=1, gate=1;
64 wet = Ramp.kr(wet, 0.1);
69 XOut.ar(out, wet * env, zout);
77 wet = Ramp.kr(wet, 0.1);
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/airwindows/src/
H A DBitGlitterProc.cpp34 double wet = D; in processReplacing() local
194 outputSampleL = (inputSampleL * (1.0-(wet/2))) + (lastOutputSampleL*(wet/2)); in processReplacing()
199 outputSampleR = (inputSampleR * (1.0-(wet/2))) + (lastOutputSampleR*(wet/2)); in processReplacing()
204 if (wet < 1.0) { in processReplacing()
205 outputSampleL = (drySampleL * (1.0-wet)) + (outputSampleL * wet); in processReplacing()
206 outputSampleR = (drySampleR * (1.0-wet)) + (outputSampleR * wet); in processReplacing()
248 double wet = D; in processDoubleReplacing() local
407 outputSampleL = (inputSampleL * (1.0-(wet/2))) + (lastOutputSampleL*(wet/2)); in processDoubleReplacing()
417 if (wet < 1.0) { in processDoubleReplacing()
418 outputSampleL = (drySampleL * (1.0-wet)) + (outputSampleL * wet); in processDoubleReplacing()
[all …]
H A DBrightAmbience2Proc.cpp24 double wet = D; in processReplacing() local
56 if (wet != 1.0) { in processReplacing()
57 inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); in processReplacing()
58 inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); in processReplacing()
92 double wet = D; in processDoubleReplacing() local
124 if (wet != 1.0) { in processDoubleReplacing()
125 inputSampleL = (inputSampleL * wet) + (drySampleL * (1.0-wet)); in processDoubleReplacing()
126 inputSampleR = (inputSampleR * wet) + (drySampleR * (1.0-wet)); in processDoubleReplacing()

12345678910>>...97