Home
last modified time | relevance | path

Searched defs:Coeffs (Results 1 – 25 of 96) sorted by relevance

1234

/dports/devel/godot2/godot-2.1.6-stable/servers/audio/
H A Daudio_filter_sw.h37 struct Coeffs { struct
42 …//bool operator==(const Coeffs &p_rv) { return (FLOATS_EQ(a1,p_rv.a1) && FLOATS_EQ(a2,p_rv.a2) && … argument
43 Coeffs() { a1 = a2 = b0 = b1 = b2 = 0.0; } in Coeffs() function
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/audio/
H A Daudio_filter_sw.h37 struct Coeffs { struct
42 …//bool operator==(const Coeffs &p_rv) { return (FLOATS_EQ(a1,p_rv.a1) && FLOATS_EQ(a2,p_rv.a2) && … argument
43 Coeffs() { a1 = a2 = b0 = b1 = b2 = 0.0; } in Coeffs() function
/dports/devel/godot/godot-3.2.3-stable/servers/audio/
H A Daudio_filter_sw.h38 struct Coeffs { struct
43 …//bool operator==(const Coeffs &p_rv) { return (FLOATS_EQ(a1,p_rv.a1) && FLOATS_EQ(a2,p_rv.a2) && … argument
44 Coeffs() { a1 = a2 = b0 = b1 = b2 = 0.0; } in Coeffs() function
/dports/devel/godot-tools/godot-3.2.3-stable/servers/audio/
H A Daudio_filter_sw.h38 struct Coeffs { struct
43 …//bool operator==(const Coeffs &p_rv) { return (FLOATS_EQ(a1,p_rv.a1) && FLOATS_EQ(a2,p_rv.a2) && … argument
44 Coeffs() { a1 = a2 = b0 = b1 = b2 = 0.0; } in Coeffs() argument
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dalign-and-distribute.h163 struct Coeffs { struct
164 double mx0, mx1, my0, my1;
165 double sx0, sx1, sy0, sy1;
166 int verb_id;
/dports/audio/padthv1-lv2/padthv1-padthv1_0_9_23/src/
H A Dpadthv1_formant.h46 struct Coeffs { float a0, b1, b2; }; struct
/dports/audio/samplv1-lv2/samplv1-samplv1_0_9_23/src/
H A Dsamplv1_formant.h46 struct Coeffs { float a0, b1, b2; }; argument
/dports/audio/synthv1-lv2/synthv1-synthv1_0_9_23/src/
H A Dsynthv1_formant.h46 struct Coeffs { float a0, b1, b2; }; argument
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dpolynomial.cpp581 DBL Poly::inside(const Vector3d& IPoint, int Order, const DBL *Coeffs) in inside()
647 int Poly::intersect(const BasicRay &ray, int Order, const DBL *Coeffs, int Sturm_Flag, DBL *Depths,… in intersect()
795 int Poly::intersect_linear(const BasicRay &ray, const DBL *Coeffs, DBL *Depths) in intersect_linear()
843 int Poly::intersect_quadratic(const BasicRay &ray, const DBL *Coeffs, DBL *Depths) in intersect_quadratic()
940 void Poly::normal0(Vector3d& Result, int Order, const DBL *Coeffs, const Vector3d& IPoint) in normal0()
1026 void Poly::normal1(Vector3d& Result, int Order, const DBL *Coeffs, const Vector3d& IPoint) in normal1()
H A Dpolynomial.h81 DBL *Coeffs; variable
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dpoly.cpp582 DBL Poly::inside(const VECTOR IPoint, int Order, const DBL *Coeffs) in inside()
648 int Poly::intersect(const Ray &ray, int Order, const DBL *Coeffs, int Sturm_Flag, DBL *Depths, Trac… in intersect()
796 int Poly::intersect_linear(const Ray &ray, const DBL *Coeffs, DBL *Depths) in intersect_linear()
844 int Poly::intersect_quadratic(const Ray &ray, const DBL *Coeffs, DBL *Depths) in intersect_quadratic()
941 void Poly::normal0(VECTOR Result, int Order, const DBL *Coeffs, const VECTOR IPoint) in normal0()
1027 void Poly::normal1(VECTOR Result, int Order, const DBL *Coeffs, const VECTOR IPoint) in normal1()
H A Dpoly.h62 DBL *Coeffs; variable
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpoly.cpp556 static DBL inside(VECTOR IPoint, int Order, DBL *Coeffs) in inside()
622 static int intersect(RAY *ray, int Order, DBL *Coeffs, int Sturm_Flag, DBL *Depths) in intersect()
770 static int intersect_linear(RAY *ray, DBL *Coeffs, DBL *Depths) in intersect_linear()
818 static int intersect_quadratic(RAY *ray, DBL *Coeffs, DBL *Depths) in intersect_quadratic()
915 static void normal0(VECTOR Result, int Order, DBL *Coeffs, VECTOR IPoint) in normal0()
1001 static void normal1(VECTOR Result, int Order, DBL *Coeffs, VECTOR IPoint) in normal1()
H A Dpoly.h67 DBL *Coeffs; member
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpoly.cpp551 static DBL inside(VECTOR IPoint, int Order, DBL *Coeffs) in inside()
617 static int intersect(RAY *ray, int Order, DBL *Coeffs, int Sturm_Flag, DBL *Depths) in intersect()
765 static int intersect_linear(RAY *ray, DBL *Coeffs, DBL *Depths) in intersect_linear()
813 static int intersect_quadratic(RAY *ray, DBL *Coeffs, DBL *Depths) in intersect_quadratic()
910 static void normal0(VECTOR Result, int Order, DBL *Coeffs, VECTOR IPoint) in normal0()
996 static void normal1(VECTOR Result, int Order, DBL *Coeffs, VECTOR IPoint) in normal1()
H A Dpoly.h62 DBL *Coeffs; member
/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/
H A DFilter.cc588 clDSPAlloc Coeffs(lSpectPoints * sizeof(float)); in DesignLP() local
604 clDSPAlloc Coeffs(lSpectPoints * sizeof(double)); in DesignLP() local
644 clDSPAlloc Coeffs(lSpectPoints * sizeof(float)); in DesignHP() local
659 clDSPAlloc Coeffs(lSpectPoints * sizeof(double)); in DesignHP() local
699 clDSPAlloc Coeffs(lSpectPoints * sizeof(float)); in DesignBP() local
717 clDSPAlloc Coeffs(lSpectPoints * sizeof(double)); in DesignBP() local
767 clDSPAlloc Coeffs(lSpectPoints * sizeof(float)); in DesignBR() local
785 clDSPAlloc Coeffs(lSpectPoints * sizeof(double)); in DesignBR() local
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/tests/
H A Dtest_aoshell.cc49 0.0809357, -0.0809357, -0.122215, -0.0552111, -0.0552111, 0.156161, 0, in BOOST_AUTO_TEST_CASE()
H A Dtest_eeinteractor.cc199 Vector9d mpoles1;
200 mpoles1 << 0, 0, 0, 0, 1, 0, 0, 0, 0;
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/tests/
H A Dtest_adiis.cc49 Eigen::VectorXd Coeffs = adiis.CalcCoeff(dmatHist_, mathist_); in BOOST_AUTO_TEST_CASE() local
/dports/security/pam_yubico/pam_yubico-2.26/
H A DMakefile.in199 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Davf_showcqt.h28 typedef struct Coeffs { struct
31 } Coeffs; argument
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Davf_showcqt.h28 typedef struct Coeffs { struct
31 } Coeffs; typedef
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Davf_showcqt.h28 typedef struct Coeffs { struct
31 } Coeffs; argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Davf_showcqt.h28 typedef struct Coeffs { struct
31 } Coeffs; typedef

1234