Home
last modified time | relevance | path

Searched defs:get_average (Results 1 – 17 of 17) sorted by relevance

/dports/devel/py-traits/traits-6.3.2/traits/tests/
H A Dtest_interfaces.py47 def get_average(self): member in IAverage
84 def get_average(self): member in SampleAverage
100 def get_average(self): member in UndeclaredAverageProvider
128 def get_average(self): member in ListAverageAdapter
188 def get_average(self): member in InterfacesTest.test_provides_one.Test
201 def get_average(self): member in InterfacesTest.test_provides_multi.Test
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dtimestats.c66 gdouble get_average(const nstime_t *sum, guint32 num) in get_average() function
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dtimestats.c66 gdouble get_average(const nstime_t *sum, guint32 num) in get_average() function
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dtimestats.c66 gdouble get_average(const nstime_t *sum, guint32 num) in get_average() function
/dports/ftp/paraget/paraget-0.3.0/lib/Net/Paraget/
H A DServerQueue.pm41 sub get_average subroutine
H A DServerList.pm79 sub get_average subroutine
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/rfnoc/blocks/rfnoc_block_moving_avg/
H A DPkgMovingAverage.sv57 function int get_average(); function in PkgMovingAverage.MovingAverage
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mfpf/
H A Dmfpf_sad_vec_cost.cxx56 void mfpf_sad_vec_cost::get_average(vnl_vector<double>& v) const in get_average() function in mfpf_sad_vec_cost
H A Dmfpf_ssd_vec_cost.cxx48 void mfpf_ssd_vec_cost::get_average(vnl_vector<double>& v) const in get_average() function in mfpf_ssd_vec_cost
H A Dmfpf_log_lin_class_cost.cxx44 void mfpf_log_lin_class_cost::get_average(vnl_vector<double>& v) const in get_average() function in mfpf_log_lin_class_cost
/dports/devel/py-python-statsd/python-statsd-2.1.0/statsd/
H A Dclient.py72 def get_average(self, name=None): member in Client
/dports/graphics/sdump/sdump-c5fb55b/
H A Dimage.h58 static inline void get_average(struct image *img, uint8_t *data, int x_from, int y_from, int x_to, … in get_average() function
/dports/misc/cxxmatrix/cxxmatrix-e70ecca/
H A Dmandel.hpp61 double get_average(double x, double y, int R) const { in get_average() function in cxxmatrix::mandelbrot_t
/dports/lang/gnu-apl/apl-1.8/src/
H A DPerformance.hh134 uint64_t get_average() const in get_average() function in Statistics_record
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/QualityAssessor/
H A DQualityAssessor.cpp228 double QualityAssessor::Assessor::get_average() const in get_average() function in MBMesquite::QualityAssessor::Assessor
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGLCanvas3D.hpp360 … int64_t get_average() const { return m_frames.empty() ? 0 : m_curr_total / m_frames.size(); } in get_average() function in Slic3r::GUI::GLCanvas3D::RenderStats
/dports/graphics/sdump/sdump-c5fb55b/static/
H A Dsdump.c637 static inline void get_average(struct image *img, uint8_t *data, int x_from, int y_from, int x_to, … in get_average() function