Home
last modified time | relevance | path

Searched refs:v_in (Results 176 – 200 of 457) sorted by relevance

12345678910>>...19

/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dmath.h191 #pragma omp declare simd uniform(M) aligned(M:64) aligned(v_in, v_out:16)
193 static inline void dot_product(const float v_in[4], const float M[3][4], float v_out[4]) in dot_product()
197 #pragma omp simd aligned(M:64) aligned(v_in, v_out:16) in dot_product()
199 for(size_t i = 0; i < 3; ++i) v_out[i] = scalar_product(v_in, M[i]); in dot_product()
/dports/math/linbox/linbox-1.6.3/linbox/blackbox/
H A Dntl-sylvester.h74 OutVector& apply( OutVector &v_out, const InVector& v_in ) const;
77 OutVector& applyTranspose( OutVector &v_out, const InVector& v_in ) const;
H A Dntl-sylvester.inl308 const InVector& v_in) const
327 txIn.SetMaxLength( (long)v_in.size() -1 );
328 for ( size_t i=0; i < v_in.size(); i++ )
329 SetCoeff( txIn, (long)i, v_in[i] );
366 const InVector& v_in) const
388 SetCoeff( txIn, (long)(qxdeg()-1-i), v_in[i] );
401 SetCoeff( txIn, (long)(pxdeg()-1-i), v_in[qxdeg()+i] );
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/filters/cumulativeaverage/
H A Dcumulativeaverage.cpp161 double const *v_in = inputVector->noNanValue(); in algorithm() local
163 v_out[0] = v_in[0]; // i = 1 in algorithm()
166 v_out[i] = (v_in[i] + (i * v_out[i-1])) / (i+1); in algorithm()
/dports/math/pspp/pspp-1.4.1/src/ui/
H A Dsyntax-gen.c154 union value v_in, v_out; in syntax_gen_number() local
158 v_in.f = number; in syntax_gen_number()
159 s = data_out (&v_in, "FIXME", format); in syntax_gen_number()
/dports/graphics/blender/blender-2.91.0/intern/rigidbody/
H A Drb_bullet_api.cpp517 void RB_body_set_linear_velocity(rbRigidBody *object, const float v_in[3]) in RB_body_set_linear_velocity()
521 body->setLinearVelocity(btVector3(v_in[0], v_in[1], v_in[2])); in RB_body_set_linear_velocity()
531 void RB_body_set_angular_velocity(rbRigidBody *object, const float v_in[3]) in RB_body_set_angular_velocity()
535 body->setAngularVelocity(btVector3(v_in[0], v_in[1], v_in[2])); in RB_body_set_angular_velocity()
665 void RB_body_apply_central_force(rbRigidBody *object, const float v_in[3]) in RB_body_apply_central_force()
669 body->applyCentralForce(btVector3(v_in[0], v_in[1], v_in[2])); in RB_body_apply_central_force()
H A DRBI_api.h172 void RB_body_set_linear_velocity(rbRigidBody *body, const float v_in[3]);
176 void RB_body_set_angular_velocity(rbRigidBody *body, const float v_in[3]);
212 void RB_body_apply_central_force(rbRigidBody *body, const float v_in[3]);
/dports/math/libmesh/libmesh-1.6.2/src/numerics/
H A Dtrilinos_epetra_vector.C242 void EpetraVector<T>::add_vector (const NumericVector<T> & v_in, in add_vector() argument
245 const EpetraVector<T> * v = cast_ptr<const EpetraVector<T> *>(&v_in); in add_vector()
268 void EpetraVector<T>::add (const T v_in) in add() argument
275 values[i]+=v_in; in add()
289 void EpetraVector<T>::add (const T a_in, const NumericVector<T> & v_in) in add() argument
291 const EpetraVector<T> * v = cast_ptr<const EpetraVector<T> *>(&v_in); in add()
327 T EpetraVector<T>::dot (const NumericVector<T> & v_in) const in dot() argument
329 const EpetraVector<T> * v = cast_ptr<const EpetraVector<T> *>(&v_in); in dot()
/dports/devel/erlang-cl/cl-cl-1.2.4/examples/
H A Dcc_subdiv.cl261 float4 v_in = VsIn[v_id];
263 uint hc = trunc(v_in.w);
271 v_out -= v_in;
273 v_out += (v_in * b);
274 v_out.w = v_in.w;
278 v_out += v_in * 6.0;
280 v_out.w = v_in.w;
284 VsOut[v_id] = v_in;
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dmath.h212 #pragma omp declare simd uniform(M) aligned(M:64) aligned(v_in, v_out:16)
214 static inline void dot_product(const dt_aligned_pixel_t v_in, const dt_colormatrix_t M, dt_aligned_… in dot_product() argument
218 #pragma omp simd aligned(M:64) aligned(v_in, v_out:16) in dot_product()
220 for(size_t i = 0; i < 3; ++i) v_out[i] = scalar_product(v_in, M[i]); in dot_product()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/fundamental/
H A Dvc_amp.vhd28 quantity v_in across a;
31 v_out == v_in * g;
H A Dadc.vhd32 quantity v_in across a;
37 v_amplified == v_in * gain;
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Drecursivedescent.cc398 Operator::ParseResult Binc::expectFlag(vector<string> &v_in) in expectFlag() argument
405 v_in.push_back("\\Answered"); in expectFlag()
407 v_in.push_back("\\Flagged"); in expectFlag()
409 v_in.push_back("\\Deleted"); in expectFlag()
411 v_in.push_back("\\Seen"); in expectFlag()
413 v_in.push_back("\\Draft"); in expectFlag()
415 v_in.push_back("\\Answered"); in expectFlag()
419 v_in.push_back("\\" + flag); in expectFlag()
426 v_in.push_back(flag); in expectFlag()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/analog-modeling/
H A Dopamp.vhd31 quantity v_in across plus_in to minus_in;
37 v_amplified == gain * v_in;
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/frequency-modeling/
H A Dopamp.vhd31 quantity v_in across plus_in to minus_in;
37 v_amplified == gain * v_in;
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/filters/cumulativesum/
H A Dcumulativesum.cpp173 double const *v_in = inputVector->noNanValue(); in algorithm() local
178 v_out[0] = v_in[0]; in algorithm()
181 v_out[i] = v_in[i]*s_in + v_out[i-1]; in algorithm()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/subprograms/
H A Dinline_05a.vhd38 quantity v_in, v_amplified : real;
47 v_amplified == limited ( gain * v_in, v_neg, v_pos );
H A Dmotor_system.vhd31 quantity v_in across vp to vm;
56 x(2)'dot := sum(2) + (Ke/Te)*v_in;
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DGTSMeshUtils.cc178 GtsVertex *v_in = reinterpret_cast<GtsVertex *>(l->data); in DelaunayTriangulation() local
179 GtsVertex *v_out = gts_delaunay_add_vertex(surface, v_in, nullptr); in DelaunayTriangulation()
182 gts_vertex_replace(v_in, v_out); in DelaunayTriangulation()
/dports/astro/oskar/OSKAR-2.8.0/python/oskar/src/
H A Doskar_bda_utils.c86 DComplex* v_in = (DComplex*)PyArray_DATA((PyArrayObject*)pyo_vis_in); in apply_gains() local
89 double a = v_in[i].re * g[p].re - v_in[i].im * g[p].im; in apply_gains()
90 double b = v_in[i].im * g[p].re + v_in[i].re * g[p].im; in apply_gains()
147 Complex* v_in = (Complex*)PyArray_DATA((PyArrayObject*)pyo_vis_in); in apply_gains_2() local
150 float a = v_in[i].re * g[p].re - v_in[i].im * g[p].im; in apply_gains_2()
151 float b = v_in[i].im * g[p].re + v_in[i].re * g[p].im; in apply_gains_2()
/dports/games/avp/avp-20170505/src/win95/
H A Dinline.h621 …efine RotateAndCopyVector(v_in,v_out,m) (use_mmx_math ? MMX_VectorTransformed((v_out),(v_in),(m)) … argument
628 #define RotateAndCopyVector(v_in,v_out,m) (_RotateAndCopyVector((v_in),(v_out),(m))) argument
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/generics/
H A Dmultiple_opamp.vhd32 quantity v_in across i_in through inputs to electrical_ref;
44 v_out(index) := v_in(index) * gains_alias(index);
/dports/misc/libemos/libemos-4.5.9-Source/interpolation/
H A Demos.c121 fortint int2_intvecy(fortfloat u_in[],fortfloat v_in[] , fortint in_array_length, fortfloat *u_out,… in int2_intvecy() argument
123 return intvecy_( u_in, v_in , &in_array_length, u_out, v_out, out_array_length); in int2_intvecy()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/non_compliant/analyzer_failure/
H A Dtc1537.vhd35 procedure copy ( variable v_in : in integer := 0;
39 v_out := v_in;
H A Dtc1538.vhd35 procedure copy ( variable v_in : in integer := 0;
39 v_out := v_in;

12345678910>>...19