Home
last modified time | relevance | path

Searched refs:astep (Results 26 – 50 of 178) sorted by relevance

12345678

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds9iterimp.c54 double eimpli[],int ideg,double astep,double aepsge, in s9iterimp() argument
57 void s9iterimp(epoint,epnt1,epar1,psurf1,eimpli,ideg,astep,aepsge, in s9iterimp()
65 double astep;
210 spoint[ki] = epoint[ki] + astep*epoint[ki+3]/tlnorm;
/dports/audio/zita-njbridge/zita-njbridge-0.4.8/source/
H A Dnetdata.h81 void put_audio (int chan, int offs, int nsamp, const float *adata, int astep);
82 void get_audio (int chan, int offs, int nsamp, float *adata, int astep) const;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/graph/
H A DRadarGrid.php177 $astep = 2 * M_PI / $nbrpnts;
202 $a += $astep;
206 $a += $astep;
H A DRadarGraph.php251 $astep = 2 * M_PI / $nbrpnts;
269 for ($i = 0, $a = M_PI / 2; $i < $nbrpnts; ++$i, $a += $astep) {
288 for ($i = 0, $a = M_PI / 2; $i < $nbrpnts; ++$i, $a += $astep) {
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/layers/
H A Dlayers_common.simd.hpp66 void fastGEMM( const float* aptr, size_t astep, const float* bptr,
617 void fastGEMM( const float* aptr, size_t astep, const float* bptr, in fastGEMM() argument
628 const float* aptr0 = aptr + astep*m; in fastGEMM()
629 const float* aptr1 = aptr + astep*std::min(m+1, ma-1); in fastGEMM()
630 const float* aptr2 = aptr + astep*std::min(m+2, ma-1); in fastGEMM()
631 const float* aptr3 = aptr + astep*std::min(m+3, ma-1); in fastGEMM()
677 const float* aptr0 = aptr + astep*m; in fastGEMM()
678 const float* aptr1 = aptr + astep*std::min(m+1, ma-1); in fastGEMM()
679 const float* aptr2 = aptr + astep*std::min(m+2, ma-1); in fastGEMM()
680 const float* aptr3 = aptr + astep*std::min(m+3, ma-1); in fastGEMM()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/ptr2d/detail/
H A Dgpumat.hpp113 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, T* adata, size_t astep) in GpuMat_() argument
114 : GpuMat(arows, acols, traits::Type<T>::value, adata, astep) in GpuMat_()
119 __host__ GpuMat_<T>::GpuMat_(Size asize, T* adata, size_t astep) in GpuMat_() argument
120 : GpuMat(asize.height, asize.width, traits::Type<T>::value, adata, astep) in GpuMat_()
/dports/math/octave-forge-ltfat/ltfat/src/modules/libltfat/src/
H A Ddgtrealmp_guts.c9 nidx = ++nidx>=p->N[w2]? nidx - p->N[w2]: nidx, knidx+=k->astep )
14 nidx = ++nidx>=p->N[w2]? nidx-p->N[w2]: nidx, nidx2++, knidx+=k->astep)
17 for ( ltfat_int nidx = 0, knidx = kstart2.n + (kdim2.width-nover)*k->astep; \
18 nidx < nover; nidx++, knidx+=k->astep ) { body}\
20 nidx < n2end; nidx++, knidx+=k->astep ) { body}}
190 (k->kval[k->size.height * (kstart2.n + k->astep * nuse) + in LTFAT_NAME()
609 kmid2->wmid = (k->mid.wmid - n2off) / k->astep; in LTFAT_NAME()
617 kstart2->n = k->mid.wmid - n2off - kmid2->wmid * k->astep; in LTFAT_NAME()
620 kdim2->width = ltfat_idivceil(kdim2->width - kstart2->n, k->astep); in LTFAT_NAME()
/dports/math/py-pymc3/pymc-3.11.4/pymc3/step_methods/
H A Dmetropolis.py196 def astep(self, q0): member in Metropolis
318 def astep(self, q0, logp): member in BinaryMetropolis
398 def astep(self, q0, logp): member in BinaryGibbsMetropolis
476 self.astep = self.astep_unif
479 self.astep = self.astep_prop
645 def astep(self, q0): member in DEMetropolis
806 def astep(self, q0): member in DEMetropolisZ
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudev/include/opencv2/cudev/ptr2d/
H A Dgpumat.hpp83 __host__ GpuMat_(int arows, int acols, T* adata, size_t astep = Mat::AUTO_STEP);
84 __host__ GpuMat_(Size asize, T* adata, size_t astep = Mat::AUTO_STEP);
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/meters.lv2/gui/
H A Debur.c612 const double astep = 1.5 * M_PI / (double) (amax - amin); in render_radar() local
613 const double aoff = (M_PI / 2.0) - amin * astep; in render_radar()
630 (double) (ang-1.0) * astep + aoff, (ang+1.0) * astep + aoff); in render_radar()
706 cairo_arc (cr, 0, 0, RADIUS, (double) (a0 + 1.0) * astep, (a0 + 9.f) * astep); in render_radar()
717 (double) ang * astep, (ang+1.5) * astep); in render_radar()
727 cairo_arc (cr, 0, 0, RADIUS, pos * astep, (pos + 1.0) * astep); in render_radar()
735 (double) ui->radar_pos_cur * astep, ((double) ui->radar_pos_cur + 1.0) * astep); in render_radar()
1250 const double astep = 1.5 * M_PI / (double) (amax - amin); in invalidate_histogram_line() local
1251 const double aoff = (M_PI / 2.0) - amin * astep; in invalidate_histogram_line()
1253 float ang0 = (float) (p-1) * astep + aoff; in invalidate_histogram_line()
[all …]
/dports/audio/wmsmixer/wmsmixer-0.5.1/
H A Dwmsmixer.cc73 bool astep=AFTERSTEP; variable
195 if(wmaker || ushape || astep) in main()
303 winsize=astep ? ASTEPSIZE : NORMSIZE; in initXWin()
331 if(wmaker || astep || pos) in initXWin()
432 astep=!astep; in scanArgs()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dbase.hpp561 CV_EXPORTS int LU(float* A, size_t astep, int m, float* b, size_t bstep, int n);
563 CV_EXPORTS int LU(double* A, size_t astep, int m, double* b, size_t bstep, int n);
565 CV_EXPORTS bool Cholesky(float* A, size_t astep, int m, float* b, size_t bstep, int n);
567 CV_EXPORTS bool Cholesky(double* A, size_t astep, int m, double* b, size_t bstep, int n);
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/casynth/
H A Dcasynth.c174 double astep = synth->waves.func_domain*(*synth->amod_freq_p)/synth->sample_rate; in run_casynth() local
261 astep);//note can't be dead about to start again in run_casynth()
377 astep); in run_casynth()
456 astep); in run_casynth()
/dports/science/libefp/libefp-1.5.0/efpmd/src/
H A Dgtest.c91 double astep = cfg_get_double(state->cfg, "num_step_angle"); in test_fgrad() local
105 double step = j < 3 ? dstep : astep; in test_fgrad()
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dautocalib.cpp50 static inline bool decomposeCholesky(double* A, size_t astep, int m) in decomposeCholesky() argument
52 if (!hal::Cholesky64f(A, astep, m, 0, 0, 0)) in decomposeCholesky()
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_radar.php470 $astep=2*M_PI/$nbrpnts;
495 $a += $astep;
499 $a += $astep;
780 $astep=2*M_PI/$nbrpnts;
799 for( $i=0,$a=M_PI/2; $i < $nbrpnts; ++$i, $a += $astep ) {
819 for( $i=0,$a=M_PI/2; $i < $nbrpnts; ++$i, $a += $astep ) {
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph_radar.php348 $astep=2*M_PI/$nbrpnts;
365 $a += $astep;
555 $astep=2*M_PI/$nbrpnts;
565 for( $i=0,$a=M_PI/2; $i < $nbrpnts; ++$i, $a += $astep ) {
577 for( $i=0,$a=M_PI/2; $i < $nbrpnts; ++$i, $a += $astep ) {
/dports/games/bzflag-server/bzflag-2.4.22/src/obstacle/
H A DArcObstacle.cxx251 const float astep = a / (float) divisions; in makePie() local
255 float ang = r + (astep * (float)i); in makePie()
298 float ang = astep * (float)i; in makePie()
457 const float astep = a / (float) divisions; in makeRing() local
461 float ang = r + (astep * (float)i); in makeRing()
/dports/deskutils/moregroupware/moregroupware/include/jpgraph1/
H A Djpgraph_radar.php369 $astep=2*M_PI/$nbrpnts;
386 $a += $astep;
584 $astep=2*M_PI/$nbrpnts;
594 for( $i=0,$a=M_PI/2; $i < $nbrpnts; ++$i, $a += $astep ) {
606 for( $i=0,$a=M_PI/2; $i < $nbrpnts; ++$i, $a += $astep ) {
/dports/games/bzflag/bzflag-2.4.22/src/obstacle/
H A DArcObstacle.cxx251 const float astep = a / (float) divisions; in makePie() local
255 float ang = r + (astep * (float)i); in makePie()
298 float ang = astep * (float)i; in makePie()
457 const float astep = a / (float) divisions; in makeRing() local
461 float ang = r + (astep * (float)i); in makeRing()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DAxesDialog.cpp1436 double astep = d_graph->axisStep(a); in updateScale() local
1484 if (abs(astep * 24. - round(astep * 24.)) < 1e-6 * astep) { in updateScale()
1485 astep *= 24; in updateScale()
1487 } else if (abs(astep * 1440. - round(astep * 1440.)) < 1e-6 * astep) { in updateScale()
1488 astep *= 1440.; in updateScale()
1490 } else if (abs(astep * 86400. - round(astep * 86400.)) < 1e-6 * astep) { in updateScale()
1491 astep *= 86400.; in updateScale()
1494 boxStep->setText(QString::number(astep)); in updateScale()
/dports/lang/php73/php-7.3.33/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h44 struct pdo_sqlite_fci afunc, astep, afini; member
/dports/databases/php73-pdo_sqlite/php-7.3.33/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h44 struct pdo_sqlite_fci afunc, astep, afini; member
/dports/databases/php74-pdo_sqlite/php-7.4.27/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h44 struct pdo_sqlite_fci afunc, astep, afini; member
/dports/databases/php80-pdo_sqlite/php-8.0.15/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h42 struct pdo_sqlite_fci afunc, astep, afini; member

12345678