Home
last modified time | relevance | path

Searched refs:h_ (Results 1 – 25 of 2103) sorted by relevance

12345678910>>...85

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DSegment_Delaunay_graph_storage_site_2.h184 return construct_storage_site_2(h_[0], h_[1], h_[2], h_[3]); in source_site()
193 return construct_storage_site_2(h_[0], h_[1], h_[4], h_[5]); in target_site()
226 return Site_2::construct_site_2(*h_[2], *h_[3], *h_[4], *h_[5]); in site()
309 h_[0] = other.h_[0]; in copy_from()
311 h_[2] = other.h_[2]; in copy_from()
312 h_[3] = other.h_[3]; in copy_from()
313 h_[4] = other.h_[4]; in copy_from()
314 h_[5] = other.h_[5]; in copy_from()
317 h_[0] = other.h_[0]; in copy_from()
318 h_[1] = other.h_[1]; in copy_from()
[all …]
H A DSegment_Delaunay_graph_simple_storage_site_2.h105 return h_[0]; in point()
147 return Site_2::construct_site_2(*h_[0],*h_[1]); in site()
165 return construct_storage_site_2(h_[0], h_[1]); in supporting_site()
171 return construct_storage_site_2(h_[0], h_[0]); in supporting_site()
178 return construct_storage_site_2(h_[0], h_[0]); in crossing_site()
187 h_[0] = hp; in initialize_site()
193 h_[0] = hp1; in initialize_site()
194 h_[1] = hp2; in initialize_site()
202 h_[0] = other.h_[0]; in copy_from()
205 h_[1] = other.h_[1]; in copy_from()
[all …]
/dports/x11/stalonetray/stalonetray-0.8.3/src/
H A Dlist.h19 if ((h_) != NULL) { \
20 (i_)->next = (h_); \
21 (h_)->prev = (i_); \
25 (h_) = (i_); \
36 (i_)->next = (h_); \
37 (h_)->prev = (i_); \
52 h_ = i_->next; \
58 for (tmp_ = h_, h_ = (h_ != NULL) ? h_->next : NULL; tmp_ != NULL; \
59 tmp_ = h_, h_ = h_ != NULL ? h_->next : NULL) { \
68 for (tmp_ = h_, h_ = (h_ != NULL) ? h_->next : NULL; tmp_ != NULL; \
[all …]
/dports/graphics/nplot/nplot-9a92e78/src/
H A DMarker.cs281 g.DrawLine(pen_, x - h_, y + h_, x + h_, y - h_); in Draw()
282 g.DrawLine(pen_, x + h_, y + h_, x - h_, y - h_); in Draw()
286 g.DrawLine(pen_, x, y - h_, x, y + h_); in Draw()
287 g.DrawLine(pen_, x - h_, y, x + h_, y); in Draw()
291 g.DrawEllipse(pen_, x - h_, y - h_, size_, size_); in Draw()
309 Point p1 = new Point(x - h_, y - h_); in Draw()
311 Point p3 = new Point(x + h_, y - h_); in Draw()
324 Point p1 = new Point(x - h_, y + h_); in Draw()
326 Point p3 = new Point(x + h_, y + h_); in Draw()
349 Point p1 = new Point(x - h_, y - h_); in Draw()
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/examples/
H A Dvacuum_einstein_first_order.cnb161h_{\\kappa \\mu}}+\\frac{1}{2}g^{\\lambda \\kappa} \\epsilon \\nabla_{\\mu}{h_{\\kappa \\nu}} - \\…
188h_{\\kappa \\mu}}+\\frac{1}{2}g^{\\lambda \\kappa} \\epsilon \\nabla_{\\mu}{h_{\\kappa \\nu}} - \\…
201h_{\\kappa \\mu}}+\\frac{1}{2}g^{\\lambda \\kappa} \\nabla_{\\mu}{h_{\\kappa \\nu}} - \\frac{1}{2}…
214h_{\\kappa \\mu}}+\\frac{1}{2}\\nabla_{\\mu}{h_{\\kappa \\nu}} - \\frac{1}{2}\\nabla_{\\kappa}{h_{…
241 …(\\frac{1}{2}\\nabla_{\\nu}{h_{\\kappa \\mu}}+\\frac{1}{2}\\nabla_{\\mu}{h_{\\kappa \\nu}} - \\fra…
295h_{\\kappa \\rho}}+\\frac{1}{2}\\nabla_{\\rho}{h_{\\kappa \\nu}} - \\frac{1}{2}\\nabla_{\\kappa}{h…
322h_{\\kappa \\rho}} - \\frac{1}{2}\\epsilon \\nabla_{\\mu}{g^{\\rho \\kappa}} \\nabla_{\\nu}{h_{\\k…
335h_{\\kappa \\rho}} - \\frac{1}{2}\\epsilon g^{\\rho \\kappa} \\nabla_{\\mu}\\left(\\nabla_{\\nu}{h…
348h_{\\kappa \\rho}}\\right) - \\frac{1}{2}\\epsilon g^{\\rho \\kappa} \\nabla_{\\mu}\\left(\\nabla_…
361h_{\\kappa \\rho}}\\right) - \\frac{1}{2}g^{\\rho \\kappa} \\nabla_{\\mu}\\left(\\nabla_{\\rho}{h_
[all …]
/dports/archivers/mar/mar-0.5/include/
H A Dmar_archive_cpp.h182 handle h_; variable
186 : h_(m) in archive()
195 : h_(rhs) in archive()
199 : h_(rhs.h_) in archive()
205 h_ = rhs;
211 h_ = rhs.h_;
254 return mar_copy(h_.mar_, src.h_.mar_); in copy()
263 return h_;
422 return h_.mar_ == rhs.h_.mar_;
427 return h_.mar_ != rhs.h_.mar_;
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/
H A DTrapezoidal.cxx203 pdfGradient[2] = 0.5 * (x - a_) * h_ * h_ / (a_ - b_); in computePDFGradient()
204 pdfGradient[3] = 0.5 * (x - a_) * h_ * h_ / (a_ - b_); in computePDFGradient()
208 pdfGradient[0] = h_ * h_ / 2.0; in computePDFGradient()
209 pdfGradient[1] = h_ * h_ / 2.0; in computePDFGradient()
210 pdfGradient[2] = -h_ * h_ / 2.0; in computePDFGradient()
211 pdfGradient[3] = -h_ * h_ / 2.0; in computePDFGradient()
215 pdfGradient[0] = 0.5 * (d_ - x) * h_ * h_ / (d_ - c_); in computePDFGradient()
216 pdfGradient[1] = 0.5 * (d_ - x) * h_ * h_ / (d_ - c_); in computePDFGradient()
273 cdfGradient[2] = 0.25 * (a_ + b_ - 2.0 * x) * h_ * h_; in computeCDFGradient()
274 cdfGradient[3] = 0.25 * (a_ + b_ - 2.0 * x) * h_ * h_; in computeCDFGradient()
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/tools/matlab/solver/
H A DMATLAB_PB_SOLVER.tex48 …eft(h_{j-1}+h_{j}\right)\left(h_{k-1}+h_{k}\right)}{4h_{i-1}}+\epsilon_{i+1/2,j,k}^{x}\frac{\left(
52 …eft(h_{i-1}+h_{i}\right)\left(h_{k-1}+h_{k}\right)}{4h_{j-1}}+\epsilon_{i,j+1/2,k}^{y}\frac{\left(
56 …eft(h_{i-1}+h_{i}\right)\left(h_{j-1}+h_{j}\right)}{4h_{k-1}}+\epsilon_{i,j,k+1/2}^{k}\frac{\left(
60 \left.\kappa_{ijk}\frac{\left(h_{i-1}+h_{i}\right)\left(h_{j-1}+h_{j}\right)\left(h_{k-1}+h_{k}\rig…
64h_{j-1}+h_{j}\right)\left(h_{k-1}+h_{k}\right)}{4h_{i-1}}\right]u_{i-1jk}+\left[-\epsilon_{i+1/2,j…
68h_{i-1}+h_{i}\right)\left(h_{k-1}+h_{k}\right)}{4h_{j-1}}\right]u_{ij-1k}+\left[-\epsilon_{i,j+1/2…
72h_{i-1}+h_{i}\right)\left(h_{j-1}+h_{j}\right)}{4h_{k-1}}\right]u_{ijk-1}+\left[-\epsilon_{i,j,k+1…
76 magic\frac{\left(h_{i-1}+h_{i}\right)\left(h_{j-1}+h_{j}\right)\left(h_{k-1}+h_{k}\right)}{8}f_{ijk…
185 …eft(h_{j-1}+h_{j}\right)\left(h_{k-1}+h_{k}\right)}{4h_{i-1}}+\epsilon_{i+1/2,j,k}^{x}\frac{\left(
189 …eft(h_{i-1}+h_{i}\right)\left(h_{k-1}+h_{k}\right)}{4h_{j-1}}+\epsilon_{i,j+1/2,k}^{y}\frac{\left(
[all …]
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/ui/graphs/
H A Dwah.cxx11 Widget( ui, x_, y_, w_, h_, label_ ), in Wah()
22 cairo_rectangle( cr, x_, y_, w_, h_); in draw()
25 cairo_rectangle( cr, x_, y_, w_, h_); in draw()
44 float y1 = - sin( v ) * h_ / 3 * size; in draw()
62 cairo_move_to( cr, x_+w_*1. /5, y_ + h_ ); in draw()
63 cairo_line_to( cr, x_+w_*1.5/5, y_ + h_ - h_/4.f*m ); in draw()
64 cairo_line_to( cr, x_+w_*2. /5, y_ + h_ ); in draw()
66 cairo_move_to( cr, x_+w_*3. /5, y_ + h_ ); in draw()
67 cairo_line_to( cr, x_+w_*3.5/5, y_ + h_ - h_/4.f*m ); in draw()
68 cairo_line_to( cr, x_+w_*4. /5, y_ + h_ ); in draw()
[all …]
H A Dwidener.cxx7 Widener::Widener( Avtk::UI* ui, int x_, int y_, int w_, int h_, in Widener() argument
9 Widget( ui, x_, y_, w_, h_, label_ ) in Widener()
20 cairo_rectangle( cr, x_, y_, w_, h_); in draw()
23 cairo_rectangle( cr, x_, y_, w_, h_); in draw()
33 cairo_move_to( cr, -4+x_+w_/2 , y_+h_/2 ); in draw()
34 cairo_line_to( cr, -4+x_+w_/2-w_/3*width , y_+h_/2); in draw()
53 cairo_move_to( cr, x_+w_/2, y_+h_/2 ); in draw()
54 cairo_line_to( cr, x_+w_/2+w_/3*width , y_+h_/2); in draw()
58 cairo_line_to( cr, x_+w_/2+w_/3*width , y_+h_/2+6); in draw()
59 cairo_line_to( cr, x_+w_/2, y_+h_/2+6); in draw()
[all …]
H A Ddelay.cxx8 Widget( ui, x_, y_, w_, h_, label_ ) in Delay()
22 cairo_rectangle( cr, x_, y_, w_, h_); in draw()
25 cairo_rectangle( cr, x_, y_, w_, h_); in draw()
44 cairo_move_to( cr, x_ + w_/4, y_+h_-2 ); in draw()
45 cairo_line_to( cr, x_ + w_/4, y_+h_- h_*0.75 ); in draw()
53 cairo_move_to( cr, x_+w_/4 + w_/2*delay, y_+h_*3.5/4 ); in draw()
54 cairo_line_to( cr, x_+w_*3.5/4 , y_+h_*3.5/4 ); in draw()
55 cairo_line_to( cr, x_+w_*3.5/4 , y_+h_*1.0/4 ); in draw()
70 cairo_move_to( cr, x_+w_/4+w_/2*delay, y_+h_-2 ); in draw()
71 cairo_line_to( cr, x_+w_/4+w_/2*delay, y_+h_- h_*0.5*(volume+0.2) ); in draw()
[all …]
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/ocl/
H A Dhandle.hpp156 … handle(const handle & other) : h_(other.h_), p_context_(other.p_context_) { if (h_ != 0) inc(); } in handle()
162 if (h_ != 0) in operator =()
164 h_ = other.h_; in operator =()
173 if (h_ != 0) dec(); in operator =()
174 h_ = something; in operator =()
181 if (h_ != 0) dec(); in operator =()
182 h_ = p.first; in operator =()
204 OCL_TYPE tmp = other.h_; in swap()
205 other.h_ = this->h_; in swap()
206 this->h_ = tmp; in swap()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/uuid/
H A Dsha1.hpp59 unsigned int h_[5]; member in boost::uuids::detail::sha1
74 h_[0] = 0x67452301; in reset()
75 h_[1] = 0xEFCDAB89; in reset()
76 h_[2] = 0x98BADCFE; in reset()
77 h_[3] = 0x10325476; in reset()
78 h_[4] = 0xC3D2E1F0; in reset()
154 h_[0] += a; in process_block()
155 h_[1] += b; in process_block()
156 h_[2] += c; in process_block()
157 h_[3] += d; in process_block()
[all …]
/dports/science/py-rmf/rmf-1.3.1/include/RMF/HDF5/
H A Dhandle.h41 hid_t h_; variable
46 if (h_ < 0) { in Handle()
52 Handle() : h_(-1), f_(NULL) {} in Handle()
55 return h_; in get_hid()
57 operator hid_t() const { return h_; } in hid_t()
63 h_ = h; in open()
68 if (h_ != -1) { in close()
69 RMF_HDF5_CALL(f_(h_)); in close()
71 h_ = -1; in close()
74 if (h_ != -1) { in ~Handle()
[all …]
/dports/science/rmf/rmf-1.3.1/include/RMF/HDF5/
H A Dhandle.h41 hid_t h_; variable
46 if (h_ < 0) { in Handle()
52 Handle() : h_(-1), f_(NULL) {} in Handle()
55 return h_; in get_hid()
57 operator hid_t() const { return h_; } in hid_t()
63 h_ = h; in open()
68 if (h_ != -1) { in close()
69 RMF_HDF5_CALL(f_(h_)); in close()
71 h_ = -1; in close()
74 if (h_ != -1) { in ~Handle()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/uuid/
H A Dsha1.hpp62 unsigned int h_[5]; member in boost::uuids::detail::sha1
78 h_[0] = 0x67452301; in reset()
79 h_[1] = 0xEFCDAB89; in reset()
80 h_[2] = 0x98BADCFE; in reset()
81 h_[3] = 0x10325476; in reset()
82 h_[4] = 0xC3D2E1F0; in reset()
179 h_[0] += a; in process_block()
180 h_[1] += b; in process_block()
181 h_[2] += c; in process_block()
182 h_[3] += d; in process_block()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/uuid/
H A Dsha1.hpp62 unsigned int h_[5]; member in boost::uuids::detail::sha1
78 h_[0] = 0x67452301; in reset()
79 h_[1] = 0xEFCDAB89; in reset()
80 h_[2] = 0x98BADCFE; in reset()
81 h_[3] = 0x10325476; in reset()
82 h_[4] = 0xC3D2E1F0; in reset()
179 h_[0] += a; in process_block()
180 h_[1] += b; in process_block()
181 h_[2] += c; in process_block()
182 h_[3] += d; in process_block()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/uuid/
H A Dsha1.hpp62 unsigned int h_[5]; member in boost::uuids::detail::sha1
78 h_[0] = 0x67452301; in reset()
79 h_[1] = 0xEFCDAB89; in reset()
80 h_[2] = 0x98BADCFE; in reset()
81 h_[3] = 0x10325476; in reset()
82 h_[4] = 0xC3D2E1F0; in reset()
179 h_[0] += a; in process_block()
180 h_[1] += b; in process_block()
181 h_[2] += c; in process_block()
182 h_[3] += d; in process_block()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/uuid/
H A Dsha1.hpp62 unsigned int h_[5]; member in boost::uuids::detail::sha1
78 h_[0] = 0x67452301; in reset()
79 h_[1] = 0xEFCDAB89; in reset()
80 h_[2] = 0x98BADCFE; in reset()
81 h_[3] = 0x10325476; in reset()
82 h_[4] = 0xC3D2E1F0; in reset()
179 h_[0] += a; in process_block()
180 h_[1] += b; in process_block()
181 h_[2] += c; in process_block()
182 h_[3] += d; in process_block()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/uuid/
H A Dsha1.hpp62 unsigned int h_[5]; member in boost::uuids::detail::sha1
78 h_[0] = 0x67452301; in reset()
79 h_[1] = 0xEFCDAB89; in reset()
80 h_[2] = 0x98BADCFE; in reset()
81 h_[3] = 0x10325476; in reset()
82 h_[4] = 0xC3D2E1F0; in reset()
179 h_[0] += a; in process_block()
180 h_[1] += b; in process_block()
181 h_[2] += c; in process_block()
182 h_[3] += d; in process_block()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/uuid/
H A Dsha1.hpp62 unsigned int h_[5]; member in boost::uuids::detail::sha1
78 h_[0] = 0x67452301; in reset()
79 h_[1] = 0xEFCDAB89; in reset()
80 h_[2] = 0x98BADCFE; in reset()
81 h_[3] = 0x10325476; in reset()
82 h_[4] = 0xC3D2E1F0; in reset()
179 h_[0] += a; in process_block()
180 h_[1] += b; in process_block()
181 h_[2] += c; in process_block()
182 h_[3] += d; in process_block()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DSHA1.h67 unsigned int h_[5];
82 h_[0] = 0x67452301; in reset()
83 h_[1] = 0xEFCDAB89; in reset()
84 h_[2] = 0x98BADCFE; in reset()
85 h_[3] = 0x10325476; in reset()
86 h_[4] = 0xC3D2E1F0; in reset()
162 h_[0] += a; in process_block()
163 h_[1] += b; in process_block()
164 h_[2] += c; in process_block()
165 h_[3] += d; in process_block()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/uuid/
H A Dsha1.hpp62 unsigned int h_[5]; member in boost::uuids::detail::sha1
78 h_[0] = 0x67452301; in reset()
79 h_[1] = 0xEFCDAB89; in reset()
80 h_[2] = 0x98BADCFE; in reset()
81 h_[3] = 0x10325476; in reset()
82 h_[4] = 0xC3D2E1F0; in reset()
179 h_[0] += a; in process_block()
180 h_[1] += b; in process_block()
181 h_[2] += c; in process_block()
182 h_[3] += d; in process_block()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/uuid/
H A Dsha1.hpp62 unsigned int h_[5]; member in boost::uuids::detail::sha1
78 h_[0] = 0x67452301; in reset()
79 h_[1] = 0xEFCDAB89; in reset()
80 h_[2] = 0x98BADCFE; in reset()
81 h_[3] = 0x10325476; in reset()
82 h_[4] = 0xC3D2E1F0; in reset()
179 h_[0] += a; in process_block()
180 h_[1] += b; in process_block()
181 h_[2] += c; in process_block()
182 h_[3] += d; in process_block()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/uuid/detail/
H A Dsha1.hpp62 unsigned int h_[5]; member in boost::uuids::detail::sha1
78 h_[0] = 0x67452301; in reset()
79 h_[1] = 0xEFCDAB89; in reset()
80 h_[2] = 0x98BADCFE; in reset()
81 h_[3] = 0x10325476; in reset()
82 h_[4] = 0xC3D2E1F0; in reset()
179 h_[0] += a; in process_block()
180 h_[1] += b; in process_block()
181 h_[2] += c; in process_block()
182 h_[3] += d; in process_block()
[all …]

12345678910>>...85