Home
last modified time | relevance | path

Searched refs:calculated (Results 1 – 25 of 8597) sorted by relevance

12345678910>>...344

/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Driskstats.cpp70 Real calculated, expected; in testResults() local
95 calculated = s.weightSum(); in testResults()
107 calculated = igs.min(); in testResults()
115 calculated = s.min(); in testResults()
127 calculated = igs.max(); in testResults()
135 calculated = s.max(); in testResults()
149 calculated = igs.mean(); in testResults()
159 calculated = s.mean(); in testResults()
183 calculated = s.variance(); in testResults()
233 calculated = s.skewness(); in testResults()
[all …]
H A Dexchangerate.cpp47 if (!close(calculated,expected)) { in testDirect()
53 calculated = eur_usd.exchange(m2); in testDirect()
56 if (!close(calculated,expected)) { in testDirect()
82 if (!close(calculated,expected)) { in testDerived()
88 calculated = derived.exchange(m2); in testDerived()
91 if (!close(calculated,expected)) { in testDerived()
123 if (!close(calculated,expected)) { in testDirectLookup()
132 calculated = eur_usd.exchange(m1); in testDirectLookup()
135 if (!close(calculated,expected)) { in testDirectLookup()
145 calculated = usd_eur.exchange(m2); in testDirectLookup()
[all …]
H A Dstats.cpp51 Real calculated, expected; in check() local
60 calculated = s.weightSum(); in check()
61 if (calculated != expected) in check()
67 calculated = s.min(); in check()
74 calculated = s.max(); in check()
82 calculated = s.mean(); in check()
89 calculated = s.variance(); in check()
103 calculated = s.skewness(); in check()
159 calculated = ss.min(); in checkSequence()
170 calculated = ss.max(); in checkSequence()
[all …]
H A Dcovariance.cpp49 Real expected, calculated; in testRankReduction() local
70 calculated = calcCorr[i][j]; in testRankReduction()
71 if (std::fabs(calculated-expected) > 1.0e-10) in testRankReduction()
108 Real expected, calculated; in testSalvagingMatrix() local
130 calculated = calcCorr[i][j]; in testSalvagingMatrix()
198 Real expected, calculated; in testCovariance() local
202 calculated = calcCor[i][j]; in testCovariance()
211 calculated = calcCov[i][j]; in testCovariance()
225 Real calculated = calcCov[i][j], in testCovariance() local
245 calculated = calcStd[i]; in testCovariance()
[all …]
H A Drounding.cpp76 Real calculated = closest(testData[i].x); in testClosest() local
78 if (!close(calculated,expected,1)) in testClosest()
83 << "Calculated: " << calculated); in testClosest()
96 Real calculated = up(testData[i].x); in testUp() local
98 if (!close(calculated,expected,1)) in testUp()
116 Real calculated = down(testData[i].x); in testDown() local
118 if (!close(calculated,expected,1)) in testDown()
136 Real calculated = floor(testData[i].x); in testFloor() local
138 if (!close(calculated,expected,1)) in testFloor()
156 Real calculated = ceiling(testData[i].x); in testCeiling() local
[all …]
H A Dfunctions.cpp38 Real calculated = Factorial::get(0); in testFactorial() local
39 if (calculated!=expected) in testFactorial()
40 BOOST_FAIL("Factorial(0) = " << calculated); in testFactorial()
44 calculated = Factorial::get(i); in testFactorial()
45 if (std::fabs(calculated-expected)/expected > 1.0e-9) in testFactorial()
48 "\n calculated: " << calculated << in testFactorial()
60 Real calculated = GammaFunction().logValue(1); in testGammaFunction() local
61 if (std::fabs(calculated) > 1.0e-15) in testGammaFunction()
70 if (std::fabs(calculated-expected)/expected > 1.0e-9) in testGammaFunction()
101 const Real calculated = GammaFunction().value(x); in testGammaValues() local
[all …]
/dports/www/moodle310/moodle/lib/
H A Dgraphlib.php190 $this->calculated['outer_border'] = $this->calculated['boundary_box'];
207 $this->calculated['boundary_box']['bottom'] -= $this->calculated['bottom_inner_padding'];
214 $this->calculated['boundary_box']['left'] += $this->calculated['left_inner_padding'];
221 $this->calculated['boundary_box']['right'] -= $this->calculated['right_inner_padding'];
224 $this->calculated['inner_border'] = $this->calculated['boundary_box'];
525 …$this->calculated['zero_axis'] = round($this->calculated['boundary_box']['top'] + ($this->calcula…
526 …age, $this->calculated['boundary_box']['left'], $this->calculated['zero_axis'], $this->calculated[…
533 …$this->calculated['zero_axis'] = round($this->calculated['boundary_box']['top'] + ($this->calcula…
534 …age, $this->calculated['boundary_box']['left'], $this->calculated['zero_axis'], $this->calculated[…
726 $yRange = $this->calculated['y_axis_left']['max'] - $this->calculated['y_axis_left']['min'];
[all …]
/dports/www/moodle311/moodle/lib/
H A Dgraphlib.php190 $this->calculated['outer_border'] = $this->calculated['boundary_box'];
207 $this->calculated['boundary_box']['bottom'] -= $this->calculated['bottom_inner_padding'];
214 $this->calculated['boundary_box']['left'] += $this->calculated['left_inner_padding'];
221 $this->calculated['boundary_box']['right'] -= $this->calculated['right_inner_padding'];
224 $this->calculated['inner_border'] = $this->calculated['boundary_box'];
525 …$this->calculated['zero_axis'] = round($this->calculated['boundary_box']['top'] + ($this->calcula…
526 …age, $this->calculated['boundary_box']['left'], $this->calculated['zero_axis'], $this->calculated[…
533 …$this->calculated['zero_axis'] = round($this->calculated['boundary_box']['top'] + ($this->calcula…
534 …age, $this->calculated['boundary_box']['left'], $this->calculated['zero_axis'], $this->calculated[…
726 $yRange = $this->calculated['y_axis_left']['max'] - $this->calculated['y_axis_left']['min'];
[all …]
/dports/www/moodle39/moodle/lib/
H A Dgraphlib.php190 $this->calculated['outer_border'] = $this->calculated['boundary_box'];
207 $this->calculated['boundary_box']['bottom'] -= $this->calculated['bottom_inner_padding'];
214 $this->calculated['boundary_box']['left'] += $this->calculated['left_inner_padding'];
221 $this->calculated['boundary_box']['right'] -= $this->calculated['right_inner_padding'];
224 $this->calculated['inner_border'] = $this->calculated['boundary_box'];
525 …$this->calculated['zero_axis'] = round($this->calculated['boundary_box']['top'] + ($this->calcula…
526 …age, $this->calculated['boundary_box']['left'], $this->calculated['zero_axis'], $this->calculated[…
533 …$this->calculated['zero_axis'] = round($this->calculated['boundary_box']['top'] + ($this->calcula…
534 …age, $this->calculated['boundary_box']['left'], $this->calculated['zero_axis'], $this->calculated[…
726 $yRange = $this->calculated['y_axis_left']['max'] - $this->calculated['y_axis_left']['min'];
[all …]
/dports/graphics/py-pygraph/pygraph-0.2.1-4-g037bb2f/tests/
H A Dtest_biconnected_components.py20 self.assertEqual(expected, calculated)
29 self.assertEqual(expected, calculated)
38 self.assertEqual(expected, calculated)
46 calculated[0].sort()
56 calculated[0].sort()
66 calculated[0].sort()
76 calculated[0].sort()
86 calculated[0].sort()
96 calculated[0].sort()
225 calculated.sort()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Dinnochecksum_linux.result14 page::#; old style: calculated = #; recorded = #
17 page::#; old style: calculated = #; recorded = #
20 page::#; old style: calculated = #; recorded = #
23 page::#; old style: calculated = #; recorded = #
26 page::#; old style: calculated = #; recorded = #
37 page::#; old style: calculated = #; recorded = #
40 page::#; old style: calculated = #; recorded = #
52 page::#; old style: calculated = #; recorded = #
57 page::#; old style: calculated = #; recorded = #
62 page::#; old style: calculated = #; recorded = #
[all …]
/dports/www/moodle310/moodle/question/type/calculated/
H A Dstyles.css1 .que.calculated .answer {
6 .que.calculated .answer input[type="text"] {
11 #page-question-type-calculated input[name^="answer"],
12 #page-question-type-calculated input[name^="unit"],
13 #page-question-type-calculated input[name^="multiplier"],
14 #page-question-type-calculated input[name^="calcmax"],
15 #page-question-type-calculated input[name^="calcmin"],
16 #page-question-type-calculated input[name^="number"],
17 #page-question-type-calculated input[name^="tolerance"] {
23 body#page-question-type-calculated div[id^=fgroup_id_][id*=answeroptions_],
[all …]
/dports/www/moodle311/moodle/question/type/calculated/
H A Dstyles.css1 .que.calculated .answer {
6 .que.calculated .answer input[type="text"] {
11 #page-question-type-calculated input[name^="answer"],
12 #page-question-type-calculated input[name^="unit"],
13 #page-question-type-calculated input[name^="multiplier"],
14 #page-question-type-calculated input[name^="calcmax"],
15 #page-question-type-calculated input[name^="calcmin"],
16 #page-question-type-calculated input[name^="number"],
17 #page-question-type-calculated input[name^="tolerance"] {
23 body#page-question-type-calculated div[id^=fgroup_id_][id*=answeroptions_],
[all …]
/dports/www/moodle39/moodle/question/type/calculated/
H A Dstyles.css1 .que.calculated .answer {
6 .que.calculated .answer input[type="text"] {
11 #page-question-type-calculated input[name^="answer"],
12 #page-question-type-calculated input[name^="unit"],
13 #page-question-type-calculated input[name^="multiplier"],
14 #page-question-type-calculated input[name^="calcmax"],
15 #page-question-type-calculated input[name^="calcmin"],
16 #page-question-type-calculated input[name^="number"],
17 #page-question-type-calculated input[name^="tolerance"] {
23 body#page-question-type-calculated div[id^=fgroup_id_][id*=answeroptions_],
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/innodb/r/
H A Dinnodb-wl6045-linux.result14 page::#; old style: calculated = #; recorded = #
17 page::#; old style: calculated = #; recorded = #
20 page::#; old style: calculated = #; recorded = #
23 page::#; old style: calculated = #; recorded = #
34 page::#; old style: calculated = #; recorded = #
48 page::#; old style: calculated = #; recorded = #
53 page::#; old style: calculated = #; recorded = #
58 page::#; old style: calculated = #; recorded = #
63 page::#; old style: calculated = #; recorded = #
143 page::#; old style: calculated = #; recorded = #
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dinnodb-wl6045-linux.result14 page::#; old style: calculated = #; recorded = #
17 page::#; old style: calculated = #; recorded = #
20 page::#; old style: calculated = #; recorded = #
23 page::#; old style: calculated = #; recorded = #
34 page::#; old style: calculated = #; recorded = #
48 page::#; old style: calculated = #; recorded = #
53 page::#; old style: calculated = #; recorded = #
58 page::#; old style: calculated = #; recorded = #
63 page::#; old style: calculated = #; recorded = #
143 page::#; old style: calculated = #; recorded = #
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/innodb/r/
H A Dinnodb-wl6045-linux.result14 page::#; old style: calculated = #; recorded = #
17 page::#; old style: calculated = #; recorded = #
20 page::#; old style: calculated = #; recorded = #
23 page::#; old style: calculated = #; recorded = #
34 page::#; old style: calculated = #; recorded = #
48 page::#; old style: calculated = #; recorded = #
53 page::#; old style: calculated = #; recorded = #
58 page::#; old style: calculated = #; recorded = #
63 page::#; old style: calculated = #; recorded = #
143 page::#; old style: calculated = #; recorded = #
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dinnodb-wl6045-linux.result14 page::#; old style: calculated = #; recorded = #
17 page::#; old style: calculated = #; recorded = #
20 page::#; old style: calculated = #; recorded = #
23 page::#; old style: calculated = #; recorded = #
34 page::#; old style: calculated = #; recorded = #
48 page::#; old style: calculated = #; recorded = #
53 page::#; old style: calculated = #; recorded = #
58 page::#; old style: calculated = #; recorded = #
63 page::#; old style: calculated = #; recorded = #
143 page::#; old style: calculated = #; recorded = #
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dinnodb-wl6045-linux.result14 page::#; old style: calculated = #; recorded = #
17 page::#; old style: calculated = #; recorded = #
20 page::#; old style: calculated = #; recorded = #
23 page::#; old style: calculated = #; recorded = #
34 page::#; old style: calculated = #; recorded = #
48 page::#; old style: calculated = #; recorded = #
53 page::#; old style: calculated = #; recorded = #
58 page::#; old style: calculated = #; recorded = #
63 page::#; old style: calculated = #; recorded = #
143 page::#; old style: calculated = #; recorded = #
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/innodb/r/
H A Dinnodb-wl6045-linux.result14 page::#; old style: calculated = #; recorded = #
17 page::#; old style: calculated = #; recorded = #
20 page::#; old style: calculated = #; recorded = #
23 page::#; old style: calculated = #; recorded = #
34 page::#; old style: calculated = #; recorded = #
48 page::#; old style: calculated = #; recorded = #
53 page::#; old style: calculated = #; recorded = #
58 page::#; old style: calculated = #; recorded = #
63 page::#; old style: calculated = #; recorded = #
143 page::#; old style: calculated = #; recorded = #
[all …]
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsstatisticalsummary.sip.in154 any calculated statistics.
193 be calculated.
200 be calculated.
206 be calculated.
212 be calculated.
218 be calculated.
243 be calculated.
252 be calculated.
288 be calculated.
299 be calculated.
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsstatisticalsummary.sip.in154 any calculated statistics.
193 be calculated.
200 be calculated.
206 be calculated.
212 be calculated.
218 be calculated.
243 be calculated.
252 be calculated.
288 be calculated.
299 be calculated.
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/components/rules/
H A DRuleStats.tsx25 const calculated = useMemo(() => {
52 if (calculated[PromAlertingRuleState.Firing]) {
55 {calculated[PromAlertingRuleState.Firing]} firing
59 if (calculated.error) {
62 {calculated.error} errors
66 if (calculated[PromAlertingRuleState.Pending]) {
69 {calculated[PromAlertingRuleState.Pending]} pending
76 {calculated[PromAlertingRuleState.Inactive]} normal
80 if (showRecording && calculated.recording) {
83 {calculated.recording} recording
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/TemperatureFromOpenFOAM/ofdir/15000/fluid/
H A Dp849 type calculated;
854 type calculated;
886 type calculated;
891 type calculated;
956 type calculated;
987 type calculated;
992 type calculated;
1023 type calculated;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dtiming.cc215 CalculatedTiming calculated = CalculatedTiming(); in CalculateTimings() local
216 calculated.phase = current_phase; in CalculateTimings()
217 calculated.current_iteration = current_iteration; in CalculateTimings()
218 calculated.progress = progress; in CalculateTimings()
219 calculated.is_in_effect = active_time.has_value(); in CalculateTimings()
222 DCHECK(!calculated.is_in_effect || in CalculateTimings()
224 calculated.is_in_play = calculated.phase == Timing::kPhaseActive; in CalculateTimings()
226 calculated.is_current = calculated.is_in_play || in CalculateTimings()
231 calculated.local_time = local_time; in CalculateTimings()
232 calculated.time_to_next_iteration = time_to_next_iteration; in CalculateTimings()
[all …]

12345678910>>...344