Home
last modified time | relevance | path

Searched refs:y_values (Results 1 – 25 of 91) sorted by relevance

1234

/dports/graphics/p5-Chart/Chart-2.4.10/t/
H A Df_ticks_1.t13 my @y_values = (); # real y values
35 $y_values[$idx] = cos( ( $x - $min_x ) );
43 $y_plot_values[$idx] = $y_values[$idx];
46 $min_y = $y_values[$idx];
50 $min_y = ( $min_y < $y_values[$idx] ) ? $min_y : $y_values[$idx];
54 $max_y = $y_values[$idx];
58 $max_y = ( $max_y > $y_values[$idx] ) ? $max_y : $y_values[$idx];
H A Dbars_4.t11 my @y_values = ();
35 push( @y_values, $max_y );
39 push( @y_values, $min_y );
43 push( @y_values, $y );
48 push( @y_values, 0 );
59 $graphic->add_dataset(@y_values);
H A Dlines_5.t9 @y_values = ();
15 push( @y_values, $j );
20 $g->add_dataset(@y_values);
/dports/math/py-optuna/optuna-2.10.0/optuna/visualization/matplotlib/
H A D_contour.py228 y_values = []
258 y_values,
275 y_values = y_values + (y_values * len(x_values_dummy))
277 if len(set(y_values)) == 1:
279 y_values = y_values + y_values_dummy * len(y_values)
296 y_values = [str(y) for y in y_values]
298 y_values,
306 y_values_min = min(y_values)
352 y_values,
388 y_values,
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/unordered/test/exception/
H A Dmove_assign_exception_tests.cpp21 test::random_values<T> x_values, y_values; member
29 : x_values(), y_values(), in move_assign_base()
47 test::check_container(x1, y_values); in run()
73 this->y_values.fill(count2, test::limited_range); in move_assign_values()
75 this->y.insert(this->y_values.begin(), this->y_values.end()); in move_assign_values()
117 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
118 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
120 this->y.insert(this->y_values.begin(), this->y_values.end()); in equivalent_test1()
H A Dassign_exception_tests.cpp54 test::random_values<T> x_values, y_values; member
62 : x_values(), y_values(), in assign_base()
78 test::check_container(x1, y_values); in run()
105 this->y_values.fill(count2, gen); in assign_values()
107 this->y.insert(this->y_values.begin(), this->y_values.end()); in assign_values()
167 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
168 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
170 this->y.insert(this->y_values.begin(), this->y_values.end()); in equivalent_test1()
H A Dswap_exception_tests.cpp60 const test::random_values<T> x_values, y_values; member
69 y_values(count2, test::limited_range), in swap_base()
72 initial_y(y_values.begin(), y_values.end(), 0, hasher(tag2), in swap_base()
97 test::check_container(d.x, this->y_values); in run()
/dports/devel/boost-libs/boost_1_72_0/libs/unordered/test/exception/
H A Dmove_assign_exception_tests.cpp21 test::random_values<T> x_values, y_values; member
29 : x_values(), y_values(), in move_assign_base()
47 test::check_container(x1, y_values); in run()
73 this->y_values.fill(count2, test::limited_range); in move_assign_values()
75 this->y.insert(this->y_values.begin(), this->y_values.end()); in move_assign_values()
117 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
118 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
120 this->y.insert(this->y_values.begin(), this->y_values.end()); in equivalent_test1()
H A Dassign_exception_tests.cpp54 test::random_values<T> x_values, y_values; member
62 : x_values(), y_values(), in assign_base()
78 test::check_container(x1, y_values); in run()
105 this->y_values.fill(count2, gen); in assign_values()
107 this->y.insert(this->y_values.begin(), this->y_values.end()); in assign_values()
167 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
168 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
170 this->y.insert(this->y_values.begin(), this->y_values.end()); in equivalent_test1()
H A Dswap_exception_tests.cpp60 const test::random_values<T> x_values, y_values; member
69 y_values(count2, test::limited_range), in swap_base()
72 initial_y(y_values.begin(), y_values.end(), 0, hasher(tag2), in swap_base()
97 test::check_container(d.x, this->y_values); in run()
/dports/devel/boost-docs/boost_1_72_0/libs/unordered/test/exception/
H A Dmove_assign_exception_tests.cpp21 test::random_values<T> x_values, y_values; member
29 : x_values(), y_values(), in move_assign_base()
47 test::check_container(x1, y_values); in run()
73 this->y_values.fill(count2, test::limited_range); in move_assign_values()
75 this->y.insert(this->y_values.begin(), this->y_values.end()); in move_assign_values()
117 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
118 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
120 this->y.insert(this->y_values.begin(), this->y_values.end()); in equivalent_test1()
H A Dassign_exception_tests.cpp54 test::random_values<T> x_values, y_values; member
62 : x_values(), y_values(), in assign_base()
78 test::check_container(x1, y_values); in run()
105 this->y_values.fill(count2, gen); in assign_values()
107 this->y.insert(this->y_values.begin(), this->y_values.end()); in assign_values()
167 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
168 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
170 this->y.insert(this->y_values.begin(), this->y_values.end()); in equivalent_test1()
H A Dswap_exception_tests.cpp60 const test::random_values<T> x_values, y_values; member
69 y_values(count2, test::limited_range), in swap_base()
72 initial_y(y_values.begin(), y_values.end(), 0, hasher(tag2), in swap_base()
97 test::check_container(d.x, this->y_values); in run()
/dports/devel/boost-python-libs/boost_1_72_0/libs/unordered/test/exception/
H A Dmove_assign_exception_tests.cpp21 test::random_values<T> x_values, y_values; member
29 : x_values(), y_values(), in move_assign_base()
47 test::check_container(x1, y_values); in run()
73 this->y_values.fill(count2, test::limited_range); in move_assign_values()
75 this->y.insert(this->y_values.begin(), this->y_values.end()); in move_assign_values()
117 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
118 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
120 this->y.insert(this->y_values.begin(), this->y_values.end()); in equivalent_test1()
H A Dassign_exception_tests.cpp54 test::random_values<T> x_values, y_values; member
62 : x_values(), y_values(), in assign_base()
78 test::check_container(x1, y_values); in run()
105 this->y_values.fill(count2, gen); in assign_values()
107 this->y.insert(this->y_values.begin(), this->y_values.end()); in assign_values()
167 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
168 this->y_values.insert(y_values2.begin(), y_values2.end()); in equivalent_test1()
170 this->y.insert(this->y_values.begin(), this->y_values.end()); in equivalent_test1()
H A Dswap_exception_tests.cpp60 const test::random_values<T> x_values, y_values; member
69 y_values(count2, test::limited_range), in swap_base()
72 initial_y(y_values.begin(), y_values.end(), 0, hasher(tag2), in swap_base()
97 test::check_container(d.x, this->y_values); in run()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/numerics/
H A Dhistogram.cc72 y_values = y_values_; in evaluate()
254 y_values[i + 1] : in write_gnuplot()
255 y_values[i] + (y_values[i] - y_values[i - 1])) in write_gnuplot()
259 y_values[i + 1] : in write_gnuplot()
260 y_values[i] + (y_values[i] - y_values[i - 1])) in write_gnuplot()
265 out << intervals[i][n].left_point << ' ' << y_values[i] << ' ' in write_gnuplot()
267 << intervals[i][n].right_point << ' ' << y_values[i] << ' ' in write_gnuplot()
307 MemoryConsumption::memory_consumption(y_values)); in memory_consumption()
315 const std::vector<double> & y_values,
327 const std::vector<double> & y_values,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Dfind_step_test.py118 y_values = [y for _, y in _QUITE_STEPPISH]
119 self.assertEqual(21, find_step._MinimizeDistanceFromStep(y_values))
121 find_step._DistanceFromStep(y_values, 21))
123 find_step._RegressionSizeScore(y_values, 21))
127 y_values = [y for _, y in _NOT_STEPPISH]
128 self.assertEqual(15, find_step._MinimizeDistanceFromStep(y_values))
130 find_step._DistanceFromStep(y_values, 15))
132 find_step._RegressionSizeScore(y_values, 15))
175 _, y_values = zip(*_QUITE_STEPPISH)
176 normalized = find_step._Normalize(y_values)
H A Dfind_change_points.py119 _, y_values = zip(*series)
132 while split_index + min_segment_size < len(y_values):
138 y_values[max(split_index - min_segment_size, 0):]))
168 y_values,
197 x_values, y_values = zip(*series)
198 left, right = y_values[:split_index], y_values[split_index:]
/dports/devel/thrust/thrust-1.9.5/performance/build/
H A Dreport.py64 y_values = []
67 y_values.append(str(series_data[x_value]))
69 y_values.append('')
71 print ','.join( [series_title] + [str(v) for v in y_values])
119 y_values = [val[1] for val in series_data]
121 plotter(x_values, y_values, label=series_title)
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DPolygonRasterizer.cpp280 std::vector<double> y_values; in prepareEdges() local
281 y_values.reserve(num_verts + 2); in prepareEdges()
283 y_values.push_back(pt.y()); in prepareEdges()
287 y_values.push_back(0.0); in prepareEdges()
288 y_values.push_back(m_imageRect.height()); in prepareEdges()
292 std::sort(y_values.begin(), y_values.end()); in prepareEdges()
293 y_values.erase(std::unique(y_values.begin(), y_values.end()), y_values.end()); in prepareEdges()
298 auto it(std::lower_bound(y_values.begin(), y_values.end(), edge.topY())); in prepareEdges()
305 assert(next != y_values.end()); in prepareEdges()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmp2_grids.F805 ALLOCATE (y_values(num_x_nodes))
806 y_values = 0.0_dp
938 ALLOCATE (y_values(num_x_nodes))
939 y_values = 0.0_dp
1061 IF (ABS(y_values(kkk) - func_val) > max_error_tmp) THEN
1062 max_error_tmp = ABS(y_values(kkk) - func_val)
1178 max_error_tmp = ABS(y_values(kkk) - func_val)
1310 ALLOCATE (y_values(num_x_nodes))
1311 y_values = 0.0_dp
1353 y_values(iii) = EXP(-x_values(iii)*tau)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmp2_weights.F793 ALLOCATE (y_values(num_x_nodes))
794 y_values = 0.0_dp
930 ALLOCATE (y_values(num_x_nodes))
931 y_values = 0.0_dp
1053 IF (ABS(y_values(kkk) - func_val) > max_error_tmp) THEN
1054 max_error_tmp = ABS(y_values(kkk) - func_val)
1170 max_error_tmp = ABS(y_values(kkk) - func_val)
1302 ALLOCATE (y_values(num_x_nodes))
1303 y_values = 0.0_dp
1345 y_values(iii) = EXP(-x_values(iii)*tau)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/
H A Dwsola_internals.cc141 void QuadraticInterpolation(const float* y_values, in QuadraticInterpolation() argument
144 float a = 0.5f * (y_values[2] + y_values[0]) - y_values[1]; in QuadraticInterpolation()
145 float b = 0.5f * (y_values[2] - y_values[0]); in QuadraticInterpolation()
146 float c = y_values[1]; in QuadraticInterpolation()
151 *extremum_value = y_values[1]; in QuadraticInterpolation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/filters/
H A Dwsola_internals.cc140 void QuadraticInterpolation(const float* y_values, in QuadraticInterpolation() argument
143 float a = 0.5f * (y_values[2] + y_values[0]) - y_values[1]; in QuadraticInterpolation()
144 float b = 0.5f * (y_values[2] - y_values[0]); in QuadraticInterpolation()
145 float c = y_values[1]; in QuadraticInterpolation()
150 *extremum_value = y_values[1]; in QuadraticInterpolation()

1234