Home
last modified time | relevance | path

Searched refs:_sum (Results 451 – 475 of 932) sorted by relevance

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

/dports/net/pear-Net_CDDB/Net_CDDB-0.3.0/CDDB/
H A DUtilities.php40 $n = $n + Net_CDDB_Utilities::_sum($track_offsets[$i] / 75);
56 function _sum($n) function in Net_CDDB_Utilities
/dports/devel/py-opencensus/opencensus-0.7.13/opencensus/metrics/export/
H A Dvalue.py272 self._sum = sum_
295 return self._sum
/dports/textproc/angle-grinder/angle-grinder-0.18.0/tests/structured_tests/
H A Darrays_1.toml10 _sum
H A Dsplit_5.toml11 _sum
H A Dnested_values_2.toml10 _sum
H A Dsplit_6.toml12 _sum
/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/
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/python38/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/python310/Python-3.10.1/Lib/
H A Dstatistics.py150 def _sum(data): function
329 T, total, count = _sum(data)
425 _, sum_weights, _ = _sum(w for w in _fail_neg(weights, errmsg))
428 T, total, count = _sum(w / x if w else 0 for w, x in zip(weights, data))
706 T, total, count = _sum((x-c)**2 for x in data)
708 T, total, count = _sum(data)
/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/lang/rust/rustc-1.58.1-src/src/test/ui/error-codes/
H A DE0503.rs4 let _sum = value + 1; //~ ERROR E0503 in main() localVariable
/dports/www/domoticz/domoticz-2020.2/dzVents/runtime/
H A DHistoricalStorage.lua275 local function _sum(items) function
288 local sum, count = _sum(items)
392 return _sum(subset)
401 return _sum(subset)
/dports/science/code_saturne/code_saturne-7.1.0/src/cdo/
H A Dcs_domain_op.c149 cs_real_t _min = array[0], _max = array[0], _sum = 0.; in _analyze_cell_array() local
152 &_min, &_max, &_sum); in _analyze_cell_array()
163 sum = _sum; in _analyze_cell_array()
168 min = _min, max = _max, sum = _sum; in _analyze_cell_array()
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DNanoTimer.h39 unsigned long long _start, _end, _sum;
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/loss/
H A Dcrf1d.py9 from chainer.functions.math import sum as _sum unknown
147 return _sum.sum(loss) / n_batch
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/debugger/new/test/mochitest/examples/wasm-sourcemaps/
H A DREADME.md4 emcc average.c -O2 -g4 -o average.js -s WASM=1 -s EXPORTED_FUNCTIONS="['_average','_sum']"
/dports/graphics/py-plotly/plotly-4.14.3/plotly/validators/layout/ternary/
H A D__init__.py5 from ._sum import SumValidator
/dports/science/py-OpenMC/openmc-0.12.2/openmc/
H A Dtallies.py117 self._sum = None
214 self._sum = sum_
219 self._sum = sps.lil_matrix(self._sum.flatten(), self._sum.shape)
234 return np.reshape(self._sum.toarray(), self.shape)
236 return self._sum
410 self._sum = sum
433 if self._sum is not None:
434 self._sum = sps.lil_matrix(self._sum.flatten(), self._sum.shape)
449 if self._sum is not None:
450 self._sum = np.reshape(self._sum.toarray(), self.shape)
[all …]
/dports/science/openmc/openmc-0.12.2/openmc/
H A Dtallies.py117 self._sum = None
214 self._sum = sum_
219 self._sum = sps.lil_matrix(self._sum.flatten(), self._sum.shape)
234 return np.reshape(self._sum.toarray(), self.shape)
236 return self._sum
410 self._sum = sum
433 if self._sum is not None:
434 self._sum = sps.lil_matrix(self._sum.flatten(), self._sum.shape)
449 if self._sum is not None:
450 self._sum = np.reshape(self._sum.toarray(), self.shape)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/tracing/tracing/value/
H A Dhistogram.py253 self._sum = 0.0
284 return self._sum
309 self._sum += x
329 self._mean = self._sum / self.count
337 result._sum = self._sum + other._sum
347 result._mean = float(result._sum) / result._count
381 FloatAsFloatOrInt(self._sum),
398 proto.sum = self._sum or 0
414 result._sum, result._variance] = [int(dct[0])] + [
429 result._sum = proto.sum
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/tracing/tracing/value/
H A Dhistogram.py254 self._sum = 0.0
285 return self._sum
310 self._sum += x
330 self._mean = self._sum / self.count
338 result._sum = self._sum + other._sum
348 result._mean = float(result._sum) / result._count
382 FloatAsFloatOrInt(self._sum),
399 proto.sum = self._sum or 0
415 result._sum, result._variance] = [int(dct[0])] + [
430 result._sum = proto.sum
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahNumberSeq.hpp59 size_t _sum; member in BinaryMagnitudeSeq
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/
H A DshenandoahNumberSeq.hpp59 size_t _sum; member in BinaryMagnitudeSeq

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