Home
last modified time | relevance | path

Searched refs:ChebyshevPolynom (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/dsp/
H A DDSPOp.hh450 static float ChebyshevPolynom (float, float);
451 static double ChebyshevPolynom (double, double);
/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/
H A DDSPOp.cc743 float clDSPOp::ChebyshevPolynom (float fOrder, float fValue) in ChebyshevPolynom() function in clDSPOp
756 double clDSPOp::ChebyshevPolynom (double dOrder, double dValue) in ChebyshevPolynom() function in clDSPOp
6545 ChebyshevPolynom((float) (lSize - 1L), in WinDolphChebyshev()
6588 ChebyshevPolynom((double) (lSize - 1L), in WinDolphChebyshev()