Home
last modified time | relevance | path

Searched refs:y_sum (Results 1 – 25 of 117) sorted by relevance

12345

/dports/games/yadex/yadex-1.7.0/src/
H A Dv_centre.cc46 long y_sum; in centre_of_vertices() local
49 y_sum = 0; in centre_of_vertices()
53 y_sum += Vertices[cur->objnum].y; in centre_of_vertices()
63 *y = (int) (y_sum / nitems); in centre_of_vertices()
75 long y_sum = 0; in centre_of_vertices() local
83 y_sum += Vertices[n].y; in centre_of_vertices()
95 y = (int) (y_sum / nvertices); in centre_of_vertices()
H A Ds_centre.cc49 long y_sum = 0; in centre_of_sector() local
56 y_sum += Vertices[n].y; in centre_of_sector()
67 *y = (int) (y_sum / nitems); in centre_of_sector()
82 long y_sum; in centre_of_sectors() local
87 y_sum = 0; in centre_of_sectors()
93 y_sum += Vertices[n].y; in centre_of_sectors()
104 *y = (int) (y_sum / nitems); in centre_of_sectors()
H A Dt_centre.cc46 long y_sum; in centre_of_things() local
49 y_sum = 0; in centre_of_things()
53 y_sum += Things[cur->objnum].ypos; in centre_of_things()
63 *y = (int) (y_sum / nitems); in centre_of_things()
H A Dl_centre.cc46 long y_sum; in centre_of_linedefs() local
51 y_sum = 0; in centre_of_linedefs()
57 y_sum += Vertices[n].y; in centre_of_linedefs()
68 *y = (int) (y_sum / nitems); in centre_of_linedefs()
/dports/textproc/miller/miller-5.10.2/go/reg-test/expected/
H A Dcase-verb-stats1.sh.out18 y_sum 5.944542421994383
83 y_sum 0.7268028627434533
110 y_sum 1.2489539710769328
137 y_sum 1.5872724965935805
164 y_sum 1.7214612398778852
191 y_sum 2.585085709781158
218 y_sum 3.0783069965295153
245 y_sum 3.266191915647685
272 y_sum 4.24237330134669
326 y_sum 5.944542421994383
[all …]
H A Dcase-c-verb-stats1-regexed-field-names.sh.out3 a b i_sum x_sum y_sum
16 a b i_sum x_sum y_sum
29 a b i_sum x_sum y_sum
42 a b i_sum x_sum y_sum
55 a b i_sum x_sum y_sum
68 a b i_sum x_sum y_sum
81 a b i_sum x_sum y_sum
/dports/graphics/p5-Chart/Chart-2.4.10/Chart/
H A DMountain.pm78 my $y_sum = $data->[1]->[$i];
79 if ( defined $y_sum && $y_sum >= 0 )
86 $y_sum += $datum;
90 $y_sum = undef;
95 if ( defined $y_sum )
97 $max = $y_sum unless defined $max && $y_sum <= $max;
/dports/graphics/gegl/gegl-0.4.34/libs/npd/
H A Ddeformation.c31 gfloat x_sum = 0, y_sum = 0; in npd_compute_centroid_of_overlapping_points() local
38 y_sum += points[i]->y; in npd_compute_centroid_of_overlapping_points()
43 centroid->y = y_sum / num_of_points; in npd_compute_centroid_of_overlapping_points()
52 gfloat x_sum = 0, y_sum = 0, weights_sum = 0; in npd_compute_centroid_from_weighted_points() local
59 y_sum += weights[i] * points[i].y; in npd_compute_centroid_from_weighted_points()
65 centroid->y = y_sum / weights_sum; in npd_compute_centroid_from_weighted_points()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dfreq-step.c114 double x, y, r, x_sum, y_sum, xy_sum, x2_sum, r2_sum; in regress() local
117 x_sum = 0.0, y_sum = 0.0, xy_sum = 0.0, x2_sum = 0.0; in regress()
124 y_sum += y; in regress()
129 *slope = (xy_sum - x_sum * y_sum / n) / (x2_sum - x_sum * x_sum / n); in regress()
130 *intercept = (y_sum - *slope * x_sum) / n; in regress()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dfreq-step.c114 double x, y, r, x_sum, y_sum, xy_sum, x2_sum, r2_sum; in regress() local
117 x_sum = 0.0, y_sum = 0.0, xy_sum = 0.0, x2_sum = 0.0; in regress()
124 y_sum += y; in regress()
129 *slope = (xy_sum - x_sum * y_sum / n) / (x2_sum - x_sum * x_sum / n); in regress()
130 *intercept = (y_sum - *slope * x_sum) / n; in regress()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/timers/
H A Dfreq-step.c114 double x, y, r, x_sum, y_sum, xy_sum, x2_sum, r2_sum; in regress() local
117 x_sum = 0.0, y_sum = 0.0, xy_sum = 0.0, x2_sum = 0.0; in regress()
124 y_sum += y; in regress()
129 *slope = (xy_sum - x_sum * y_sum / n) / (x2_sum - x_sum * x_sum / n); in regress()
130 *intercept = (y_sum - *slope * x_sum) / n; in regress()
/dports/multimedia/dirac/dirac-1.0.2/util/instrumentation/libdirac_instrument/
H A Dmotion_colour_arrows.cpp93 int x_sum = 0, y_sum = 0; in DrawBlock() local
100 y_sum -= m_mv[y][x].y; in DrawBlock()
105 double y_avg = y_sum / (m_blocks_per_arrow_x * m_blocks_per_arrow_x * m_mv_scale); in DrawBlock()
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A DmyPdco.cpp90 double y_sum = 0.0; in matVecMult() local
92 y_sum += y_elts[k]; in matVecMult()
110 x_elts[nrow-1] += (y_sum - y_suma + y_sumb); in matVecMult()
130 double y_sum = 0.0; in matPrecon() local
140 y_sum += ysq[k]; in matPrecon()
156 x_elts[nrow-1] += (y_sum + y_suma + y_sumb); in matPrecon()
/dports/graphics/generic_image_decoder/gid/test/
H A Drecurve.adb205 x_sum, y_sum: Natural; variable
215 y_sum:= y_sum + yt;
249 y_sum:= 0;
256 y:= y_sum / found;
264 y:= y_sum / found;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DnumberSeq.cpp208 double y_sum = 0.0; in predict_next() local
220 y_sum += y; in predict_next()
224 y_avg = y_sum / num; in predict_next()
227 double Sxy = xy_sum - x_sum * y_sum / num; in predict_next()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DnumberSeq.cpp208 double y_sum = 0.0; in predict_next() local
220 y_sum += y; in predict_next()
224 y_avg = y_sum / num; in predict_next()
227 double Sxy = xy_sum - x_sum * y_sum / num; in predict_next()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DnumberSeq.cpp208 double y_sum = 0.0; in predict_next() local
220 y_sum += y; in predict_next()
224 y_avg = y_sum / num; in predict_next()
227 double Sxy = xy_sum - x_sum * y_sum / num; in predict_next()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DnumberSeq.cpp215 double y_sum = 0.0; in predict_next() local
227 y_sum += y; in predict_next()
231 y_avg = y_sum / num; in predict_next()
234 double Sxy = xy_sum - x_sum * y_sum / num; in predict_next()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DnumberSeq.cpp215 double y_sum = 0.0; in predict_next() local
227 y_sum += y; in predict_next()
231 y_avg = y_sum / num; in predict_next()
234 double Sxy = xy_sum - x_sum * y_sum / num; in predict_next()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DnumberSeq.cpp208 double y_sum = 0.0; in predict_next() local
220 y_sum += y; in predict_next()
224 y_avg = y_sum / num; in predict_next()
227 double Sxy = xy_sum - x_sum * y_sum / num; in predict_next()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DnumberSeq.cpp208 double y_sum = 0.0; in predict_next() local
220 y_sum += y; in predict_next()
224 y_avg = y_sum / num; in predict_next()
227 double Sxy = xy_sum - x_sum * y_sum / num; in predict_next()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DnumberSeq.cpp208 double y_sum = 0.0; in predict_next() local
220 y_sum += y; in predict_next()
224 y_avg = y_sum / num; in predict_next()
227 double Sxy = xy_sum - x_sum * y_sum / num; in predict_next()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DnumberSeq.cpp208 double y_sum = 0.0; in predict_next() local
220 y_sum += y; in predict_next()
224 y_avg = y_sum / num; in predict_next()
227 double Sxy = xy_sum - x_sum * y_sum / num; in predict_next()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DnumberSeq.cpp208 double y_sum = 0.0; in predict_next() local
220 y_sum += y; in predict_next()
224 y_avg = y_sum / num; in predict_next()
227 double Sxy = xy_sum - x_sum * y_sum / num; in predict_next()
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/math/
H A Dlogsumexp.py54 y_sum = y.sum(axis=self.axis)
55 y = xp.asarray(xp.log(y_sum) + m.reshape(y_sum.shape))

12345