Home
last modified time | relevance | path

Searched refs:_sum (Results 251 – 275 of 932) sorted by last modified time

1...<<11121314151617181920>>...38

/dports/sysutils/gnome-system-monitor/gnome-system-monitor-41.0/po/
H A Dsk.po536 msgstr "Zobraziť _sumáre siete v Bitoch"
/dports/science/py-chempy/chempy-0.8.2/chempy/tests/
H A Dtest_units.py42 _sum,
412 assert (_sum([0.1 * u.metre, 1 * u.decimetre]) - 2 * u.decimetre) / u.metre == 0
/dports/science/py-chempy/chempy-0.8.2/chempy/util/tests/
H A Dtest_stoich.py12 from chempy.units import units_library, allclose, _sum
90 assert abs((_sum(G_H2O) + ref) / ref) < 1e-3
/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dkactivitytracker.h40 long sum() const { return _sum; } in sum()
82 long _sum;
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dbasicadj.c822 static void _get_sum_and_average(const uint32_t *const histogram, const int hist_size, float *_sum,… in _get_sum_and_average() argument
836 *_sum = sum; in _get_sum_and_average()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_statistics.py1183 T, value, n = statistics._sum(*args)
1194 self.func = statistics._sum
1263 self.assertEqual(statistics._sum([1, 1e100, 1, -1e100]*10000),
1265 self.assertEqual(statistics._sum([1e100, 1, 1, -1e100]*10000),
1267 T, num, count = statistics._sum([1e-100, 1, 1e-100, -1]*10000)
1279 result = statistics._sum([1, nan, 2])[1]
1292 result = statistics._sum([1, 2, inf, 3])[1]
1295 result = statistics._sum([1, 2, inf, 3, inf, 4])[1]
1311 result = statistics._sum([1, 2, inf, 3, -inf, 4])[1]
1319 self.assertTrue(math.isnan(statistics._sum(data)[1]))
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dstatistics.py123 def _sum(data, start=0): function
316 T, total, count = _sum(data)
406 T, total, count = _sum(1/x for x in _fail_neg(data, errmsg))
686 T, total, count = _sum((x-c)**2 for x in data)
689 T, total, count = _sum((x-c)**2 for x in data)
692 U, total2, count2 = _sum((x-c) for x in data)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_statistics.py1183 T, value, n = statistics._sum(*args)
1194 self.func = statistics._sum
1263 self.assertEqual(statistics._sum([1, 1e100, 1, -1e100]*10000),
1265 self.assertEqual(statistics._sum([1e100, 1, 1, -1e100]*10000),
1267 T, num, count = statistics._sum([1e-100, 1, 1e-100, -1]*10000)
1279 result = statistics._sum([1, nan, 2])[1]
1292 result = statistics._sum([1, 2, inf, 3])[1]
1295 result = statistics._sum([1, 2, inf, 3, inf, 4])[1]
1311 result = statistics._sum([1, 2, inf, 3, -inf, 4])[1]
1319 self.assertTrue(math.isnan(statistics._sum(data)[1]))
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dstatistics.py123 def _sum(data, start=0): function
316 T, total, count = _sum(data)
406 T, total, count = _sum(1/x for x in _fail_neg(data, errmsg))
686 T, total, count = _sum((x-c)**2 for x in data)
689 T, total, count = _sum((x-c)**2 for x in data)
692 U, total2, count2 = _sum((x-c) for x in data)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_statistics.py1183 T, value, n = statistics._sum(*args)
1194 self.func = statistics._sum
1263 self.assertEqual(statistics._sum([1, 1e100, 1, -1e100]*10000),
1265 self.assertEqual(statistics._sum([1e100, 1, 1, -1e100]*10000),
1267 T, num, count = statistics._sum([1e-100, 1, 1e-100, -1]*10000)
1279 result = statistics._sum([1, nan, 2])[1]
1292 result = statistics._sum([1, 2, inf, 3])[1]
1295 result = statistics._sum([1, 2, inf, 3, inf, 4])[1]
1311 result = statistics._sum([1, 2, inf, 3, -inf, 4])[1]
1319 self.assertTrue(math.isnan(statistics._sum(data)[1]))
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dstatistics.py123 def _sum(data, start=0): function
316 T, total, count = _sum(data)
406 T, total, count = _sum(1/x for x in _fail_neg(data, errmsg))
686 T, total, count = _sum((x-c)**2 for x in data)
689 T, total, count = _sum((x-c)**2 for x in data)
692 U, total2, count2 = _sum((x-c) for x in data)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dstatistics.py123 def _sum(data, start=0): function
316 T, total, count = _sum(data)
406 T, total, count = _sum(1/x for x in _fail_neg(data, errmsg))
686 T, total, count = _sum((x-c)**2 for x in data)
689 T, total, count = _sum((x-c)**2 for x in data)
692 U, total2, count2 = _sum((x-c) for x in data)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_statistics.py1183 T, value, n = statistics._sum(*args)
1194 self.func = statistics._sum
1263 self.assertEqual(statistics._sum([1, 1e100, 1, -1e100]*10000),
1265 self.assertEqual(statistics._sum([1e100, 1, 1, -1e100]*10000),
1267 T, num, count = statistics._sum([1e-100, 1, 1e-100, -1]*10000)
1279 result = statistics._sum([1, nan, 2])[1]
1292 result = statistics._sum([1, 2, inf, 3])[1]
1295 result = statistics._sum([1, 2, inf, 3, inf, 4])[1]
1311 result = statistics._sum([1, 2, inf, 3, -inf, 4])[1]
1319 self.assertTrue(math.isnan(statistics._sum(data)[1]))
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_random_generator_demo.cpp31 _sum = 0; in update()
51 _sum += (c >> 24); in update()
86 return qreal(1<<24) * qreal(_sum) / qreal(_wx * _wy); in mean()
H A Dkis_random_generator_demo.h38 quint64 _min, _max, _sum; variable
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/expr/
H A Dsympy_tools.py32 sympy.Add: _sum,
94 def _sum(*x): function
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/zclconf/go-cty/docs/
H A Dtypes.md310 `cty` doesn't have _sum types_ (i.e. union types), so `cty.DynamicPseudoType`
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Ddget.pl256 my ($_sum, $_file) = ($1, $2);
259 get_file($dir, $_file, $_sum) or return;
/dports/x11/mate-applets/mate-applets-1.26.0/po/
H A Dta.po1807 msgid "Show _sum instead of in & out"
H A Dte.po1801 msgid "Show _sum instead of in & out"
H A Dth.po1794 msgid "Show _sum instead of in & out"
H A Dtk.po1772 msgid "Show _sum instead of in & out"
H A Duk.po1864 msgid "Show _sum instead of in & out"
H A Dtr.po1828 msgid "Show _sum instead of in & out"
H A Dur.po1812 msgid "Show _sum instead of in & out"

1...<<11121314151617181920>>...38