Home
last modified time | relevance | path

Searched refs:vstep (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/math/openblas/OpenBLAS-0.3.18/kernel/arm/
H A Dsum.c47 const int vstep = v_nlanes_f64; in CNAME() local
48 const int unrollx4 = n & (-vstep * 4); in CNAME()
49 const int unrollx = n & -vstep; in CNAME()
54 for (; i < unrollx4; i += vstep * 4) in CNAME()
57 vsum1 = v_add_f64(vsum1, v_loadu_f64(x + i + vstep)); in CNAME()
63 for (; i < unrollx; i += vstep) in CNAME()
69 const int vstep = v_nlanes_f32; in CNAME()
70 const int unrollx4 = n & (-vstep * 4); in CNAME()
71 const int unrollx = n & -vstep; in CNAME()
76 for (; i < unrollx4; i += vstep * 4) in CNAME()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/analyzer/
H A Dpamtilt.c34 unsigned int vstep; /* vertical step size */ member
83 if (cmdlineP->vstep < 1) in parseCommandLine()
258 unsigned int const vstep, in scoreAngleRegion() argument
301 unsigned int const vstep, in scoreAngle() argument
371 unsigned int const vstep, in getBestAngleLocal() argument
459 unsigned int vstep; in readSampledPixels() local
465 computeSteps(pamP, hstepReq, vstepReq, &hstep, &vstep); in readSampledPixels()
470 *vstepP = vstep; in readSampledPixels()
481 unsigned int const vstep, in getAngle() argument
531 unsigned int vstep; /* vertical step size */ in main() local
[all …]
/dports/math/openblas/OpenBLAS-0.3.18/kernel/generic/
H A Ddot.c51 const int vstep = v_nlanes_f32; in CNAME() local
52 const int unrollx4 = n & (-vstep * 4); in CNAME()
53 const int unrollx = n & -vstep; in CNAME()
64 v_loadu_f32(x + i + vstep), v_loadu_f32(y + i + vstep), vsum1 in CNAME()
67 v_loadu_f32(x + i + vstep*2), v_loadu_f32(y + i + vstep*2), vsum2 in CNAME()
70 v_loadu_f32(x + i + vstep*3), v_loadu_f32(y + i + vstep*3), vsum3 in CNAME()
72 i += vstep*4; in CNAME()
82 i += vstep; in CNAME()
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A Dkineticmodel.cpp196 QPointF vstep = d->deacceleration * delta; in update() local
198 if (d->velocity.x() < vstep.x() && d->velocity.x() >= -vstep.x()) { in update()
202 d->velocity.setX( d->velocity.x() - vstep.x() ); in update()
204 d->velocity.setX( d->velocity.x() + vstep.x() ); in update()
207 if (d->velocity.y() < vstep.y() && d->velocity.y() >= -vstep.y()) { in update()
211 d->velocity.setY( d->velocity.y() - vstep.y() ); in update()
213 d->velocity.setY( d->velocity.y() + vstep.y() ); in update()
221 qreal vstep = d->deaccelerationHeading * delta; // Always positive. in update() local
222 if ((d->velocityHeading < vstep && d->velocityHeading >= -vstep) || !vstep) { in update()
225 d->velocityHeading += d->velocityHeading > 0 ? -1 * vstep : vstep; in update()
/dports/math/openblas/OpenBLAS-0.3.18/kernel/x86_64/
H A Ddrot.c16 const int vstep = v_nlanes_f64; in drot_kernel() local
17 const int unrollx4 = n & (-vstep * 4); in drot_kernel()
18 const int unrollx = n & -vstep; in drot_kernel()
26 for (; i < unrollx4; i += vstep * 4) { in drot_kernel()
28 vx1 = v_loadu_f64(x + i + vstep); in drot_kernel()
29 vx2 = v_loadu_f64(x + i + vstep * 2); in drot_kernel()
30 vx3 = v_loadu_f64(x + i + vstep * 3); in drot_kernel()
32 vy1 = v_loadu_f64(y + i + vstep); in drot_kernel()
47 v_storeu_f64(x + i + vstep, vt1); in drot_kernel()
62 v_storeu_f64(y + i + vstep, vt1); in drot_kernel()
[all …]
H A Dsrot.c17 const int vstep = v_nlanes_f32; in srot_kernel() local
18 const int unrollx4 = n & (-vstep * 4); in srot_kernel()
19 const int unrollx = n & -vstep; in srot_kernel()
27 for (; i < unrollx4; i += vstep * 4) { in srot_kernel()
29 vx1 = v_loadu_f32(x + i + vstep); in srot_kernel()
30 vx2 = v_loadu_f32(x + i + vstep * 2); in srot_kernel()
31 vx3 = v_loadu_f32(x + i + vstep * 3); in srot_kernel()
33 vy1 = v_loadu_f32(y + i + vstep); in srot_kernel()
48 v_storeu_f32(x + i + vstep, vt1); in srot_kernel()
63 v_storeu_f32(y + i + vstep, vt1); in srot_kernel()
[all …]
H A Ddaxpy.c59 const int vstep = v_nlanes_f64; in daxpy_kernel_8() local
60 for (; i < n; i += vstep) { in daxpy_kernel_8()
67 const int vstep = v_nlanes_f32; in daxpy_kernel_8() local
68 for (; i < n; i += vstep) { in daxpy_kernel_8()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/widgets/
H A Ddrange.cpp249 void DoubleRange::setRange(double vmin, double vmax, double vstep, int pageSize, ConversionMode mod… in setRange() argument
255 if(!rchg && vstep == d_step && pageSize == d_pageSize) // p4.0.45 in setRange()
267 setStep(vstep); in setRange()
293 void DoubleRange::setStep(double vstep) in setStep() argument
299 if (vstep == 0.0) in setStep()
302 if (((intv > 0) && (vstep < 0)) || ((intv < 0) && (vstep > 0))) in setStep()
303 newStep = -vstep; in setStep()
305 newStep = vstep; in setStep()
313 DEBUG_DRANGE(stderr, "DoubleRange::setStep vstep:%.20f d_step:%.20f\n", vstep, d_step); in setStep()
420 void DoubleRange::setLogRange(double a, double b, double vstep, int pagesize) in setLogRange() argument
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_double_range.cpp172 void QwtDoubleRange::setRange(double vmin, double vmax, double vstep, int pageSize) in initDial()
186 setStep(vstep); in initDial()
211 void QwtDoubleRange::setStep(double vstep) in showBackground()
216 if (vstep == 0.0) in showBackground()
220 if ((intv > 0) && (vstep < 0) || (intv < 0) && (vstep > 0)) in showBackground()
221 newStep = -vstep; in showBackground()
223 newStep = vstep; in showBackground()
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_double_range.cpp172 void QwtDoubleRange::setRange(double vmin, double vmax, double vstep, int pageSize) in setRange() argument
186 setStep(vstep); in setRange()
211 void QwtDoubleRange::setStep(double vstep) in setStep() argument
216 if (vstep == 0.0) in setStep()
220 if ( (intv > 0 && vstep < 0) || (intv < 0 && vstep > 0) ) in setStep()
221 newStep = -vstep; in setStep()
223 newStep = vstep; in setStep()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dUpsample.c11 int vstep=0 , ii,nvox , ntin , ntout , do_one=0 , nup=-1 ; in main() local
226 if( verb && nvox > 499 ) vstep = nvox / 50 ; in main()
227 if( vstep > 0 ) fprintf(stderr,"++ voxel loop: ") ; in main()
234 if( vstep > 0 && ii%vstep==vstep-1 ) vstep_print() ; in main()
245 if( vstep > 0 ) fprintf(stderr," Done!\n") ; in main()
H A Dmri_nbistats.c205 int vstep , iiv , jjv , nvd,nve ; in THD_localbistat() local
234 vstep = (verb && nxyz > 66666) ? nxyz/50 : 0 ; in THD_localbistat()
235 if( vstep ) fprintf(stderr,"++ voxel loop:") ; in THD_localbistat()
251 if( vstep && ijk%vstep==vstep-1 ) vstep_print() ; in THD_localbistat()
268 if( vstep ) fprintf(stderr,"\n") ; in THD_localbistat()
H A Dsparse_array.c251 int lii,ljj,lin,lout,ithr,nthr,vstep,vii ; in create_sparse_corr_array() local
268 vstep = (int)( xvectim->nvec / (nthr*50.0f) + 0.901f ) ; vii = 0 ; in create_sparse_corr_array()
275 if( ithr == 0 && vstep > 2 ) /* allow small dsets 16 Jun 2011 [rickr] */ in create_sparse_corr_array()
278 if( vii%vstep == vstep/2 ) in create_sparse_corr_array()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_drawt_sse2.cpp294 fixed_t vstep = (fixed_t)((vend - vstart) * INTERPSTEP); in R_DrawSlopeSpanD_SSE2() local
305 vfrac += vstep; in R_DrawSlopeSpanD_SSE2()
316 const int spot0 = (((vfrac+vstep*0) >> 10) & 0xFC0) | (((ufrac+ustep*0) >> 16) & 63); in R_DrawSlopeSpanD_SSE2()
317 const int spot1 = (((vfrac+vstep*1) >> 10) & 0xFC0) | (((ufrac+ustep*1) >> 16) & 63); in R_DrawSlopeSpanD_SSE2()
318 const int spot2 = (((vfrac+vstep*2) >> 10) & 0xFC0) | (((ufrac+ustep*2) >> 16) & 63); in R_DrawSlopeSpanD_SSE2()
319 const int spot3 = (((vfrac+vstep*3) >> 10) & 0xFC0) | (((ufrac+ustep*3) >> 16) & 63); in R_DrawSlopeSpanD_SSE2()
333 vfrac += vstep * 4; in R_DrawSlopeSpanD_SSE2()
348 vfrac += vstep; in R_DrawSlopeSpanD_SSE2()
376 fixed_t vstep = (fixed_t)((vend - vstart) / count); in R_DrawSlopeSpanD_SSE2() local
385 vfrac += vstep; in R_DrawSlopeSpanD_SSE2()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/umath/
H A Dloops_unary_fp.dispatch.c.src102 const int vstep = npyv_nlanes_@sfx@;
103 const int wstep = vstep * @unroll@;
110 npyv_@sfx@ v_src@N@ = npyv_load_@sfx@(src + vstep*@N@);
112 npyv_@sfx@ v_src@N@ = npyv_loadn_@sfx@(src + ssrc*vstep*@N@, ssrc);
122 npyv_store_@sfx@(dst + vstep*@N@, v_unary@N@);
124 npyv_storen_@sfx@(dst + sdst*vstep*@N@, sdst, v_unary@N@);
129 for (; len > 0; len -= vstep, src += ssrc*vstep, dst += sdst*vstep) {
/dports/math/kfr/kfr-4.2.1/include/kfr/base/
H A Dgenerators.hpp105 …generator_linear(T start, T step) CMT_NOEXCEPT : step(step), vstep(step* width) { this->resync(sta… in generator_linear()
112 KFR_MEM_INTRINSIC void next() const CMT_NOEXCEPT { this->value += vstep; } in next()
116 T vstep; member
122 …generator_exp(T start, T step) CMT_NOEXCEPT : step(step), vstep(exp(make_vector(step* width))[0] -… in generator_exp()
132 KFR_MEM_INTRINSIC void next() const CMT_NOEXCEPT { this->value += this->value * vstep; } in next()
136 T vstep; member
171 …generator_exp2(T start, T step) CMT_NOEXCEPT : step(step), vstep(exp2(make_vector(step* width))[0]… in generator_exp2()
181 KFR_MEM_INTRINSIC void next() const CMT_NOEXCEPT { this->value += this->value * vstep; } in next()
185 T vstep; member
/dports/math/giacxcas/giac-1.6.0/src/
H A Dgauss.cc778 gen vstep=_VSTEP; in quadrique_reduite() local
779 vstep.subtype=_INT_PLOT; in quadrique_reduite()
805 vstep=symb_equal(vstep,cst_two_pi/20); in quadrique_reduite()
822 vstep=symb_equal(vstep,cst_two_pi/20); in quadrique_reduite()
836 vstep=symb_equal(vstep,cst_two_pi/20); in quadrique_reduite()
851 vstep=symb_equal(vstep,cst_two_pi/20); in quadrique_reduite()
883 vstep=symb_equal(vstep,cst_two_pi/20); in quadrique_reduite()
903 vstep=symb_equal(vstep,0.3); in quadrique_reduite()
944 vstep=symb_equal(vstep,cst_two_pi/20); in quadrique_reduite()
957 vstep=symb_equal(vstep,0.3); in quadrique_reduite()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dlapack.cpp123 vstep /= sizeof(V[0]); in JacobiImpl_()
128 V[i*vstep + i] = (_Tp)1; in JacobiImpl_()
211 rotate(V[vstep*k+i], V[vstep*l+i]); in JacobiImpl_()
255 std::swap(V[vstep*m + i], V[vstep*k + i]); in JacobiImpl_()
423 vstep /= sizeof(Vt[0]); in JacobiSVDImpl_()
437 Vt[i*vstep + k] = 0; in JacobiSVDImpl_()
438 Vt[i*vstep + i] = 1; in JacobiSVDImpl_()
487 _Tp *Vi = Vt + i*vstep, *Vj = Vt + j*vstep; in JacobiSVDImpl_()
529 std::swap(Vt[i*vstep + k], Vt[j*vstep + k]); in JacobiSVDImpl_()
1337 Mat v(n, n, type, ptr, vstep), w(n, 1, type, ptr + vstep*n), u; in solve()
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/deprecated/
H A Dim_clamp.c55 im_clamp( IMAGE *in, IMAGE *out, IMAGE *black, int hstep, int vstep ) in im_clamp() argument
95 newblacky = (vstep * black->Ysize - in->Ysize + y)/vstep; in im_clamp()
/dports/cad/jspice3/jspice3-2.5/src/lib/analysis/
H A Ddctan.c77 ckt->CKTdelta = job->DC.vstep[0];
122 outd->step = job->DC.vstep[0];
223 if ((dc->vstep[i] > 0 && tt > 1e-8) ||
224 (dc->vstep[i] < 0 && tt < 1e-8) ||
225 dc->vstep[i] == 0) {
283 ((SRCinstance*)dc->elt[i])->SRCdcValue += dc->vstep[i];
H A Ddctprse.c59 double vstart, vstop, vstep; local
84 vstep = INPevaluate(line,&error,1); /* vstep? */
86 ptemp.rValue = vstep;
H A Ddctaskq.c54 value->rValue = dc->vstep[0];
70 value->rValue = dc->vstep[1];
/dports/devel/ode/ode-0.13/ode/demo/
H A Ddemo_cards.cpp100 dReal vstep = cos(angle)*clength + eps; in place_cards() local
106 dReal height = (lvl)*vstep + vstep/2; in place_cards()
128 height + vstep/2); in place_cards()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dadjuster.cc35 Adjuster::Adjuster (Glib::ustring vlabel, double vmin, double vmax, double vstep, double vdefault, … in Adjuster() argument
67 vStep = vstep; in Adjuster()
163 setLimits (vmin, vmax, vstep, vdefault); in Adjuster()
365 void Adjuster::setLimits (double vmin, double vmax, double vstep, double vdefault) in setLimits() argument
371 …for (digits = 0; fabs(vstep * pow(double(10), digits) - floor(vstep * pow(double(10), digits))) > … in setLimits()
374 spin->set_increments (vstep, 2.0 * vstep); in setLimits()
379 slider->set_increments (vstep, 2.0 * vstep); in setLimits()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dadjuster.cc43 double vstep, in Adjuster() argument
65 vStep(vstep), in Adjuster()
115 setLimits(vmin, vmax, vstep, vdefault); in Adjuster()
308 void Adjuster::setLimits (double vmin, double vmax, double vstep, double vdefault) in setLimits() argument
313 double pow10 = vstep; in setLimits()
318 spin->set_increments(vstep, 2.0 * vstep); in setLimits()
324 slider->set_increments(vstep, 2.0 * vstep); in setLimits()

12345678910>>...16