Home
last modified time | relevance | path

Searched defs:Coeff (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/math/vampire/vampire-4.5.1/Kernel/
H A DConstraint.hpp58 struct Coeff { struct in Kernel::Constraint
59 Coeff() {} in Coeff() function
60 Coeff(Var var, const CoeffNumber& value) : var(var), value(value) {} in Coeff() function
62 bool isPositive() const { return value.isPositiveAssumingNonzero(); } in isPositive()
63 bool isNegative() const { return value.isNegativeAssumingNonzero(); } in isNegative()
65 bool operator==(const Coeff& o) const in operator ==()
67 bool operator!=(const Coeff& o) const in operator !=()
72 Var var;
73 CoeffNumber value;
/dports/math/cgal/CGAL-5.3/include/CGAL/OpenNL/
H A Dsparse_matrix.h54 struct Coeff { struct
55 Coeff() { } in Coeff() argument
56 Coeff(unsigned int i, T val) : index(i), a(val) { } in Coeff() argument
68 class Row : public std::vector<Coeff> { argument
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/DSP/
H A DAnalogFilter.h59 struct Coeff { struct
66 void singlefilterout(float *smp, fstage &hist, const Coeff &coeff); argument
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/DSP/
H A DFFTwrapper.cpp48 FFTwrapper::~FFTwrapper()
50 pthread_mutex_lock(mutex);
51 fftwf_destroy_plan(planfftw);
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/
H A Dmixed_constrained_solver.h87 struct Coeff { struct
88 Coeff(index_t p_index, double p_a) : index(p_index), a(p_a) { in Coeff() argument
91 Coeff() : index(index_t(-1)), a(-1.0) { in Coeff() argument
99 std::ostream& os, const GEO::vector<Coeff>& obj argument
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Subdivider/Uniform/Composite/
H A DCompositeT.hh157 struct Coeff struct in OpenMesh::Subdivider::Uniform::CompositeT
159 virtual ~Coeff() { } in ~Coeff()
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/TravellingHeater/
H A DHeatSource.F9012 REAL(KIND=dp) :: Alpha, Coeff, Speed, Dist, Dist0, & local
64 REAL(KIND=dp) :: Alpha, Coeff, Dist0, & local
111 REAL(KIND=dp) :: Alpha, Coeff, Speed, Dist, Dist0, & local
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/TravellingHeater2/
H A DHeatSource.F9012 REAL(KIND=dp) :: Alpha, Coeff, Speed, Dist, Dist0, & local
64 REAL(KIND=dp) :: Alpha, Coeff, Dist0, & local
111 REAL(KIND=dp) :: Alpha, Coeff, Speed, Dist, Dist0, & local
/dports/math/gambit/gambit-16.0.1/src/tools/enumpoly/
H A Dgpoly.cc29 std::string Coeff = ""; in String_Coeff() local
/dports/graphics/blender/blender-2.91.0/intern/eigen/intern/
H A Dlinear_solver.cc45 struct Coeff { struct
46 Coeff() in Coeff() argument
52 int index;
53 double value;
/dports/multimedia/librav1e/rav1e-0.5.1/v_frame/src/
H A Dpixel.rs108 type Coeff: Coefficient; typedef
124 type Coeff = i16; typedef
133 type Coeff = i32; typedef
/dports/multimedia/rav1e/rav1e-0.5.1/v_frame/src/
H A Dpixel.rs108 type Coeff: Coefficient; typedef
124 type Coeff = i16; typedef
133 type Coeff = i32; typedef
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/v_frame-0.2.2/src/
H A Dpixel.rs108 type Coeff: Coefficient; typedef
124 type Coeff = i16; typedef
133 type Coeff = i32; typedef
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DPolynomial_type_generator.h29 typedef typename Polynomial_type_generator<T,d-1>::Type Coeff; typedef
/dports/cad/opencascade/opencascade-7.6.0/src/FEmTool/
H A DFEmTool_ElementaryCriterion.cxx32 void FEmTool_ElementaryCriterion::Set(const Handle(TColStd_HArray2OfReal)& Coeff) in Set()
/dports/science/bagel/bagel-1.2.2/src/wfn/
H A Dcoeff.h66 using Coeff = Coeff_<Matrix>; variable
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DEGDecay.h106 float Coeff; ///< linear coefficient for changing the output level in time variable
/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/dune/functions/gridfunctions/test/
H A Ddiscreteglobalbasisfunctiontest.cc46 using Coeff = typename std::decay<C>::type; in checkInterpolationConsistency() typedef
178 using Coeff = FieldVector<double,1>; in main() typedef
196 using Coeff = FieldVector<double,1>; in main() typedef
/dports/multimedia/librav1e/rav1e-0.5.1/src/asm/shared/transform/
H A Dinverse.rs21 func: InvTxfmFunc, input: &[T::Coeff], output: &mut PlaneRegionMut<'_, T>, in call_inverse_func()
49 func: InvTxfmHBDFunc, input: &[T::Coeff], in call_inverse_hbd_func()
/dports/multimedia/rav1e/rav1e-0.5.1/src/asm/shared/transform/
H A Dinverse.rs21 func: InvTxfmFunc, input: &[T::Coeff], output: &mut PlaneRegionMut<'_, T>, in call_inverse_func()
49 func: InvTxfmHBDFunc, input: &[T::Coeff], in call_inverse_hbd_func()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/asm/shared/transform/
H A Dinverse.rs22 func: InvTxfmFunc, input: &[T::Coeff], output: &mut PlaneRegionMut<'_, T>, in call_inverse_func()
51 func: InvTxfmHBDFunc, input: &[T::Coeff], in call_inverse_hbd_func()
/dports/math/gambit/gambit-16.0.1/library/include/gambit/linalg/
H A Dtableau.h88 Vector<Integer> Coeff; // and coeffieient vector variable
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/bfin/
H A Diir.s173 Coeff: label
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/asm/x86/transform/
H A Dinverse.rs20 input: &[T::Coeff], output: &mut PlaneRegionMut<'_, T>, eob: usize, in inverse_transform_add()
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dpersistent_homology.cc19 using Coeff = typename Matrix_type::value_type; typedef in polymake::topaz::PersistentHomology
121 using Coeff = typename MatrixType::value_type; in persistent_homology() typedef

12345678910>>...15