Home
last modified time | relevance | path

Searched refs:lb_value (Results 1 – 9 of 9) sorted by relevance

/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/common/
H A Djk_lb_worker.c300 p->lb_workers[i].s->lb_value = 0; in reset_lb_values()
620 w->s->lb_value = curmax; in recover_workers()
700 if (w->s->lb_value > curmax) { in decay_load()
701 curmax = w->s->lb_value; in decay_load()
724 if (w->s->lb_value >= curmin) in decay_load()
725 w->s->lb_value -= curmin; in decay_load()
727 w->s->lb_value = 0; in decay_load()
876 (wr.s->lb_value < curmin && in find_best_bydomain()
879 curmin = wr.s->lb_value; in find_best_bydomain()
922 wr.s->lb_value < curmin && in find_best_byvalue()
[all …]
H A Djk_shm.h149 volatile jk_uint64_t lb_value; member
H A Djk_status.c1953 wr->s->lb_value,
2035 jk_print_xml_att_uint64(s, l, off+2, "lbvalue", wr->s->lb_value);
2105 jk_printf(s, l, " lbvalue=%" JK_UINT64_T_FMT, wr->s->lb_value);
2172 jk_print_prop_att_uint64(s, l, w, ajp_name, "lbvalue", wr->s->lb_value);
4514 wr->s->lb_value = 0;
4544 wr->s->lb_value = 0;
4632 if (lb->lb_workers[i].s->lb_value > curmax) {
4633 curmax = lb->lb_workers[i].s->lb_value;
4636 wr->s->lb_value = curmax;
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/
H A Dlight.cpp190 float lb_value = lb.Diffuse.xyzw.x + lb.Diffuse.xyzw.y + lb.Diffuse.xyzw.z; in sort_active_lights() local
192 if (la_value < lb_value) { in sort_active_lights()
194 } else if (la_value > lb_value) { in sort_active_lights()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropengllight.cpp210 float lb_value = lb->Diffuse[0] + lb->Diffuse[1] + lb->Diffuse[2]; in opengl_sort_active_lights() local
212 if ( la_value < lb_value ) in opengl_sort_active_lights()
214 else if ( la_value > lb_value ) in opengl_sort_active_lights()
/dports/science/cp2k-data/cp2k-7.1.0/tools/autotune_grid/xyz_to_vab/
H A Dxyz_to_vab_optimised.mod.template67 <$--(for lb_value in range(0,lb_max_local+1))-->
68 CASE(@<lb_value>@)
69 CALL xyz_to_vab_@<la_value>@_@<lb_value>@(prefactor, coef_xyz, lp, &
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/autotune_grid/xyz_to_vab/
H A Dxyz_to_vab_optimised.mod.template67 <$--(for lb_value in range(0,lb_max_local+1))-->
68 CASE(@<lb_value>@)
69 CALL xyz_to_vab_@<la_value>@_@<lb_value>@(prefactor, coef_xyz, lp, &
/dports/math/py-libpoly/libpoly-0.1.11/src/polynomial/
H A Dpolynomial.c1288 const lp_value_t* lb_value; in lp_polynomial_constraint_get_feasible_set() local
1298 lb_value = roots + (lb/2); in lp_polynomial_constraint_get_feasible_set()
1304 lb_value = &inf_neg; in lp_polynomial_constraint_get_feasible_set()
1307 lb_value = roots + ((lb-1)/2); in lp_polynomial_constraint_get_feasible_set()
1330 … lp_interval_construct(result->intervals + interval, lb_value, lb_strict, ub_value, ub_strict); in lp_polynomial_constraint_get_feasible_set()
/dports/math/libpoly/libpoly-0.1.11/src/polynomial/
H A Dpolynomial.c1288 const lp_value_t* lb_value; in lp_polynomial_constraint_get_feasible_set() local
1298 lb_value = roots + (lb/2); in lp_polynomial_constraint_get_feasible_set()
1304 lb_value = &inf_neg; in lp_polynomial_constraint_get_feasible_set()
1307 lb_value = roots + ((lb-1)/2); in lp_polynomial_constraint_get_feasible_set()
1330 … lp_interval_construct(result->intervals + interval, lb_value, lb_strict, ub_value, ub_strict); in lp_polynomial_constraint_get_feasible_set()