Home
last modified time | relevance | path

Searched refs:d_delta (Results 1 – 18 of 18) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Ddelay_impl.cc49 d_delta = 0; in delay_impl()
72 d_delta += dly() - old; in set_dly()
89 if (d_delta == 0) { in general_work()
100 else if (d_delta < 0) { in general_work()
102 int delta = -d_delta; in general_work()
113 d_delta = -delta; in general_work()
119 n_from_input = std::max(0, noutput_items - d_delta); in general_work()
120 n_padding = std::min(d_delta, noutput_items); in general_work()
129 d_delta -= n_padding; in general_work()
H A Ddelay_impl.h38 int d_delta; variable
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/examples/
H A Dtry_gof_chisquare.py46 d_delta = ((freq / float(nobs) - probs_d)**2 / probs_d).sum() variable
47 print(d_delta)
55 print(stats.ncx2.sf(chisq, n_bins, d_delta * nobs))
56 print(chisquare(freq, nobs*probs_d, value=np.sqrt(d_delta)))
60 assert_almost_equal(stats.chi2.sf(d_delta * nobs, n_bins - 1),
/dports/biology/diamond/diamond-2.0.13/src/lib/alp/
H A Dnjn_localmaxstat.hpp72 d_delta (0), d_thetaMinusDelta (0.0), in LocalMaxStat()
82 d_delta (0), d_thetaMinusDelta (0.0), in LocalMaxStat()
151 inline long int getDelta () const {return d_delta;} // span in getDelta()
173 long int d_delta; // span member in Njn::LocalMaxStat
H A Dnjn_localmaxstat.cpp80 d_delta = 0; in clear()
119 d_delta = delta_; in copy()
186 d_delta = LocalMaxStatUtil::delta (getDimension (), getScore ()); in copy()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/alp/
H A Dnjn_localmaxstat.hpp72 d_delta (0), d_thetaMinusDelta (0.0), in LocalMaxStat()
82 d_delta (0), d_thetaMinusDelta (0.0), in LocalMaxStat()
151 inline long int getDelta () const {return d_delta;} // span in getDelta()
173 long int d_delta; // span member in Njn::LocalMaxStat
H A Dnjn_localmaxstat.cpp80 d_delta = 0; in clear()
119 d_delta = delta_; in copy()
186 d_delta = LocalMaxStatUtil::delta (getDimension (), getScore ()); in copy()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/gumbel_params/
H A Dnjn_localmaxstat.hpp75 d_delta (0), d_thetaMinusDelta (0.0), in LocalMaxStat()
85 d_delta (0), d_thetaMinusDelta (0.0), in LocalMaxStat()
154 inline Int4 getDelta () const {return d_delta;} // span in getDelta()
176 Int4 d_delta; // span member in LocalMaxStat
H A Dnjn_localmaxstat.cpp87 d_delta = 0; in clear()
126 d_delta = delta_; in copy()
190 d_delta = LocalMaxStatUtil::delta (getDimension (), getScore ()); in copy()
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/
H A Dpowerlaws.py330 d_delta = np.zeros_like(xx)
342 d_delta[i] = f[i] * (-(alpha_1 - alpha_2) * np.log(2))
353 d_delta[i] = f[i] * (-(alpha_1 - alpha_2) * np.log(2))
366 d_delta[i] = f[i] * (alpha_1 - alpha_2) \
369 return [d_amplitude, d_x_break, d_alpha_1, d_alpha_2, d_delta]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/
H A DColorTablePrivate.hxx264 const double d_delta = r.Length() / d_samples; in sampleColorTable() local
276 vtkm::Abs(static_cast<double>(f_delta) - d_delta) <= tolerance) in sampleColorTable()
289 buildSampleHandle(samples, numSamples, r.Min, r.Max, d_delta, appendNanAndRangeColors); in sampleColorTable()
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dpartial_model.cpp41 d_delta(-1,1), in ArithVariables()
307 return d_delta; in getDelta()
658 d_delta = d; in setDelta()
H A Dpartial_model.h230 Rational d_delta; variable
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brec/
H A Dbrec_part_hierarchy_learner.cxx493 float d_delta = radius_/float(d_nbins); in layer_n_fit_distributions() local
513 d_ms.trim_modes(d_set, 2*d_delta); in layer_n_fit_distributions()
530 float pt = float(aa+1)*d_delta; in layer_n_fit_distributions()
532 d_hist->upcount(float(aa+1)*d_delta, val); in layer_n_fit_distributions()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Daction.cpp354 d_delta(dest - s->getPos()), d_moves_left(s->getMoves()), in Action_Move()
360 :Action(a), d_stack(a.d_stack), d_dest(a.d_dest), d_delta(a.d_delta), in Action_Move()
372 helper->getData(d_delta.x, "delta_x"); in Action_Move()
373 helper->getData(d_delta.y, "delta_y"); in Action_Move()
393 retval &= helper->saveData("delta_x", d_delta.x); in doSave()
394 retval &= helper->saveData("delta_y", d_delta.y); in doSave()
H A Daction.h221 Vector<int> getPositionDelta() const {return d_delta;}; in getPositionDelta()
232 Vector<int> d_delta; variable
/dports/games/vultures-eye/vulture-2.3.67/vulture/winclass/
H A Dlevelwin.cpp1152 point d_delta[4] = {{-1,1}, {-1,-1}, {1,-1}, {1,1}}; in get_floor_edges() local
1180 x2 = x+d_delta[i%4].x; in get_floor_edges()
1181 y2 = y+d_delta[i%4].y; in get_floor_edges()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DColorTable.cxx303 const vtkm::Float64 d_delta = r.Length() / d_samples; in sampleColorTable() local
315 vtkm::Abs(static_cast<vtkm::Float64>(f_delta) - d_delta) <= tolerance) in sampleColorTable()
324 auto handle = buildSampleHandle((numSamples - 1), r.Min, r.Max, d_delta, appendNanAndRangeColors); in sampleColorTable()