Home
last modified time | relevance | path

Searched refs:correction (Results 1 – 25 of 7004) sorted by relevance

12345678910>>...281

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/airwindows/src/
H A DDeckWreckaProc.cpp34 double correction; in processReplacing() local
92 …L * altHPAmount) + (tempSample * iirHPAmount); tempSample -= iirSampleAL; correction = iirSampleAL; in processReplacing()
93 … * altHPAmount) + (tempSample * iirHPAmount); tempSample -= iirSampleBL; correction += iirSampleBL; in processReplacing()
94 … * altHPAmount) + (tempSample * iirHPAmount); tempSample -= iirSampleCL; correction += iirSampleCL; in processReplacing()
95 … * altHPAmount) + (tempSample * iirHPAmount); tempSample -= iirSampleDL; correction += iirSampleDL; in processReplacing()
96 … * altHPAmount) + (tempSample * iirHPAmount); tempSample -= iirSampleEL; correction += iirSampleEL; in processReplacing()
120 HeadBumpL -= correction; in processReplacing()
153 HeadBumpR -= correction; in processReplacing()
219 double correction; in processDoubleReplacing() local
305 HeadBumpL -= correction; in processDoubleReplacing()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/components/jstree/src/themes/
H A Dmixins.less22 .jstree-open > .jstree-ocl { background-position:-(@image-height * 4 + @correction) -@correction; }
23 ….jstree-closed > .jstree-ocl { background-position:-(@image-height * 3 + @correction) -@correction
24 .jstree-leaf > .jstree-ocl { background-position:-(@image-height * 2 + @correction) -@correction; }
26 .jstree-themeicon { background-position:-(@image-height * 8 + @correction) -@correction; }
31 ….jstree-open > .jstree-ocl { background-position:-(@image-height * 1 + @correction) -@correction; }
32 .jstree-closed > .jstree-ocl { background-position:-@correction -@correction; }
46 background-position:-(@image-height * 5 + @correction) -@correction;
52 background-position:-(@image-height * 7 + @correction) -@correction;
58 background-position:-(@image-height * 6 + @correction) -@correction;
60 background-position:-(@image-height * 6 + @correction) -(@image-height * 1 + @correction);
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/jstree/src/themes/
H A Dmixins.less22 .jstree-open > .jstree-ocl { background-position:-(@image-height * 4 + @correction) -@correction; }
23 ….jstree-closed > .jstree-ocl { background-position:-(@image-height * 3 + @correction) -@correction
24 .jstree-leaf > .jstree-ocl { background-position:-(@image-height * 2 + @correction) -@correction; }
26 .jstree-themeicon { background-position:-(@image-height * 8 + @correction) -@correction; }
31 ….jstree-open > .jstree-ocl { background-position:-(@image-height * 1 + @correction) -@correction; }
32 .jstree-closed > .jstree-ocl { background-position:-@correction -@correction; }
46 background-position:-(@image-height * 5 + @correction) -@correction;
52 background-position:-(@image-height * 7 + @correction) -@correction;
58 background-position:-(@image-height * 6 + @correction) -@correction;
60 background-position:-(@image-height * 6 + @correction) -(@image-height * 1 + @correction);
[all …]
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/jstree/src/themes/
H A Dmixins.less22 .jstree-open > .jstree-ocl { background-position:-(@image-height * 4 + @correction) -@correction; }
23 ….jstree-closed > .jstree-ocl { background-position:-(@image-height * 3 + @correction) -@correction
24 .jstree-leaf > .jstree-ocl { background-position:-(@image-height * 2 + @correction) -@correction; }
26 .jstree-themeicon { background-position:-(@image-height * 8 + @correction) -@correction; }
31 ….jstree-open > .jstree-ocl { background-position:-(@image-height * 1 + @correction) -@correction; }
32 .jstree-closed > .jstree-ocl { background-position:-@correction -@correction; }
46 background-position:-(@image-height * 5 + @correction) -@correction;
52 background-position:-(@image-height * 7 + @correction) -@correction;
58 background-position:-(@image-height * 6 + @correction) -@correction;
60 background-position:-(@image-height * 6 + @correction) -(@image-height * 1 + @correction);
[all …]
/dports/science/siesta/siesta-4.1.5/Tests/Reference/
H A Ddipole_correction.out24 reinit: System Name: Water molecule layer with dipole -- automatic correction
507 Electric field for dipole correction = 0.000000 0.000000 -0.001309 eV/Ang/e
536 Electric field for dipole correction = 0.000000 0.000000 -0.021757 eV/Ang/e
539 Electric field for dipole correction = 0.000000 0.000000 -0.074805 eV/Ang/e
542 Electric field for dipole correction = 0.000000 0.000000 -0.749383 eV/Ang/e
545 Electric field for dipole correction = 0.000000 0.000000 -1.057683 eV/Ang/e
548 Electric field for dipole correction = 0.000000 0.000000 -1.056168 eV/Ang/e
551 Electric field for dipole correction = 0.000000 0.000000 -1.037203 eV/Ang/e
554 Electric field for dipole correction = 0.000000 0.000000 -0.846544 eV/Ang/e
557 Electric field for dipole correction = -0.000000 -0.000000 0.004475 eV/Ang/e
[all …]
/dports/textproc/enchant2/enchant-2.2.15/tests/dictionary/
H A Denchant_dict_store_replacement_tests.cpp29 static std::string correction; member
39 correction.clear(); in EnchantDictionaryStoreReplacement_TestFixture()
48 correction = std::string(cor, cor_len); in MockDictionaryStoreReplacement()
101 std::string correction("hello"); in TEST_FIXTURE() local
109 CHECK_EQUAL(EnchantDictionaryStoreReplacement_TestFixture::correction, correction); in TEST_FIXTURE()
116 std::string correction("hello"); in TEST_FIXTURE() local
124 CHECK_EQUAL(EnchantDictionaryStoreReplacement_TestFixture::correction, correction); in TEST_FIXTURE()
131 std::string correction("hello"); in TEST_FIXTURE() local
214 std::string correction("hello1"); in TEST_FIXTURE() local
222 correction.resize(correction.size()-1); in TEST_FIXTURE()
[all …]
/dports/net/tcpdump/tcpdump-4.99.1/tests/
H A Dptp_ethernet.out1 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
4 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
6 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
9 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
11 …g, length : 44, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
13 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
16 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
18 …g, length : 44, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
20 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
23 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
[all …]
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/entries/tests/
H A Dtest_compatibility.py148 correction=0.0,
169 correction=0.0,
189 correction=0.0,
207 correction=0.0,
227 correction=0.0,
260 correction=0.0,
283 correction=0.0,
309 correction=0.0,
338 correction=0.0,
361 correction=0.0,
[all …]
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/
H A DArcanistSpellingLinter.php77 public function addExactWordRule($misspelling, $correction) { argument
80 array($misspelling => $correction));
84 public function addPartialWordRule($misspelling, $correction) { argument
87 array($misspelling => $correction));
114 $this->checkExactWord($path, $misspelling, $correction);
118 $this->checkPartialWord($path, $misspelling, $correction);
122 private function checkExactWord($path, $word, $correction) { argument
135 $replacement = self::fixLetterCase($correction, $original);
142 $correction),
148 private function checkPartialWord($path, $word, $correction) { argument
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/
H A DArcanistSpellingLinter.php77 public function addExactWordRule($misspelling, $correction) { argument
80 array($misspelling => $correction));
84 public function addPartialWordRule($misspelling, $correction) { argument
87 array($misspelling => $correction));
114 $this->checkExactWord($path, $misspelling, $correction);
118 $this->checkPartialWord($path, $misspelling, $correction);
122 private function checkExactWord($path, $word, $correction) { argument
135 $replacement = self::fixLetterCase($correction, $original);
142 $correction),
148 private function checkPartialWord($path, $word, $correction) { argument
[all …]
/dports/games/kartofel/kartofel-1.2/
H A Dtrig_table.cc34 long long correction = TRIG_TABLE_SCALE / 2; in RTimesSinPhi() local
36 correction = -correction; in RTimesSinPhi()
38 return (s * r + correction) / TRIG_TABLE_SCALE; in RTimesSinPhi()
45 long long correction = TRIG_TABLE_SCALE / 2; in RTimesCosPhi() local
47 correction = -correction; in RTimesCosPhi()
49 return (c * r + correction) / TRIG_TABLE_SCALE; in RTimesCosPhi()
/dports/devel/p5-DateTime-Astro/DateTime-Astro-1.04/xs/
H A Ddt_astro_common.inc327 mpfr_div_ui(*correction, *correction, 86400, GMP_RNDN);
346 mpfr_div_ui(*correction, *correction, 86400, GMP_RNDN);
370 mpfr_div_ui( *correction, *correction, 41048480, GMP_RNDN );
371 mpfr_sub_ui( *correction, *correction, 15, GMP_RNDN );
372 mpfr_div_ui( *correction, *correction, 86400, GMP_RNDN );
383 mpfr_div_si( *correction, *correction, 86400, GMP_RNDN );
401 EC6(correction, y);
409 mpfr_t correction;
411 mpfr_init(correction);
421 *moment, correction);
[all …]
/dports/math/primme/primme-3.2/tests/
H A DFullConf54 primme.correction.precondition = 1
55 primme.correction.robustShifts = 1
56 primme.correction.maxInnerIterations = -1
57 primme.correction.relTolBase = 1.5
58 primme.correction.convTest = primme_adaptive_ETolerance
66 primme.correction.projectors.LeftQ = 0
67 primme.correction.projectors.LeftX = 1
68 primme.correction.projectors.RightQ = 0
69 primme.correction.projectors.SkewQ = 0
70 primme.correction.projectors.RightX = 0
[all …]
/dports/math/py-primme/primme-3.2/tests/
H A DFullConf54 primme.correction.precondition = 1
55 primme.correction.robustShifts = 1
56 primme.correction.maxInnerIterations = -1
57 primme.correction.relTolBase = 1.5
58 primme.correction.convTest = primme_adaptive_ETolerance
66 primme.correction.projectors.LeftQ = 0
67 primme.correction.projectors.LeftX = 1
68 primme.correction.projectors.RightQ = 0
69 primme.correction.projectors.SkewQ = 0
70 primme.correction.projectors.RightX = 0
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/KeywordMetadata/
H A DDUPLICATE-correction5 Some of the surrogate model types support the use of correction
8 The \c correction specification specifies that the approximation will
24 beta correction \cite Haftka1991. For the \c combined
41 correction function. For each of these correction approaches, the
44 default behavior is that no correction factor is applied.
51 correction \cite Cha93) and the first-order additive
74 correction functions:
85 where the exact correction functions are
124 \c multiplicative zeroth_order correction methods are
132 \li When using the first order correction methods, the
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/yarns/
H A Djust_intonation_processor.cc54 for (int correction = min; correction <= max; correction += step) { in Tune() local
56 correction >= 0 ? correction : (kOctave + correction)]; in Tune()
57 int pitch = correction + note; in Tune()
66 best_correction = correction; in Tune()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/yarns/
H A Djust_intonation_processor.cc54 for (int correction = min; correction <= max; correction += step) { in Tune() local
56 correction >= 0 ? correction : (kOctave + correction)]; in Tune()
57 int pitch = correction + note; in Tune()
66 best_correction = correction; in Tune()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/edac/
H A DKconfig305 Support for error detection and correction on the
322 Support for error detection and correction on the
331 Support for error detection and correction on the
340 Support for error detection and correction on the
349 Support for error detection and correction on the
356 Support for error detection and correction on the
370 Support for error detection and correction on the
377 Support for error detection and correction on the
384 Support for error detection and correction on the
392 Support for error detection and correction on the
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/edac/
H A DKconfig305 Support for error detection and correction on the
322 Support for error detection and correction on the
331 Support for error detection and correction on the
340 Support for error detection and correction on the
349 Support for error detection and correction on the
356 Support for error detection and correction on the
370 Support for error detection and correction on the
377 Support for error detection and correction on the
384 Support for error detection and correction on the
392 Support for error detection and correction on the
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/edac/
H A DKconfig305 Support for error detection and correction on the
322 Support for error detection and correction on the
331 Support for error detection and correction on the
340 Support for error detection and correction on the
349 Support for error detection and correction on the
356 Support for error detection and correction on the
370 Support for error detection and correction on the
377 Support for error detection and correction on the
384 Support for error detection and correction on the
392 Support for error detection and correction on the
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Ddakota_sbo_hier_poly_prod.in7 # These tests exercise each of the surrogate correction approaches
10 # optimization. Note that correction is required for hierarchical SBO.
39 correction additive second_order #s0,#s3,#s6,#s9
40 # correction multiplicative second_order #s1,#s4,#s7,#s10
41 # correction combined second_order #s2,#s5,#s8,#s11
42 # correction additive first_order #s12
43 # correction multiplicative first_order #s13
44 # correction combined first_order #s14
45 # correction additive zeroth_order #s15
46 # correction multiplicative zeroth_order #s16
[all …]
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/documentation/user-manual/
H A Dbackground.tex8 \subsection{Properties of the error correction}
131 for the error correction.
214 error correction information is not required.
235 e.g. RS03 error correction data has slighly less error correction capacity than
247 {\em Error correction files} &
263 common storage of user data and error correction data may reduce error correction capacity \\
265 mapping between error correction files and media must be kept; error correction files must be
442 error correction data is available.
449 correction data is available. Obviously the \tlnk{howto-ecc}{error correction data} must have
581 of creating an error correction file.}.
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/doc/build/
H A Dcorrections.py19 correction = raw_input("? ")
20 correction = correction.strip()
21 if correction == ".":
22 correction = ":%s:`.%s`" % (reftype, reftarget)
23 elif correction == 'q':
26 targets[target] = correction
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/doc/build/
H A Dcorrections.py19 correction = raw_input("? ")
20 correction = correction.strip()
21 if correction == ".":
22 correction = ":%s:`.%s`" % (reftype, reftarget)
23 elif correction == 'q':
26 targets[target] = correction
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/doc/build/
H A Dcorrections.py19 correction = raw_input("? ")
20 correction = correction.strip()
21 if correction == ".":
22 correction = ":%s:`.%s`" % (reftype, reftarget)
23 elif correction == 'q':
26 targets[target] = correction

12345678910>>...281