Home
last modified time | relevance | path

Searched refs:Coeff (Results 1 – 25 of 906) sorted by relevance

12345678910>>...37

/dports/math/cgal/CGAL-5.3/include/CGAL/Polynomial/
H A Dresultant.h64 template <class Coeff>
66 const CGAL::Polynomial<Coeff>&, const CGAL::Polynomial<Coeff>& );
67 template <class Coeff>
71 template <class Coeff>
75 template <class Coeff>
79 template <class Coeff>
83 template <class Coeff>
85 const CGAL::Polynomial<Coeff>&, const CGAL::Polynomial<Coeff>&);
265 Coeff R, R_old; in resultant_modularize()
374 Coeff resultant_( in resultant_()
[all …]
H A Dsquare_free_factorize.h78 typedef Polynomial<Coeff> POLY; in square_free_factorize()
86 Coeff ucont_utcf = Ucont_utcf()(poly); in square_free_factorize()
93 typedef std::vector< Coeff > Factors_uc; in square_free_factorize()
116 typedef Polynomial<Coeff> POLY; in square_free_factorize_for_regular_polynomial()
125 typedef Polynomial<Coeff> POLY; in square_free_factorize_for_regular_polynomial_()
149 typedef Polynomial<Coeff> POLY; in square_free_factorize_for_regular_polynomial_()
160 typedef Polynomial<Coeff> POLY; in square_free_factorize_for_regular_polynomial_()
179 if (c == Coeff(1)) { in square_free_factorize_for_regular_polynomial_()
252 typedef Polynomial<Coeff> POLY; in square_free_factorize_for_regular_polynomial_()
261 if (c == Coeff(1)) { in square_free_factorize_for_regular_polynomial_()
[all …]
H A DInterpolator.h28 typedef typename PT::Coefficient_type Coeff; typedef
32 typedef typename CGAL::Coercion_traits<Coeff,IC>::Cast IC2Coeff;
36 std::vector<Coeff> yvals;
37 std::vector<Coeff> b;
43 Coeff eval_newton(int n, IC z) in eval_newton()
45 Coeff p(b[n]); in eval_newton()
47 Coeff tmp(IC2Coeff()((z - xvals[i]))); in eval_newton()
59 Polynomial_d tmp = Construct()(IC2Coeff()(-xvals[i]),Coeff(1)); in eval_newton_poly()
92 void add_interpolation_point(std::pair<IC,Coeff> point){ in add_interpolation_point()
98 Coeff num, den; in add_interpolation_point()
[all …]
H A Dfwd.h60 template <class Coeff, class OutputIterator1, class OutputIterator2>
62 template <class Coeff, class OutputIterator1, class OutputIterator2>
65 template <class Coeff, class OutputIterator1, class OutputIterator2>
67 template <class Coeff, class OutputIterator1, class OutputIterator2>
74 template <class Coeff>
75 inline Coeff resultant(
76 const CGAL::Polynomial<Coeff>&, const CGAL::Polynomial<Coeff>&);
78 template <class Coeff>
79 inline Coeff resultant_(
80 const CGAL::Polynomial<Coeff>&, const CGAL::Polynomial<Coeff>&);
[all …]
/dports/astro/wcslib/wcslib-7.7/C/test/
H A DDSS.keyrec99 AMDX1 = 67.1586924213 /Astrometry: GSC1 Coeff
100 AMDX2 = -0.319046525929 /Astrometry: GSC1 Coeff
101 AMDX3 = -307.222397476 /Astrometry: GSC1 Coeff
102 AMDX4 = -2.94727512097E-005 /Astrometry: GSC1 Coeff
103 AMDX5 = 3.57034551060E-005 /Astrometry: GSC1 Coeff
104 AMDX6 = -7.81953205318E-006 /Astrometry: GSC1 Coeff
105 AMDX7 = 0.000000000000 /Astrometry: GSC1 Coeff
106 AMDX8 = 2.01662503008E-006 /Astrometry: GSC1 Coeff
107 AMDX9 = -6.78953469514E-008 /Astrometry: GSC1 Coeff
108 AMDX10 = 2.32375502821E-006 /Astrometry: GSC1 Coeff
[all …]
/dports/misc/otter/otter-3.3f/examples/fringe/
H A Dx3tricks.out94 51 [] EQ(INV(Coeff(x,y)),Coeff(INV(x),y)).
99 56 [] $AND($INT(y),$INT(z))->EQ(ADD(Coeff(x,y),Coeff(x,z)),Coeff(x,$SUM(y,z))).
103 60 [] $AND($INT(y),$INT(z))->EQ(Coeff(Coeff(x,y),z),Coeff(x,$PROD(y,z))).
107 64 [] EQ(MULT(x,Coeff(y,z)),Coeff(MULT(x,y),z)).
108 65 [] EQ(MULT(Coeff(x,z),y),Coeff(MULT(x,y),z)).
109 66 [] EQ(Coeff(ADD(x,y),z),ADD(Coeff(x,z),Coeff(y,z))).
112 69 [] EQ(ADD(Coeff(x,y),Coeff(INV(x),y)),E).
142 weight(Coeff(Coeff($(1),$(1)),$(1)),9999).
225 51 [] EQ(INV(Coeff(x,y)),Coeff(INV(x),y)).
231 60 [] $AND($INT(y),$INT(z))->EQ(Coeff(Coeff(x,y),z),Coeff(x,$PROD(y,z))).
[all …]
H A Dx3tricks.in158 EQ(INV(Coeff(x,y)),Coeff(INV(x),y)).
167 $AND($INT(y),$INT(z)) -> EQ(ADD(Coeff(x,y),Coeff(x,z)),Coeff(x,$SUM(y,z))).
174 $AND($INT(y),$INT(z)) -> EQ(Coeff(Coeff(x,y),z),Coeff(x,$PROD(y,z))).
180 EQ(MULT(x,Coeff(y,z)),Coeff(MULT(x,y),z)).
181 EQ(MULT(Coeff(x,z),y),Coeff(MULT(x,y),z)).
182 EQ(Coeff(ADD(x,y),z),ADD(Coeff(x,z),Coeff(y,z))).
187 EQ(ADD(Coeff(x,y),Coeff(INV(x),y)),E).
189 EQ(ADD(Coeff(x,y),Coeff(INV(x),z)),Coeff(x,$DIFF(y,z))).
191 EQ(ADD(Coeff(x,y),Coeff(INV(x),z)),Coeff(INV(x),$DIFF(z,y))).
197 EQ(ADD(Coeff(x,y),ADD(Coeff(INV(x),z),zzz)),ADD(Coeff(x,$DIFF(y,z)),zzz)).
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/calf/
H A Dbiquad.h44 template<class Coeff = float>
49 Coeff a0, a1, a2, b1, b2;
92 Coeff omega=(Coeff)(M_PI*fc*odsr);
94 Coeff K=omega*(1+omega2*omega2*Coeff(1.0/1.45));
95 Coeff KK=K*K;
96 Coeff QK=q*(KK+1.f);
97 Coeff iQK=1.0f/(QK+K);
98 Coeff inv=q*iQK;
114 Coeff sn=sin(omega);
115 Coeff cs=cos(omega);
[all …]
H A Donepole.h33 template<class T = float, class Coeff = float>
40 Coeff a0, a1, b1;
52 Coeff x = tan (M_PI * fc / (2 * sr)); in set_lp()
53 Coeff q = 1/(1+x); in set_lp()
63 Coeff x = tan (M_PI * fc / (2 * sr)); in set_ap()
64 Coeff q = 1/(1+x); in set_ap()
75 Coeff x = tan (w); in set_ap_w()
76 Coeff q = 1/(1+x); in set_ap_w()
86 Coeff x = tan (M_PI * fc / (2 * sr)); in set_hp()
87 Coeff q = 1/(1+x); in set_hp()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/diff/fd/
H A Ddiff.go15 Coeff float64 member
53 Stencil: []Point{{Loc: 0, Coeff: -1}, {Loc: 1, Coeff: 1}},
61 Stencil: []Point{{Loc: 0, Coeff: 1}, {Loc: 1, Coeff: -2}, {Loc: 2, Coeff: 1}},
69 Stencil: []Point{{Loc: -1, Coeff: -1}, {Loc: 0, Coeff: 1}},
77 Stencil: []Point{{Loc: 0, Coeff: 1}, {Loc: -1, Coeff: -2}, {Loc: -2, Coeff: 1}},
85 Stencil: []Point{{Loc: -1, Coeff: -0.5}, {Loc: 1, Coeff: 0.5}},
93 Stencil: []Point{{Loc: -1, Coeff: 1}, {Loc: 0, Coeff: -2}, {Loc: 1, Coeff: 1}},
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/diff/fd/
H A Ddiff.go15 Coeff float64 member
53 Stencil: []Point{{Loc: 0, Coeff: -1}, {Loc: 1, Coeff: 1}},
61 Stencil: []Point{{Loc: 0, Coeff: 1}, {Loc: 1, Coeff: -2}, {Loc: 2, Coeff: 1}},
69 Stencil: []Point{{Loc: -1, Coeff: -1}, {Loc: 0, Coeff: 1}},
77 Stencil: []Point{{Loc: 0, Coeff: 1}, {Loc: -1, Coeff: -2}, {Loc: -2, Coeff: 1}},
85 Stencil: []Point{{Loc: -1, Coeff: -0.5}, {Loc: 1, Coeff: 0.5}},
93 Stencil: []Point{{Loc: -1, Coeff: 1}, {Loc: 0, Coeff: -2}, {Loc: 1, Coeff: 1}},
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/
H A Dmixed_constrained_solver.h87 struct Coeff { struct
114 inline bool coeffCmp(const Coeff& A, const Coeff& B) { in coeffCmp()
234 return Coeff(l, 1.); in get()
246 vector<Coeff > line;
357 vector<Coeff> mult_by_M0(vector<Coeff>& c) { in mult_by_M0()
358 vector<Coeff> cM0; in mult_by_M0()
363 vector<Coeff> mult_by_M1(vector<Coeff>& cM0) { in mult_by_M1()
364 vector<Coeff> cM0M1; in mult_by_M1()
370 vector<Coeff> mult_by_M2(vector<Coeff>& cM0M1) { in mult_by_M2()
415 Coeff co[2] = { Coeff(B.zero_col, 1.0),B.line[0] }; in add_constraint()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cockroachdb/apd/v2/
H A Ddecimal.go37 Coeff big.Int member
86 d.Coeff.Abs(&d.Coeff)
98 d.Coeff.Abs(&d.Coeff)
226 d.Coeff.Set(&x.Coeff)
250 d.Coeff.Abs(&d.Coeff)
354 integ.Coeff.Add(&integ.Coeff, bigOne)
361 d.Coeff = integ.Coeff
387 return &a.Coeff, &b.Coeff, a.Exponent, nil
489 return d.Coeff.Cmp(&x.Coeff)
558 cmp := d.Coeff.Cmp(&x.Coeff)
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cockroachdb/apd/
H A Ddecimal.go37 Coeff big.Int member
86 d.Coeff.Abs(&d.Coeff)
221 d.Coeff.Set(&x.Coeff)
239 d.Coeff.Abs(&d.Coeff)
350 integ.Coeff.Add(&integ.Coeff, bigOne)
357 d.Coeff = integ.Coeff
383 return &a.Coeff, &b.Coeff, a.Exponent, nil
399 y := &b.Coeff
485 return d.Coeff.Cmp(&x.Coeff)
554 cmp := d.Coeff.Cmp(&x.Coeff)
[all …]
/dports/math/symengine/symengine-0.8.1/symengine/
H A Dseries.h662 static inline Coeff sin(const Coeff &c) in sin()
666 static inline Coeff cos(const Coeff &c) in cos()
670 static inline Coeff tan(const Coeff &c) in tan()
674 static inline Coeff asin(const Coeff &c) in asin()
678 static inline Coeff acos(const Coeff &c) in acos()
682 static inline Coeff atan(const Coeff &c) in atan()
686 static inline Coeff sinh(const Coeff &c) in sinh()
690 static inline Coeff cosh(const Coeff &c) in cosh()
694 static inline Coeff tanh(const Coeff &c) in tanh()
706 static inline Coeff exp(const Coeff &c) in exp()
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/base/
H A Dode.asy58 return Coeff[1]+x*Coeff[2]+x2*Coeff[3]+x3*Coeff[4]+x2*x2*Coeff[5]
59 +x5*Coeff[6]+x3*x3*Coeff[7]+x5*x2*Coeff[8]+x5*x3*Coeff[9];
63 return Coeff[1]+x*Coeff[2]+x2*Coeff[3]+x3*Coeff[4]+x2*x2*Coeff[5]
64 +x5*Coeff[6]+x3*x3*Coeff[7]+x7*Coeff[8]+x8*Coeff[9]
65 +x8*x*Coeff[10]+x5*x5*Coeff[11]+x8*x3*Coeff[12]+x7*x5*Coeff[13]+
66 x8*x5*Coeff[14]+x7*x7*Coeff[15]+x8*x7*Coeff[16]+x8*x8*Coeff[17];
77 return Coeff[2]+x*Coeff[3]+x2*Coeff[4]+x3*Coeff[5]
78 +x2*x2*Coeff[6]+x5*Coeff[7]+x3*x3*Coeff[8]+x5*x2*Coeff[9]
84 return Coeff[2]+x*Coeff[3]+x2*Coeff[4]+x3*Coeff[5]
85 +x2*x2*Coeff[6]+x5*Coeff[7]+x3*x3*Coeff[8]+x5*x2*Coeff[9]
[all …]
/dports/math/asymptote/asymptote-2.67/base/
H A Dode.asy58 return Coeff[1]+x*Coeff[2]+x2*Coeff[3]+x3*Coeff[4]+x2*x2*Coeff[5]
59 +x5*Coeff[6]+x3*x3*Coeff[7]+x5*x2*Coeff[8]+x5*x3*Coeff[9];
63 return Coeff[1]+x*Coeff[2]+x2*Coeff[3]+x3*Coeff[4]+x2*x2*Coeff[5]
64 +x5*Coeff[6]+x3*x3*Coeff[7]+x7*Coeff[8]+x8*Coeff[9]
65 +x8*x*Coeff[10]+x5*x5*Coeff[11]+x8*x3*Coeff[12]+x7*x5*Coeff[13]+
66 x8*x5*Coeff[14]+x7*x7*Coeff[15]+x8*x7*Coeff[16]+x8*x8*Coeff[17];
77 return Coeff[2]+x*Coeff[3]+x2*Coeff[4]+x3*Coeff[5]
78 +x2*x2*Coeff[6]+x5*Coeff[7]+x3*x3*Coeff[8]+x5*x2*Coeff[9]
84 return Coeff[2]+x*Coeff[3]+x2*Coeff[4]+x3*Coeff[5]
85 +x2*x2*Coeff[6]+x5*Coeff[7]+x3*x3*Coeff[8]+x5*x2*Coeff[9]
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/gpu/
H A DGrBlend.h90 template<GrBlendCoeff Coeff>
91 struct GrTBlendCoeffRefsSrc : skstd::bool_constant<kSC_GrBlendCoeff == Coeff ||
92 kISC_GrBlendCoeff == Coeff ||
93 kSA_GrBlendCoeff == Coeff ||
111 template<GrBlendCoeff Coeff>
112 struct GrTBlendCoeffRefsDst : skstd::bool_constant<kDC_GrBlendCoeff == Coeff ||
113 kIDC_GrBlendCoeff == Coeff ||
114 kDA_GrBlendCoeff == Coeff ||
133 template<GrBlendCoeff Coeff>
134 struct GrTBlendCoeffRefsSrc2 : skstd::bool_constant<kS2C_GrBlendCoeff == Coeff ||
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/FEmTool/
H A DFEmTool_Assembly.cxx484 Coeff->Init(0.); in AddConstraint()
485 L.Append(Coeff); in AddConstraint()
513 Coeff->Init(0.); in AddConstraint()
514 L.Prepend(Coeff); in AddConstraint()
521 L.First() = Coeff; in AddConstraint()
528 Coeff->Init(0.); in AddConstraint()
529 L.Append(Coeff); in AddConstraint()
536 L.Last() = Coeff; in AddConstraint()
546 Iter.Value() = Coeff; in AddConstraint()
555 Iter.Value() = Coeff; in AddConstraint()
[all …]
/dports/math/mfem/mfem-4.3/tests/unit/fem/
H A Dtest_sparse_matrix.cpp40 enum class Coeff {Const, Grid, Quad}; enum
42 static std::string getString(Coeff coeff_type) in getString()
46 case Coeff::Const: in getString()
49 case Coeff::Grid: in getString()
52 case Coeff::Quad: in getString()
80 void test_sparse_matrix(const char* input, int order, const Coeff coeff_type, in test_sparse_matrix()
119 case Coeff::Const: in test_sparse_matrix()
122 case Coeff::Grid: in test_sparse_matrix()
129 case Coeff::Quad: in test_sparse_matrix()
192 auto coeff_type = GENERATE(Coeff::Const,Coeff::Grid,Coeff::Quad);
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DConstraint.hpp58 struct Coeff { struct in Kernel::Constraint
59 Coeff() {} in Coeff() argument
60 Coeff(Var var, const CoeffNumber& value) : var(var), value(value) {} in Coeff() function
65 bool operator==(const Coeff& o) const in operator ==() argument
67 bool operator!=(const Coeff& o) const in operator !=() argument
70 static unsigned hash(const Coeff& c);
75 typedef DArray<Coeff> CoeffArray;
76 typedef DArray<Coeff>::Iterator CoeffIterator;
94 const Coeff& operator[](unsigned i) const { return _coeffs[i]; } in operator []()
97 const Coeff& getCoeff(Var v) const;
[all …]
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Donepole.h33 template<class T = float, class Coeff = float>
40 Coeff a0, a1, b1;
52 Coeff x = tan (M_PI * fc / (2 * sr)); in set_lp()
53 Coeff q = 1/(1+x); in set_lp()
63 Coeff x = tan (M_PI * fc / (2 * sr)); in set_ap()
64 Coeff q = 1/(1+x); in set_ap()
75 Coeff x = tan (w); in set_ap_w()
76 Coeff q = 1/(1+x); in set_ap_w()
86 Coeff x = tan (M_PI * fc / (2 * sr)); in set_hp()
87 Coeff q = 1/(1+x); in set_hp()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sf2/
H A DSF2SignalUnitRack.cpp201 prmModEgPitch->Coeff = pVoice->pRegion->GetModEnvToPitch(pVoice->pPresetRegion); in Trigger()
202 if (prmModEgPitch->Coeff == ::sf2::NONE) prmModEgPitch->Coeff = 0; in Trigger()
204 … prmModEgCutoff->Coeff = pVoice->pRegion->GetModEnvToFilterFc(pVoice->pPresetRegion); // cents in Trigger()
205 if (prmModEgCutoff->Coeff == ::sf2::NONE) prmModEgCutoff->Coeff = 0; in Trigger()
207 … prmModLfoVol->Coeff = pVoice->pRegion->GetModLfoToVolume(pVoice->pPresetRegion); // centibels in Trigger()
208 if (prmModLfoVol->Coeff == ::sf2::NONE) prmModLfoVol->Coeff = 0; in Trigger()
210 prmModLfoCutoff->Coeff = pVoice->pRegion->GetModLfoToFilterFc(pVoice->pPresetRegion); in Trigger()
211 if (prmModLfoCutoff->Coeff == ::sf2::NONE) prmModLfoCutoff->Coeff = 0; in Trigger()
213 prmModLfoPitch->Coeff = pVoice->pRegion->GetModLfoToPitch(pVoice->pPresetRegion); in Trigger()
214 if (prmModLfoPitch->Coeff == ::sf2::NONE) prmModLfoPitch->Coeff = 0; in Trigger()
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/TravellingHeater/
H A DHeatSource.F9012 REAL(KIND=dp) :: Alpha, Coeff, Speed, Dist, Dist0, & local
18 SAVE Mesh, Params, prevtimestep, time, Alpha, Coeff, Speed, Dist, &
29 Coeff = GetCReal(Params,'Heat source coefficient')
48 f = Coeff * EXP( -2*r**2 / Alpha**2 )
64 REAL(KIND=dp) :: Alpha, Coeff, Dist0, & local
70 SAVE Mesh, Params, prevtimestep, time, Alpha, Coeff, Dist0
80 Coeff = GetCReal(Params,'Heat source coefficient')
95 f = Coeff * EXP( -2*r**2 / Alpha**2 )
111 REAL(KIND=dp) :: Alpha, Coeff, Speed, Dist, Dist0, & local
117 SAVE Mesh, Params, prevtimestep, time, Alpha, Coeff, Speed, Dist, &
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/TravellingHeater2/
H A DHeatSource.F9012 REAL(KIND=dp) :: Alpha, Coeff, Speed, Dist, Dist0, & local
18 SAVE Mesh, Params, prevtimestep, time, Alpha, Coeff, Speed, Dist, &
29 Coeff = GetCReal(Params,'Heat source coefficient')
48 f = Coeff * EXP( -2*r**2 / Alpha**2 )
64 REAL(KIND=dp) :: Alpha, Coeff, Dist0, & local
70 SAVE Mesh, Params, prevtimestep, time, Alpha, Coeff, Dist0
80 Coeff = GetCReal(Params,'Heat source coefficient')
95 f = Coeff * EXP( -2*r**2 / Alpha**2 )
111 REAL(KIND=dp) :: Alpha, Coeff, Speed, Dist, Dist0, & local
117 SAVE Mesh, Params, prevtimestep, time, Alpha, Coeff, Speed, Dist, &

12345678910>>...37