Home
last modified time | relevance | path

Searched refs:bCoeffs (Results 1 – 4 of 4) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/pqc/math/ntru/polynomial/test/
H A DIntegerPolynomialTest.java169 BigInteger[] bCoeffs = b.getCoeffs(); in verifyResultant() local
171 for (int j = 1; j < bCoeffs.length - 1; j++) in verifyResultant()
173 assertEquals(BigInteger.ZERO, bCoeffs[j]); in verifyResultant()
177 assertEquals(BigInteger.ZERO, bCoeffs[0].subtract(bCoeffs[bCoeffs.length - 1])); in verifyResultant()
181 … assertEquals(BigInteger.ZERO, (bCoeffs[0].subtract(bCoeffs[bCoeffs.length - 1]).mod(r.res))); in verifyResultant()
183 assertEquals(bCoeffs[0].subtract(r.res), bCoeffs[bCoeffs.length - 1].negate()); in verifyResultant()
207 BigInteger[] bCoeffs = b.getCoeffs(); in verifyResultant() local
209 for (int j = 1; j < bCoeffs.length - 1; j++) in verifyResultant()
215 assertEquals(BigInteger.ZERO, bCoeffs[0].subtract(bCoeffs[bCoeffs.length - 1])); in verifyResultant()
219 …assertEquals(BigInteger.ZERO, (bCoeffs[0].subtract(bCoeffs[bCoeffs.length - 1]).subtract(r.res).mo… in verifyResultant()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/vamp-plugins/
H A DOnsetDetect.cpp422 double bCoeffs[] = { 0.1600, 0.3200, 0.1600 }; in getRemainingFeatures() local
438 ppParams.LPBCoeffs = bCoeffs; in getRemainingFeatures()
H A DBeatTrack.cpp419 double bCoeffs[] = { 0.1600, 0.3200, 0.1600 }; in beatTrackOld() local
426 ttParams.LPBCoeffs = bCoeffs; in beatTrackOld()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/vamp-ports/
H A DBeatTrack.cpp419 double bCoeffs[] = { 0.1600, 0.3200, 0.1600 }; in beatTrackOld() local
426 ttParams.LPBCoeffs = bCoeffs; in beatTrackOld()