Home
last modified time | relevance | path

Searched refs:h_old (Results 1 – 25 of 66) sorted by relevance

123

/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Dhashtab-impl.h220 static struct HashTab *hashtab_copy(struct HashTab *h_old, unsigned newsize) in hashtab_copy() argument
225 h_new = hashtab_create(newsize, h_old->cmp_fn, h_old->ca); in hashtab_copy()
226 for (; h_old; h_old = h_old->next) { in hashtab_copy()
227 for (i = 0; i < h_old->size; i++) { in hashtab_copy()
228 struct HashItem *s = &h_old->tab[i]; in hashtab_copy()
/dports/audio/malint/malint-0.2/
H A Dmalint.c249 unsigned long h, h_old, h_next, h_change_mask; in process_file() local
284 h_old = 0; in process_file()
320 if (h_old == 0) { in process_file()
337 h_old = h; in process_file()
348 h_old = h; in process_file()
420 if ((h_old && vbr in process_file()
423 print_header(l, h_old, bitr); in process_file()
426 if (h_old && (output & OUT_PLAYTIME)) { in process_file()
429 len = (nframes*MPEG_NSAMP(h_old))/MPEG_SAMPFREQ(h_old); in process_file()
435 len = (vbr->frames*MPEG_NSAMP(h_old))/MPEG_SAMPFREQ(h_old); in process_file()
[all …]
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_ode-initval__cstd.c93 const double h_old = *h;
100 eps_rel * (a_y * fabs(y[i]) + a_dydt * fabs(h_old * yp[i])) + eps_abs;
113 *h = r * h_old;
127 *h = r * h_old;
H A Dgsl_ode-initval__cscal.c96 const double h_old = *h; in sc_control_hadjust() local
103 eps_rel * (a_y * fabs(y[i]) + a_dydt * fabs(h_old * yp[i])) in sc_control_hadjust()
117 *h = r * h_old; in sc_control_hadjust()
131 *h = r * h_old; in sc_control_hadjust()
/dports/math/gsl/gsl-2.7/ode-initval/
H A Dcstd.c93 const double h_old = *h; in std_control_hadjust() local
100 eps_rel * (a_y * fabs(y[i]) + a_dydt * fabs(h_old * yp[i])) + eps_abs; in std_control_hadjust()
113 *h = r * h_old; in std_control_hadjust()
127 *h = r * h_old; in std_control_hadjust()
H A Dcscal.c96 const double h_old = *h; in sc_control_hadjust() local
103 eps_rel * (a_y * fabs(y[i]) + a_dydt * fabs(h_old * yp[i])) in sc_control_hadjust()
117 *h = r * h_old; in sc_control_hadjust()
131 *h = r * h_old; in sc_control_hadjust()
H A Devolve.c205 double h_old = h0; in gsl_odeiv_evolve_apply() local
219 if (fabs(h0) < fabs(h_old) && t_next != t_curr) in gsl_odeiv_evolve_apply()
228 h0 = h_old; /* keep current step size */ in gsl_odeiv_evolve_apply()
/dports/math/gsl/gsl-2.7/ode-initval2/
H A Dcstd.c96 const double h_old = *h; in std_control_hadjust() local
104 eps_rel * (a_y * fabs (y[i]) + a_dydt * fabs (h_old * yp[i])) + in std_control_hadjust()
119 *h = r * h_old; in std_control_hadjust()
134 *h = r * h_old; in std_control_hadjust()
H A Dcscal.c99 const double h_old = *h; in sc_control_hadjust() local
107 eps_rel * (a_y * fabs (y[i]) + a_dydt * fabs (h_old * yp[i])) in sc_control_hadjust()
122 *h = r * h_old; in sc_control_hadjust()
138 *h = r * h_old; in sc_control_hadjust()
H A Devolve.c199 double h_old = h0; in gsl_odeiv2_evolve_apply() local
214 if (fabs (h0) < fabs (h_old) && t_next != t_curr) in gsl_odeiv2_evolve_apply()
253 double h_old = h0; in gsl_odeiv2_evolve_apply() local
268 if (fabs (h0) < fabs (h_old) && t_next != t_curr) in gsl_odeiv2_evolve_apply()
/dports/games/lbreakout/lbreakout-010315/lbreakout/
H A Dmenuitem.cpp357 int h_old = dh; in StrUpdate() local
365 h_old = (dh > h_old) ? dh : h_old; in StrUpdate()
366 SDL_UpdateRect(sdl.scr, x_old, y_old, w_old, h_old); in StrUpdate()
/dports/math/libmesh/libmesh-1.6.2/src/quadrature/
H A Dquadrature.C145 h_old = old_range.second - old_range.first; in scale() local
149 libmesh_assert_greater (h_old, 0.); in scale()
155 Real scfact = h_new/h_old; in scale()
/dports/net/scapy/scapy-2.4.5/scapy/
H A Dautorun.py116 h_old = log_scapy.handlers[0]
117 log_scapy.removeHandler(h_old)
129 log_scapy.addHandler(h_old)
/dports/devel/libslang2/slang-2.3.2/modules/
H A Dhistogram-module.c837 SLang_Array_Type *grid_old, *h_old, *grid_new, *h_new; in hist1d_rebin() local
846 if (-1 == pop_1d_double_arrays (&grid_old, &h_old)) in hist1d_rebin()
851 SLang_free_array (h_old); in hist1d_rebin()
863 SLang_free_array (h_old); in hist1d_rebin()
868 (double *)grid_old->data, (double *)h_old->data, (SLuindex_Type) old_num_bins, in hist1d_rebin()
875 SLang_free_array (h_old); in hist1d_rebin()
/dports/net-im/licq-jabber/licq-f271d55/qt-gui/src/config/
H A Dskin.cpp310 void Config::ShapeSkin::AdjustForMenuBar(int h_old, int h_new) in AdjustForMenuBar() argument
313 rect.setTop(rect.top() + h_new - h_old); in AdjustForMenuBar()
315 rect.setBottom(rect.bottom() + h_new - h_old); in AdjustForMenuBar()
318 void Config::Border::AdjustForMenuBar(int h_old, int h_new) in AdjustForMenuBar() argument
320 top += (h_new - h_old); in AdjustForMenuBar()
/dports/net-im/licq-qt-gui/licq-f271d55/qt-gui/src/config/
H A Dskin.cpp310 void Config::ShapeSkin::AdjustForMenuBar(int h_old, int h_new) in AdjustForMenuBar() argument
313 rect.setTop(rect.top() + h_new - h_old); in AdjustForMenuBar()
315 rect.setBottom(rect.bottom() + h_new - h_old); in AdjustForMenuBar()
318 void Config::Border::AdjustForMenuBar(int h_old, int h_new) in AdjustForMenuBar() argument
320 top += (h_new - h_old); in AdjustForMenuBar()
/dports/net-im/licq-osd/licq-f271d55/qt-gui/src/config/
H A Dskin.cpp310 void Config::ShapeSkin::AdjustForMenuBar(int h_old, int h_new) in AdjustForMenuBar() argument
313 rect.setTop(rect.top() + h_new - h_old); in AdjustForMenuBar()
315 rect.setBottom(rect.bottom() + h_new - h_old); in AdjustForMenuBar()
318 void Config::Border::AdjustForMenuBar(int h_old, int h_new) in AdjustForMenuBar() argument
320 top += (h_new - h_old); in AdjustForMenuBar()
/dports/net-im/licq/licq-f271d55/qt-gui/src/config/
H A Dskin.cpp310 void Config::ShapeSkin::AdjustForMenuBar(int h_old, int h_new) in AdjustForMenuBar() argument
313 rect.setTop(rect.top() + h_new - h_old); in AdjustForMenuBar()
315 rect.setBottom(rect.bottom() + h_new - h_old); in AdjustForMenuBar()
318 void Config::Border::AdjustForMenuBar(int h_old, int h_new) in AdjustForMenuBar() argument
320 top += (h_new - h_old); in AdjustForMenuBar()
/dports/net-im/licq-icq/licq-f271d55/qt-gui/src/config/
H A Dskin.cpp310 void Config::ShapeSkin::AdjustForMenuBar(int h_old, int h_new) in AdjustForMenuBar() argument
313 rect.setTop(rect.top() + h_new - h_old); in AdjustForMenuBar()
315 rect.setBottom(rect.bottom() + h_new - h_old); in AdjustForMenuBar()
318 void Config::Border::AdjustForMenuBar(int h_old, int h_new) in AdjustForMenuBar() argument
320 top += (h_new - h_old); in AdjustForMenuBar()
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/srt/
H A Dfix-partial-availability.patch1 --- srt/common/srt_compat.h_old 2018-12-20 02:07:53.000000000 +0100
/dports/science/nwchem-data/nwchem-7.0.2-release/src/basis/
H A Dbas_blasP.F73 integer s_old, s_new, k_old, k_new, h_old, h_new
133 h_old = exndcf(H_exndcf,ind)
152 if (.not.ma_free_heap(h_old)) call errquit
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/basis/
H A Dbas_blasP.F73 integer s_old, s_new, k_old, k_new, h_old, h_new
133 h_old = exndcf(H_exndcf,ind)
152 if (.not.ma_free_heap(h_old)) call errquit
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dpr.c2196 int h_old = output_position; in print_white_space() local
2197 int goal = h_old + spaces_not_printed; in print_white_space()
2199 while (goal - h_old > 1 in print_white_space()
2200 && (h_new = POS_AFTER_TAB (chars_per_output_tab, h_old)) <= goal) in print_white_space()
2203 h_old = h_new; in print_white_space()
2205 while (++h_old <= goal) in print_white_space()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dpr.c2195 int h_old = output_position; in print_white_space() local
2196 int goal = h_old + spaces_not_printed; in print_white_space()
2198 while (goal - h_old > 1 in print_white_space()
2199 && (h_new = POS_AFTER_TAB (chars_per_output_tab, h_old)) <= goal) in print_white_space()
2202 h_old = h_new; in print_white_space()
2204 while (++h_old <= goal) in print_white_space()
/dports/graphics/qiv/qiv-2.3.2/
H A Dimage.c493 int w_old, h_old; in zoom_in() local
505 h_old = q->win_h; in zoom_in()
511 q->win_y -= (q->win_h - h_old) / 2; in zoom_in()
526 int w_old, h_old; in zoom_out() local
537 h_old = q->win_h; in zoom_out()
546 q->win_y -= (q->win_h - h_old) / 2; in zoom_out()

123