Home
last modified time | relevance | path

Searched refs:coefficient (Results 1 – 25 of 3852) sorted by relevance

12345678910>>...155

/dports/astro/wcslib/wcslib-7.7/C/test/
H A DTPV7.keyrec61 PV1_0 = 3.0939038E-01 / TPV coefficient: 1
62 PV1_1 = 9.8842111E-01 / TPV coefficient: x
63 PV1_3 = -2.1923537E-03 / TPV coefficient: r
64 PV1_4 = 2.8380911E-06 / TPV coefficient: xx
65 PV1_6 = 3.6847677E-06 / TPV coefficient: yy
66 PV1_7 = 9.6423020E-10 / TPV coefficient: xxx
67 PV1_9 = 6.0581305E-10 / TPV coefficient: xyy
68 PV1_11 = -4.0302249E-09 / TPV coefficient: rrr
86 PV2_1 = 9.9348652E-01 / TPV coefficient: y
87 PV2_5 = -1.8103805E-06 / TPV coefficient: yx
[all …]
H A DSIPTPV.keyrec68 A_2_0 = -4.6101438020313E-06 / SIP coefficient: xx
69 A_1_1 = 1.4745130969827E-06 / SIP coefficient: xy
70 A_0_2 = -6.8832077243635E-08 / SIP coefficient: yy
83 AP_1_0 = 5.9649623134206E-06 / SIP coefficient: x
84 AP_0_1 = -8.3563633819506E-06 / SIP coefficient: y
85 AP_2_0 = 4.6391279824110E-06 / SIP coefficient: xx
86 AP_1_1 = -1.4755159708559E-06 / SIP coefficient: xy
87 AP_0_2 = 6.4191937073851E-08 / SIP coefficient: yy
99 B_2_0 = -6.2926490499120E-06 / SIP coefficient: xx
114 BP_1_0 = 2.2440627219345E-05 / SIP coefficient: x
[all …]
H A DTPV5.keyrec54 PV1_1 = 1.0 / TPV distortion coefficient
55 PV1_2 = 5.55111512312578E-17 / TPV distortion coefficient
56 PV1_4 = -2.7424804567206E-05 / TPV distortion coefficient
57 PV1_5 = 0.000790044423408943 / TPV distortion coefficient
58 PV1_6 = -6.7702947479290E-05 / TPV distortion coefficient
59 PV1_7 = 3.70858612004436E-05 / TPV distortion coefficient
60 PV1_8 = 3.09214887882905E-05 / TPV distortion coefficient
61 PV1_9 = 2.79163997287238E-05 / TPV distortion coefficient
62 PV1_10 = 7.13153931390477E-06 / TPV distortion coefficient
63 PV1_12 = 4.06164135849070E-07 / TPV distortion coefficient
[all …]
H A DSIP.keyrec66 A_0_2 = 2.9656E-06 / distortion coefficient
67 A_0_3 = 3.7746E-09 / distortion coefficient
68 A_1_1 = 2.1886E-05 / distortion coefficient
69 A_1_2 = -1.6847E-07 / distortion coefficient
70 A_2_0 = -2.3863E-05 / distortion coefficient
71 A_2_1 = -8.5610E-09 / distortion coefficient
72 A_3_0 = -1.4172E-07 / distortion coefficient
76 B_0_2 = 2.3100E-05 / distortion coefficient
77 B_0_3 = -1.6168E-07 / distortion coefficient
78 B_1_1 = -2.4386E-05 / distortion coefficient
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DPolynomial.h194 coefficient[i] = p.coefficient[i];
206 n.coefficient[i] = coefficient[i] + p.coefficient[i];
209 n.coefficient[i] = coefficient[i];
215 n.coefficient[i] = coefficient[i] + p.coefficient[i];
225 n.coefficient[i] = coefficient[i] + p.coefficient[i];
241 n.coefficient[i] = coefficient[i] - p.coefficient[i];
244 n.coefficient[i] = coefficient[i];
250 n.coefficient[i] = coefficient[i] - p.coefficient[i];
260 n.coefficient[i] = coefficient[i] - p.coefficient[i];
301 coefficient[i] += p.coefficient[i];
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSUnit.m32 coefficient: (double)coefficient
51 - (instancetype) initWithCoefficient: (double)coefficient
53 return [self initWithCoefficient: coefficient constant: 0.0];
56 - (instancetype) initWithCoefficient: (double)coefficient
62 _coefficient = coefficient;
97 - (double) coefficient
190 coefficient: (double)coefficient
273 coefficient: 1.0
301 coefficient: 0.9
325 coefficient: 1e12
[all …]
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/transforms/opconversions/
H A Djordan_wigner.py149 coefficient = iop[(p, 1), (p, 0)]
200 coefficient = coefficient.conjugate()
233 coefficient *= -1
270 coefficient = -coefficient.conjugate()
273 coefficient = -coefficient
278 coefficient = coefficient.conjugate()
285 coefficient = coefficient.conjugate()
292 coefficient = -coefficient.conjugate()
295 coefficient = -coefficient
319 coeff = -.25 * coefficient
[all …]
H A Dcommutator_diagonal_coulomb_operator.py49 coefficient = coeff_a * coeff_b
60 term_a, term_b, coefficient, prior_terms)
117 coefficient)
124 coefficient)
147 coefficient *= -1
162 new_coeff = coefficient
184 new_coeff = -coefficient
283 coefficient *= -1
286 coefficient *= -1
292 coefficient *= -1
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/ops/
H A Ddense_pauli_string.py98 self.coefficient = (
99 coefficient if isinstance(coefficient, sympy.Basic) else complex(coefficient)
209 return DensePauliString(coefficient=-self.coefficient, pauli_mask=self.pauli_mask)
228 pauli_mask=new_mask, coefficient=self.coefficient * other.coefficient * tweak
276 coefficient=self.coefficient * other.coefficient,
308 coefficient=self.coefficient,
354 coefficient=self.coefficient, pauli_mask=np.copy(self.pauli_mask)
385 if pauli_mask is None and (coefficient is None or coefficient == self.coefficient):
388 coefficient=self.coefficient if coefficient is None else coefficient,
432 self.coefficient *= other.coefficient
[all …]
H A Ddense_pauli_string_test.py29 assert p.coefficient == 2
30 assert m.coefficient == 3
78 assert d('III', coefficient=-1) == d([0, 0, 0], coefficient=-1)
79 assert d('XXY', coefficient=1j) == d([1, 1, 2], coefficient=1j)
205 assert p.coefficient == 1
212 assert p.coefficient == 2
216 assert p == m('XII', coefficient=2)
430 p = m('XYIZ', coefficient=-1)
478 assert m('XX', coefficient=2).tensor_product(m('XI', coefficient=-1)) == -2 * f('XXXI')
523 assert m.copy(coefficient=-2) == cirq.MutableDensePauliString('XYZ', coefficient=-2)
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/ops/
H A Ddense_pauli_string.py98 self.coefficient = (
99 coefficient if isinstance(coefficient, sympy.Basic) else complex(coefficient)
209 return DensePauliString(coefficient=-self.coefficient, pauli_mask=self.pauli_mask)
228 pauli_mask=new_mask, coefficient=self.coefficient * other.coefficient * tweak
276 coefficient=self.coefficient * other.coefficient,
308 coefficient=self.coefficient,
354 coefficient=self.coefficient, pauli_mask=np.copy(self.pauli_mask)
385 if pauli_mask is None and (coefficient is None or coefficient == self.coefficient):
388 coefficient=self.coefficient if coefficient is None else coefficient,
432 self.coefficient *= other.coefficient
[all …]
H A Ddense_pauli_string_test.py29 assert p.coefficient == 2
30 assert m.coefficient == 3
78 assert d('III', coefficient=-1) == d([0, 0, 0], coefficient=-1)
79 assert d('XXY', coefficient=1j) == d([1, 1, 2], coefficient=1j)
205 assert p.coefficient == 1
212 assert p.coefficient == 2
216 assert p == m('XII', coefficient=2)
430 p = m('XYIZ', coefficient=-1)
478 assert m('XX', coefficient=2).tensor_product(m('XI', coefficient=-1)) == -2 * f('XXXI')
523 assert m.copy(coefficient=-2) == cirq.MutableDensePauliString('XYZ', coefficient=-2)
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/ops/
H A Ddense_pauli_string.py98 self.coefficient = (
99 coefficient if isinstance(coefficient, sympy.Basic) else complex(coefficient)
209 return DensePauliString(coefficient=-self.coefficient, pauli_mask=self.pauli_mask)
228 pauli_mask=new_mask, coefficient=self.coefficient * other.coefficient * tweak
276 coefficient=self.coefficient * other.coefficient,
308 coefficient=self.coefficient,
354 coefficient=self.coefficient, pauli_mask=np.copy(self.pauli_mask)
385 if pauli_mask is None and (coefficient is None or coefficient == self.coefficient):
388 coefficient=self.coefficient if coefficient is None else coefficient,
432 self.coefficient *= other.coefficient
[all …]
H A Ddense_pauli_string_test.py29 assert p.coefficient == 2
30 assert m.coefficient == 3
78 assert d('III', coefficient=-1) == d([0, 0, 0], coefficient=-1)
79 assert d('XXY', coefficient=1j) == d([1, 1, 2], coefficient=1j)
205 assert p.coefficient == 1
212 assert p.coefficient == 2
216 assert p == m('XII', coefficient=2)
430 p = m('XYIZ', coefficient=-1)
478 assert m('XX', coefficient=2).tensor_product(m('XI', coefficient=-1)) == -2 * f('XXXI')
523 assert m.copy(coefficient=-2) == cirq.MutableDensePauliString('XYZ', coefficient=-2)
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/ops/
H A Ddense_pauli_string.py98 self.coefficient = (
99 coefficient if isinstance(coefficient, sympy.Basic) else complex(coefficient)
209 return DensePauliString(coefficient=-self.coefficient, pauli_mask=self.pauli_mask)
228 pauli_mask=new_mask, coefficient=self.coefficient * other.coefficient * tweak
276 coefficient=self.coefficient * other.coefficient,
308 coefficient=self.coefficient,
354 coefficient=self.coefficient, pauli_mask=np.copy(self.pauli_mask)
385 if pauli_mask is None and (coefficient is None or coefficient == self.coefficient):
388 coefficient=self.coefficient if coefficient is None else coefficient,
432 self.coefficient *= other.coefficient
[all …]
H A Ddense_pauli_string_test.py29 assert p.coefficient == 2
30 assert m.coefficient == 3
78 assert d('III', coefficient=-1) == d([0, 0, 0], coefficient=-1)
79 assert d('XXY', coefficient=1j) == d([1, 1, 2], coefficient=1j)
205 assert p.coefficient == 1
212 assert p.coefficient == 2
216 assert p == m('XII', coefficient=2)
430 p = m('XYIZ', coefficient=-1)
478 assert m('XX', coefficient=2).tensor_product(m('XI', coefficient=-1)) == -2 * f('XXXI')
523 assert m.copy(coefficient=-2) == cirq.MutableDensePauliString('XYZ', coefficient=-2)
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/ops/
H A Ddense_pauli_string.py98 self.coefficient = (
99 coefficient if isinstance(coefficient, sympy.Basic) else complex(coefficient)
206 return DensePauliString(coefficient=-self.coefficient, pauli_mask=self.pauli_mask)
225 pauli_mask=new_mask, coefficient=self.coefficient * other.coefficient * tweak
273 coefficient=self.coefficient * other.coefficient,
303 coefficient=self.coefficient,
348 coefficient=self.coefficient, pauli_mask=np.copy(self.pauli_mask)
379 if pauli_mask is None and (coefficient is None or coefficient == self.coefficient):
382 coefficient=self.coefficient if coefficient is None else coefficient,
426 self.coefficient *= other.coefficient
[all …]
H A Ddense_pauli_string_test.py29 assert p.coefficient == 2
30 assert m.coefficient == 3
78 assert d('III', coefficient=-1) == d([0, 0, 0], coefficient=-1)
79 assert d('XXY', coefficient=1j) == d([1, 1, 2], coefficient=1j)
205 assert p.coefficient == 1
212 assert p.coefficient == 2
216 assert p == m('XII', coefficient=2)
430 p = m('XYIZ', coefficient=-1)
478 assert m('XX', coefficient=2).tensor_product(m('XI', coefficient=-1)) == -2 * f('XXXI')
523 assert m.copy(coefficient=-2) == cirq.MutableDensePauliString('XYZ', coefficient=-2)
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/streams/
H A Dvactrol.cc60 int64_t coefficient = 0; in Process() local
88 coefficient = error > 0 in Process()
97 coefficient = (coefficient >> 1) + (coefficient * strength >> 31); in Process()
116 excite_ += static_cast<int64_t>(error) * coefficient >> 31; in Process()
127 coefficient = 0; in Process()
130 coefficient = attack_coefficient_; in Process()
132 coefficient += coefficient * (255 - (state_[2] >> 23)) >> 6; in Process()
134 coefficient = fast_attack_coefficient_; in Process()
138 coefficient = decay_coefficient_; in Process()
140 coefficient = fast_decay_coefficient_; in Process()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/streams/
H A Dvactrol.cc60 int64_t coefficient = 0; in Process() local
88 coefficient = error > 0 in Process()
97 coefficient = (coefficient >> 1) + (coefficient * strength >> 31); in Process()
116 excite_ += static_cast<int64_t>(error) * coefficient >> 31; in Process()
127 coefficient = 0; in Process()
130 coefficient = attack_coefficient_; in Process()
132 coefficient += coefficient * (255 - (state_[2] >> 23)) >> 6; in Process()
134 coefficient = fast_attack_coefficient_; in Process()
138 coefficient = decay_coefficient_; in Process()
140 coefficient = fast_decay_coefficient_; in Process()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel_d/
H A DHyperplaneHd_impl.h41 h1.coefficient(i) == 0 && in weak_cmp()
42 h2.coefficient(i) == 0; i++) {} in weak_cmp()
44 if (h2.coefficient(i) == 0) return LARGER; in weak_cmp()
46 int s = CGAL_NTS sign(h1.coefficient(i)) * in weak_cmp()
47 CGAL_NTS sign(h2.coefficient(i)); in weak_cmp()
48 RT s1 = (RT)s * h2.coefficient(i); in weak_cmp()
49 RT s2 = (RT)s * h1.coefficient(i); in weak_cmp()
74 h1.coefficient(i)==0 && in strong_cmp()
75 h2.coefficient(i)==0; i++) {} in strong_cmp()
79 RT s1 = (RT)(int)CGAL_NTS sign(h2.coefficient(i)) * h2.coefficient(i); in strong_cmp()
[all …]
H A DHyperplaneCd_impl.h38 h1.coefficient(i) == FT(0) && in weak_cmp()
41 if (h2.coefficient(i) == FT(0)) return LARGER; in weak_cmp()
43 int s = CGAL_NTS sign(h1.coefficient(i)) * in weak_cmp()
44 CGAL_NTS sign(h2.coefficient(i)); in weak_cmp()
45 FT s1 = (FT)s * h2.coefficient(i); in weak_cmp()
46 FT s2 = (FT)s * h1.coefficient(i); in weak_cmp()
71 h1.coefficient(i)==FT(0) && in strong_cmp()
73 int c1 = CGAL_NTS sign(h1.coefficient(i)); in strong_cmp()
74 int c2 = CGAL_NTS sign(h2.coefficient(i)); in strong_cmp()
76 FT s1 = (FT)(int)CGAL_NTS sign(h2.coefficient(i)) * h2.coefficient(i); in strong_cmp()
[all …]
/dports/finance/prestashop/prestashop/vendor/prestashop/decimal/src/
H A DDecimalNumber.php32 private $coefficient = ''; variable in PrestaShop\\Decimal\\DecimalNumber
80 if ('0' === $this->coefficient) {
94 if ('0' === $this->coefficient) {
95 return $this->coefficient;
99 return $this->coefficient;
175 return $this->coefficient;
516 * @param string $coefficient
539 if ('' === $this->coefficient) {
541 $this->coefficient = '0';
554 $coefficient = $this->getCoefficient();
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_devices/native/oboe/src/flowgraph/resampler/
H A DPolyphaseResamplerStereo.cpp57 float coefficient = *coefficients++; in readFrame() local
58 left += *xFrame++ * coefficient; in readFrame()
59 right += *xFrame++ * coefficient; in readFrame()
61 coefficient = *coefficients++; // next tap in readFrame()
62 left += *xFrame++ * coefficient; in readFrame()
63 right += *xFrame++ * coefficient; in readFrame()
65 coefficient = *coefficients++; // next tap in readFrame()
66 left += *xFrame++ * coefficient; in readFrame()
67 right += *xFrame++ * coefficient; in readFrame()
70 left += *xFrame++ * coefficient; in readFrame()
[all …]
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/src/flowgraph/resampler/
H A DPolyphaseResamplerStereo.cpp57 float coefficient = *coefficients++; in readFrame() local
58 left += *xFrame++ * coefficient; in readFrame()
59 right += *xFrame++ * coefficient; in readFrame()
61 coefficient = *coefficients++; // next tap in readFrame()
62 left += *xFrame++ * coefficient; in readFrame()
63 right += *xFrame++ * coefficient; in readFrame()
65 coefficient = *coefficients++; // next tap in readFrame()
66 left += *xFrame++ * coefficient; in readFrame()
67 right += *xFrame++ * coefficient; in readFrame()
70 left += *xFrame++ * coefficient; in readFrame()
[all …]

12345678910>>...155