Home
last modified time | relevance | path

Searched refs:h_s (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/ua/
H A DDSTU4145NamedCurves.java36 BigInteger[] h_s = new BigInteger[10];
37 h_s[0] = BigInteger.valueOf(2);
38 h_s[1] = BigInteger.valueOf(2);
39 h_s[2] = BigInteger.valueOf(4);
40 h_s[3] = BigInteger.valueOf(2);
41 h_s[4] = BigInteger.valueOf(2);
42 h_s[5] = BigInteger.valueOf(2);
43 h_s[6] = BigInteger.valueOf(4);
44 h_s[7] = BigInteger.valueOf(2);
45 h_s[8] = BigInteger.valueOf(2);
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPMountStud.cpp108 size_t h_s = 8; in draw_screw() local
121 … IGradient *gr = s->radial_gradient(x - h_s, y + h_s, h_s >> 2, x - h_s, y + h_s, h_s << 1); in draw_screw()
125 …s->fill_round_rect(x + i - (h_s * 1.75), y + i - h_s, h_s * 3.5 - (i<<1), (h_s - i) << 1, (h_s - i… in draw_screw()
132 size_t f_rr = h_s - 3; in draw_screw()
144 …IGradient *gr = s->radial_gradient(x + (h_s >> 1), y - (h_s >> 1), 0, x + (h_s >> 1), y - (h_s >> … in draw_screw()
147 s->fill_circle(x, y, h_s + 2 - i, gr); in draw_screw()
158 float a_cos = (h_s - i) * cosf(angle), a_sin = (h_s - i) * sinf(angle); in draw_screw()
163 …IGradient *gr = s->radial_gradient(x - (h_s >> 1), y + (h_s >> 1), 0, x - (h_s >> 1), y + (h_s >> … in draw_screw()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Dsloan_ordering.hpp51 unsigned h_s = 0; in RLS_depth() local
56 if(*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
121 unsigned dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
178 h_s = RLS_depth(dist); in sloan_start_end_vertices()
187 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
225 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
227 h_s = h_i; in sloan_start_end_vertices()
/dports/biology/lamarc/lamarc-2.1.8/boost/graph/
H A Dsloan_ordering.hpp68 unsigned h_s = 0; in RLS_depth() local
73 if(*iter > h_s) in RLS_depth()
75 h_s = *iter; in RLS_depth()
79 return h_s; in RLS_depth()
138 unsigned dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
195 h_s = RLS_depth(dist); in sloan_start_end_vertices()
204 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
242 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
244 h_s = h_i; in sloan_start_end_vertices()
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dsloan_ordering.hpp52 typename Distance::value_type h_s = 0; in RLS_depth() local
57 if(*iter > h_s) in RLS_depth()
59 h_s = *iter; in RLS_depth()
63 return h_s; in RLS_depth()
124 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
181 h_s = RLS_depth(dist); in sloan_start_end_vertices()
190 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
228 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
230 h_s = h_i; in sloan_start_end_vertices()
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if (*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
119 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
183 h_s = RLS_depth(dist); in sloan_start_end_vertices()
193 if ((dist[index_map[*ui]] == h_s) && (!shrink_trace[dummy])) in sloan_start_end_vertices()
232 if ((h_i > h_s) && (w_i < w_e)) in sloan_start_end_vertices()
234 h_s = h_i; in sloan_start_end_vertices()
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if (*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
119 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
183 h_s = RLS_depth(dist); in sloan_start_end_vertices()
193 if ((dist[index_map[*ui]] == h_s) && (!shrink_trace[dummy])) in sloan_start_end_vertices()
232 if ((h_i > h_s) && (w_i < w_e)) in sloan_start_end_vertices()
234 h_s = h_i; in sloan_start_end_vertices()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if(*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
123 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
180 h_s = RLS_depth(dist); in sloan_start_end_vertices()
189 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
227 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
229 h_s = h_i; in sloan_start_end_vertices()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if (*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
119 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
183 h_s = RLS_depth(dist); in sloan_start_end_vertices()
193 if ((dist[index_map[*ui]] == h_s) && (!shrink_trace[dummy])) in sloan_start_end_vertices()
232 if ((h_i > h_s) && (w_i < w_e)) in sloan_start_end_vertices()
234 h_s = h_i; in sloan_start_end_vertices()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if (*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
119 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
183 h_s = RLS_depth(dist); in sloan_start_end_vertices()
193 if ((dist[index_map[*ui]] == h_s) && (!shrink_trace[dummy])) in sloan_start_end_vertices()
232 if ((h_i > h_s) && (w_i < w_e)) in sloan_start_end_vertices()
234 h_s = h_i; in sloan_start_end_vertices()
/dports/databases/percona57-server/boost_1_59_0/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if(*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
123 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
180 h_s = RLS_depth(dist); in sloan_start_end_vertices()
189 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
227 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
229 h_s = h_i; in sloan_start_end_vertices()
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if(*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
123 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
180 h_s = RLS_depth(dist); in sloan_start_end_vertices()
189 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
227 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
229 h_s = h_i; in sloan_start_end_vertices()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if(*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
123 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
180 h_s = RLS_depth(dist); in sloan_start_end_vertices()
189 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
227 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
229 h_s = h_i; in sloan_start_end_vertices()
/dports/databases/percona57-client/boost_1_59_0/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if(*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
123 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
180 h_s = RLS_depth(dist); in sloan_start_end_vertices()
189 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
227 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
229 h_s = h_i; in sloan_start_end_vertices()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if(*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
123 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
180 h_s = RLS_depth(dist); in sloan_start_end_vertices()
189 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
227 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
229 h_s = h_i; in sloan_start_end_vertices()
/dports/devel/boost-libs/boost_1_72_0/boost/graph/
H A Dsloan_ordering.hpp52 typename Distance::value_type h_s = 0; in RLS_depth() local
57 if(*iter > h_s) in RLS_depth()
59 h_s = *iter; in RLS_depth()
63 return h_s; in RLS_depth()
124 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
181 h_s = RLS_depth(dist); in sloan_start_end_vertices()
190 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
228 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
230 h_s = h_i; in sloan_start_end_vertices()
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Dsloan_ordering.hpp52 typename Distance::value_type h_s = 0; in RLS_depth() local
57 if(*iter > h_s) in RLS_depth()
59 h_s = *iter; in RLS_depth()
63 return h_s; in RLS_depth()
124 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
181 h_s = RLS_depth(dist); in sloan_start_end_vertices()
190 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
228 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
230 h_s = h_i; in sloan_start_end_vertices()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if(*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
123 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
180 h_s = RLS_depth(dist); in sloan_start_end_vertices()
189 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
227 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
229 h_s = h_i; in sloan_start_end_vertices()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if(*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
123 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
180 h_s = RLS_depth(dist); in sloan_start_end_vertices()
189 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
227 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
229 h_s = h_i; in sloan_start_end_vertices()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/graph/
H A Dsloan_ordering.hpp51 typename Distance::value_type h_s = 0; in RLS_depth() local
56 if(*iter > h_s) in RLS_depth()
58 h_s = *iter; in RLS_depth()
62 return h_s; in RLS_depth()
123 Degree dummy, h_i, h_s, w_i, w_e; in sloan_start_end_vertices() local
180 h_s = RLS_depth(dist); in sloan_start_end_vertices()
189 if( (dist[index_map[*ui]] == h_s ) && ( !shrink_trace[ dummy ] ) ) in sloan_start_end_vertices()
227 if( (h_i > h_s) && (w_i < w_e) ) in sloan_start_end_vertices()
229 h_s = h_i; in sloan_start_end_vertices()
/dports/misc/visp/visp-3.4.0/example/servo-viper850/
H A DservoViper850Point2DArtVelocity-jointAvoidance-gpa.cpp272 double h_s = 0; in main() local
286 h_s += vpMath::sqr(S) / D; in main()
289 h_s = beta * h_s / 2.0; // cost function in main()
292 std::cout << "Cost function h_s: " << h_s << std::endl; in main()
321 plot.plot(1, 0, iter, h_s); // plot the cost function in main()
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_parameters-cdo-gwf_user_soil.c80 double h_s; member
143 const cs_real_t k_r = (h - sc->h_r)/(sc->h_s - sc->h_r); in tracy_update()
155 sc->capacity_values[c_id] = delta_moisture /(sc->h_s - sc->h_r); in tracy_update()
345 tp->h_s = 0.; in cs_user_model()
/dports/science/py-chainer-chemistry/chainer-chemistry-0.7.1/chainer_chemistry/models/gwm/
H A Dgwm_graph_conv_model.py176 h_s = self.embed_super(super_node)
191 h_new, h_s = self.gwm(h, h_new, h_s, update_layer_index)
217 g = functions.concat((g, h_s), axis=1)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/leps/
H A Dmc_data.fh13 integer h_in,i_in,i_s,h_s, i_sc,h_sc,h_prp,i_prp
26 & h_in,i_in, i_s,h_s,i_sc,h_sc,h_prp,i_prp,
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/leps/
H A Dmc_data.fh13 integer h_in,i_in,i_s,h_s, i_sc,h_sc,h_prp,i_prp
26 & h_in,i_in, i_s,h_s,i_sc,h_sc,h_prp,i_prp,

1234567