Home
last modified time | relevance | path

Searched refs:bottom_points (Results 1 – 3 of 3) sorted by relevance

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dcluster.cc64 vsize size = bottom_points.size (); in brew_cluster_piece()
72 box.add_point (bottom_points[i] - hvpadding); in brew_cluster_piece()
83 box.add_point (Offset (bottom_points[i][X_AXIS], in brew_cluster_piece()
91 Real left_xmid = bottom_points[0][X_AXIS]; in brew_cluster_piece()
95 = 0.5 * (bottom_points[i][X_AXIS] + bottom_points[i + 1][X_AXIS]); in brew_cluster_piece()
104 Real right_xmid = bottom_points[size - 1][X_AXIS]; in brew_cluster_piece()
114 points.push_back (bottom_points[0] - vpadding + hpadding); in brew_cluster_piece()
116 points.push_back (bottom_points[i] - vpadding); in brew_cluster_piece()
173 vector<Offset> bottom_points; in print() local
190 bottom_points.push_back (Offset (x, yext[DOWN])); in print()
[all …]
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dcluster.cc64 vsize size = bottom_points.size (); in brew_cluster_piece()
72 box.add_point (bottom_points[i] - hvpadding); in brew_cluster_piece()
83 box.add_point (Offset (bottom_points[i][X_AXIS], in brew_cluster_piece()
91 Real left_xmid = bottom_points[0][X_AXIS]; in brew_cluster_piece()
95 = 0.5 * (bottom_points[i][X_AXIS] + bottom_points[i + 1][X_AXIS]); in brew_cluster_piece()
104 Real right_xmid = bottom_points[size - 1][X_AXIS]; in brew_cluster_piece()
114 points.push_back (bottom_points[0] - vpadding + hpadding); in brew_cluster_piece()
116 points.push_back (bottom_points[i] - vpadding); in brew_cluster_piece()
173 vector<Offset> bottom_points; in print() local
190 bottom_points.push_back (Offset (x, yext[DOWN])); in print()
[all …]
/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dsimplex.cpp62 void bottom_points(list<vector<Integer> >& new_points, const Matrix<Integer>& given_gens, Integer V… in bottom_points() function
247 template void bottom_points(list<vector<long> >& new_points, const Matrix<long>& gens, long VolumeB…
249 template void bottom_points(list<vector<long long> >& new_points, const Matrix<long long>& gens, lo…
250 template void bottom_points(list<vector<mpz_class> >& new_points, const Matrix<mpz_class>& gens, mp…
1183 bottom_points(new_points, Generators, volume); in Simplex_parallel_evaluation()