Home
last modified time | relevance | path

Searched refs:countL (Results 1 – 25 of 122) sorted by relevance

12345

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/airwindows/src/
H A DGalacticProc.cpp94 aLL[countL] = inputSampleL + (feedbackDR * regen); in processReplacing()
98 aLR[countL] = inputSampleR + (feedbackDL * regen); in processReplacing()
103 countL++; if (countL < 0 || countL > delayL) countL = 0; in processReplacing()
108 double outLL = aLL[countL-((countL > delayL)?delayL+1:0)]; in processReplacing()
112 double outLR = aLR[countL-((countL > delayL)?delayL+1:0)]; in processReplacing()
324 aLL[countL] = inputSampleL + (feedbackDR * regen); in processDoubleReplacing()
328 aLR[countL] = inputSampleR + (feedbackDL * regen); in processDoubleReplacing()
333 countL++; if (countL < 0 || countL > delayL) countL = 0; in processDoubleReplacing()
338 double outLL = aLL[countL-((countL > delayL)?delayL+1:0)]; in processDoubleReplacing()
342 double outLR = aLR[countL-((countL > delayL)?delayL+1:0)]; in processDoubleReplacing()
H A DVerbityProc.cpp92 aLL[countL] = inputSampleL + (feedbackDL * regen);
96 aLR[countL] = inputSampleR + (feedbackDR * regen); in ConstructJob()
101 countL++; if (countL < 0 || countL > delayL) countL = 0;
106 double outLL = aLL[countL-((countL > delayL)?delayL+1:0)];
110 double outLR = aLR[countL-((countL > delayL)?delayL+1:0)];
322 aLL[countL] = inputSampleL + (feedbackDL * regen);
326 aLR[countL] = inputSampleR + (feedbackDR * regen);
331 countL++; if (countL < 0 || countL > delayL) countL = 0;
336 double outLL = aLL[countL-((countL > delayL)?delayL+1:0)];
340 double outLR = aLR[countL-((countL > delayL)?delayL+1:0)];
H A DInfinityProc.cpp140 allpasstemp = countL + 1; in processReplacing()
143 aLL[countL] = allpassLL; in processReplacing()
146 aLR[countL] = allpassLR; in processReplacing()
148 countL++; if (countL < 0 || countL > delayL) {countL = 0;} in processReplacing()
149 allpassLL += (aLL[countL]); in processReplacing()
150 allpassLR += (aLR[countL]); in processReplacing()
425 allpasstemp = countL + 1; in processDoubleReplacing()
428 aLL[countL] = allpassLL; in processDoubleReplacing()
431 aLR[countL] = allpassLR; in processDoubleReplacing()
433 countL++; if (countL < 0 || countL > delayL) {countL = 0;} in processDoubleReplacing()
[all …]
H A DMatrixVerbProc.cpp160 allpasstemp = countL + 1; in processReplacing()
163 aLL[countL] = allpassLL; in processReplacing()
166 aLR[countL] = allpassLR; in processReplacing()
168 countL++; if (countL < 0 || countL > delayL) {countL = 0;} in processReplacing()
169 allpassLL += (aLL[countL]); in processReplacing()
170 allpassLR += (aLR[countL]); in processReplacing()
553 allpasstemp = countL + 1; in processDoubleReplacing()
556 aLL[countL] = allpassLL; in processDoubleReplacing()
559 aLR[countL] = allpassLR; in processDoubleReplacing()
561 countL++; if (countL < 0 || countL > delayL) {countL = 0;} in processDoubleReplacing()
[all …]
H A DGalactic.h129 int countL, delayL; variable
H A DVerbity.h132 int countL, delayL; variable
/dports/math/spooles-mpich/spooles.2.2/ILUMtx/src/
H A Dfactor.c1058 countL = 0 ; in getColumnStructure()
1063 indicesL[countL++] = keqn ; in getColumnStructure()
1067 countL-1, indicesL[countL-1]) ; in getColumnStructure()
1082 indicesL[countL++] = keqn ; in getColumnStructure()
1086 countL-1, indicesL[countL-1]) ; in getColumnStructure()
1096 IVqsortUp(countL, indicesL) ; in getColumnStructure()
1098 return(countL) ; } in getColumnStructure()
1271 int countL, in storeColumn() argument
1292 for ( ii = 0 ; ii < countL ; ii++ ) { in storeColumn()
1342 DVzero(countL, temp) ; in storeColumn()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/ILUMtx/src/
H A Dfactor.c1058 countL = 0 ; in getColumnStructure()
1063 indicesL[countL++] = keqn ; in getColumnStructure()
1067 countL-1, indicesL[countL-1]) ; in getColumnStructure()
1082 indicesL[countL++] = keqn ; in getColumnStructure()
1086 countL-1, indicesL[countL-1]) ; in getColumnStructure()
1096 IVqsortUp(countL, indicesL) ; in getColumnStructure()
1098 return(countL) ; } in getColumnStructure()
1271 int countL, in storeColumn() argument
1292 for ( ii = 0 ; ii < countL ; ii++ ) { in storeColumn()
1342 DVzero(countL, temp) ; in storeColumn()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/ILUMtx/src/
H A Dfactor.c1058 countL = 0 ; in getColumnStructure()
1063 indicesL[countL++] = keqn ; in getColumnStructure()
1067 countL-1, indicesL[countL-1]) ; in getColumnStructure()
1082 indicesL[countL++] = keqn ; in getColumnStructure()
1086 countL-1, indicesL[countL-1]) ; in getColumnStructure()
1096 IVqsortUp(countL, indicesL) ; in getColumnStructure()
1098 return(countL) ; } in getColumnStructure()
1271 int countL, in storeColumn() argument
1292 for ( ii = 0 ; ii < countL ; ii++ ) { in storeColumn()
1342 DVzero(countL, temp) ; in storeColumn()
[all …]
/dports/math/spooles/spooles.2.2/ILUMtx/src/
H A Dfactor.c1058 countL = 0 ; in getColumnStructure()
1063 indicesL[countL++] = keqn ; in getColumnStructure()
1067 countL-1, indicesL[countL-1]) ; in getColumnStructure()
1082 indicesL[countL++] = keqn ; in getColumnStructure()
1086 countL-1, indicesL[countL-1]) ; in getColumnStructure()
1096 IVqsortUp(countL, indicesL) ; in getColumnStructure()
1098 return(countL) ; } in getColumnStructure()
1271 int countL, in storeColumn() argument
1292 for ( ii = 0 ; ii < countL ; ii++ ) { in storeColumn()
1342 DVzero(countL, temp) ; in storeColumn()
[all …]
/dports/audio/boops-lv2/BOops-1.8.2/src/Airwindows/
H A DGalactic.cpp73 countL = 1;
175 aLL[countL] = inputSampleL + (feedbackDR * regen); in process()
179 aLR[countL] = inputSampleR + (feedbackDL * regen); in process()
184 countL++; if (countL < 0 || countL > delayL) countL = 0; in process()
189 double outLL = aLL[countL-((countL > delayL)?delayL+1:0)]; in process()
193 double outLR = aLR[countL-((countL > delayL)?delayL+1:0)]; in process()
H A DInfinity2.cpp78 countL = 1; delayL = 31;
204 allpasstemp = countL + 1; in process()
207 aLL[countL] = allpassLL; in process()
210 aLR[countL] = allpassLR; in process()
212 countL++; if (countL < 0 || countL > delayL) {countL = 0;} in process()
213 allpassLL += (aLL[countL]); in process()
214 allpassLR += (aLR[countL]); in process()
H A DInfinity2.hpp96 int countL, delayL; member in Infinity2
H A DGalactic.hpp118 int countL, delayL; member in Galactic
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/src/bam/
H A Dmtool.c421 int i,j,k,l,ii,jj,ll,offUcnt,offLcnt,countU,countL; in buildG() local
584 countL = 0; in buildG()
608 VASSERT( (*jb)[countL] == mt->idx ); in buildG()
609 (*offLb)[countL] = mt->val; in buildG()
610 countL++; in buildG()
612 (*jb)[countL] = mt->idx; in buildG()
613 (*offLb)[countL] = mt->val; in buildG()
614 countL++; in buildG()
623 (*ib)[i+1] = countL; in buildG()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/mediatek/mt8173/drivers/timer/
H A Dmt_cpuxgpt.c20 static void cpuxgpt_set_init_cnt(unsigned int countH, unsigned int countL) in cpuxgpt_set_init_cnt() argument
24 write_cpuxgpt(INDEX_CNT_L_INIT, countL); in cpuxgpt_set_init_cnt()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/mediatek/mt8173/drivers/timer/
H A Dmt_cpuxgpt.c20 static void cpuxgpt_set_init_cnt(unsigned int countH, unsigned int countL) in cpuxgpt_set_init_cnt() argument
24 write_cpuxgpt(INDEX_CNT_L_INIT, countL); in cpuxgpt_set_init_cnt()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/mediatek/mt8173/drivers/timer/
H A Dmt_cpuxgpt.c20 static void cpuxgpt_set_init_cnt(unsigned int countH, unsigned int countL) in cpuxgpt_set_init_cnt() argument
24 write_cpuxgpt(INDEX_CNT_L_INIT, countL); in cpuxgpt_set_init_cnt()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/mediatek/mt8173/drivers/timer/
H A Dmt_cpuxgpt.c20 static void cpuxgpt_set_init_cnt(unsigned int countH, unsigned int countL) in cpuxgpt_set_init_cnt() argument
24 write_cpuxgpt(INDEX_CNT_L_INIT, countL); in cpuxgpt_set_init_cnt()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/mediatek/mt8173/drivers/timer/
H A Dmt_cpuxgpt.c20 static void cpuxgpt_set_init_cnt(unsigned int countH, unsigned int countL) in cpuxgpt_set_init_cnt() argument
24 write_cpuxgpt(INDEX_CNT_L_INIT, countL); in cpuxgpt_set_init_cnt()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/review-needed.r/test.vhd.t/
H A Dinput.vhd402 countL <= countL + 1;
432 countL <= countL + 1;
468 countL <= countL + 1;
504 countL <= countL + 1;
589 countL <= countL + 1;
678 countL <= countL + 1;
708 countL <= countL + 1;
736 countL <= countL + "001";
766 countL <= countL + 1;
796 countL <= countL + "0001";
[all …]
/dports/devel/geany-legacy/geany-1.37.1/tests/ctags/
H A Dtest.vhd402 countL <= countL + 1;
432 countL <= countL + 1;
468 countL <= countL + 1;
504 countL <= countL + 1;
589 countL <= countL + 1;
678 countL <= countL + 1;
708 countL <= countL + 1;
736 countL <= countL + "001";
766 countL <= countL + 1;
796 countL <= countL + "0001";
[all …]
/dports/devel/geany/geany-1.38/tests/ctags/
H A Dtest.vhd402 countL <= countL + 1;
432 countL <= countL + 1;
468 countL <= countL + 1;
504 countL <= countL + 1;
589 countL <= countL + 1;
678 countL <= countL + 1;
708 countL <= countL + 1;
736 countL <= countL + "001";
766 countL <= countL + 1;
796 countL <= countL + "0001";
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dbc_const.c458 int countB, countL, map2scale = 0; in cm_optimized_palette() local
559 countB = countL = 0; in cm_optimized_palette()
567 if ( l[j] || l[j+1]) countL++; in cm_optimized_palette()
572 count = countL; in cm_optimized_palette()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglResidualCapacity/
H A DCglResidualCapacity.cpp337 int countL = 0; in resCapPreprocess() local
348 indRowL_[countL] = iRow; in resCapPreprocess()
349 countL++; in resCapPreprocess()

12345