Home
last modified time | relevance | path

Searched defs:differentiator (Results 1 – 18 of 18) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/analysis/differentiation/
H A DFiniteDifferencesDifferentiatorTest.java52 FiniteDifferencesDifferentiator differentiator = in testSerialization() local
62 FiniteDifferencesDifferentiator differentiator = in testConstant() local
80 FiniteDifferencesDifferentiator differentiator = in testLinear() local
98 FiniteDifferencesDifferentiator differentiator = in testGaussian() local
268 UnivariateFunctionDifferentiator differentiator = in testBoundedSqrt() local
289 FiniteDifferencesDifferentiator differentiator = in testVectorFunction() local
324 FiniteDifferencesDifferentiator differentiator = in testMatrixFunction() local
372 FiniteDifferencesDifferentiator differentiator = in testSeveralFreeParameters() local
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/sandbox/
H A Diirfilt_intdiff_test.c107 iirfilt_crcf differentiator = iirfilt_crcf_create_sos(Bd,Ad,4); in main() local
114 iirfilt_crcf differentiator = iirfilt_crcf_create(bd,9,ad,9); in main() local
/dports/science/pcmsolver/pcmsolver-1.3.0/external/libtaylor/
H A Dpolymul.hpp1102 struct differentiator struct
1104 static void diff(numtype dst[], const numtype src[]) in diff()
1120 static void dfacs(numtype dst[]) in dfacs()
1130 struct differentiator<numtype, Nvar, 0, var> struct
1136 static void dfacs(numtype dst[]) in dfacs()
1143 struct differentiator<numtype, Nvar, 0, 0> struct
1149 static void dfacs(numtype dst[]) in dfacs()
1155 struct differentiator<numtype, Nvar, Ndeg, 0> struct
1167 static void dfacs(numtype dst[]) in dfacs()
1173 struct differentiator<numtype, 1, Ndeg, 0> struct
[all …]
/dports/science/xcfun/xcfun-2.1.1-1-gf87ca0e/external/upstream/taylor/
H A Dpolymul.hpp1065 static void diff(numtype dst[], const numtype src[]) { in diff()
1080 static void dfacs(numtype dst[]) { in dfacs()
1091 struct differentiator<numtype, Nvar, 0, var> { struct
1092 static void diff(numtype dst[], const numtype src[]) { dst[0] = 0; } in diff()
1093 static void dfacs(numtype dst[]) {} in dfacs()
1098 static void dfacs(numtype dst[]) {} in dfacs()
1102 struct differentiator<numtype, Nvar, Ndeg, 0> { struct
1103 static void diff(numtype dst[], const numtype src[]) { in diff()
1112 static void dfacs(numtype dst[]) {} // Multiply by 1, a NOP in dfacs()
1116 static void diff(numtype dst[], const numtype src[]) { in diff()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/sdr_lib/
H A Dcic_interp.v39 reg [bw+maxbitgain-1:0] differentiator [0:N-1]; register
H A Dcic_decim.v38 reg [bw+maxbitgain-1:0] differentiator [0:N-1]; register
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/dsp/
H A Dcic_interp.v29 reg [bw+maxbitgain-1:0] differentiator [0:N-1]; register
H A Dcic_decim.v28 reg [bw+maxbitgain-1:0] differentiator [0:N-1]; register
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp1/sdr_lib/
H A Dcic_decim.v42 reg [bw+maxbitgain-1:0] differentiator [0:N-1]; register
H A Dcic_interp.v41 reg [bw+maxbitgain-1:0] differentiator [0:N-1]; register
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/rfnoc/
H A Dcic_interpolate.v25 reg [WIDTH+$clog2(MAX_RATE**(N-1))-1:0] differentiator [0:N-1]; register
H A Dcic_decimate.v27 reg [WIDTH+(N*$clog2(MAX_RATE+1))-1:0] differentiator [0:N-1]; register
/dports/devel/grantlee5/grantlee-5.2.0/templates/lib/
H A Dlexer.cpp352 const auto differentiator in finalizeToken() local
/dports/math/adept/adept-2.0.8/benchmark/
H A Dautodiff_benchmark.cpp418 Differentiator* differentiator in main() local
/dports/audio/snd/snd-21.2/
H A Ddsp.scm785 (define differentiator fir-filter) unknown
H A Ddsp.rb1110 alias differentiator fir_filter alias
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/OteyPianoUGens/
H A Dfilter.cpp100 void differentiator(Filter *c) in differentiator() function
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_export.cpp1693 QString MainWindow::constructFileName(const QString & differentiator, const QString & suffix) { in constructFileName()