Home
last modified time | relevance | path

Searched refs:jump_num (Results 1 – 6 of 6) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/dream/
H A Ddream.cpp945 int jump_dim[], int jump_num, int pair_num, int par_num, int r[], in diff_compute() argument
1026 for ( j = 0; j < jump_num; j++ ) in diff_compute()
2199 int jump_dim[], int &jump_num, double &jumprate, double jumprate_table[], in jumprate_choose() argument
2265 jump_num = 0; in jumprate_choose()
2277 jump_dim[jump_num] = i; in jumprate_choose()
2278 jump_num = jump_num + 1; in jumprate_choose()
2284 if ( jump_num == 0 ) in jumprate_choose()
2290 jumprate = jumprate_table[jump_num-1]; in jumprate_choose()
3247 int jump_num; in sample_candidate() local
3289 jumprate_choose ( cr, cr_index, cr_num, gen_index, jump_dim, jump_num, in sample_candidate()
[all …]
H A Ddream.hpp28 int jump_num, int pair_num, int par_num, int r[], double z[] );
52 int jump_dim[], int &jump_num, double &jumprate, double jumprate_table[],
/dports/misc/clifm/clifm-1.3/src/
H A Djump.c169 int jump_num = 0; in save_jumpdb() local
188 jump_num++; in save_jumpdb()
/dports/misc/clifm/clifm-1.3/misc/codecov/
H A Djump.c.gcov314 5: 169: int jump_num = 0;
356 190: 188: jump_num++;
/dports/mail/alpine/alpine-465e23b/alpine/
H A Dmailcmd.c5240 long closest, jump_num; in jump_to() local
5243 jump_num = atol(jump_num_string); in jump_to()
5245 jump_num = -1L; in jump_to()
5248 closest = closest_jump_target(jump_num, ps_global->mail_stream, in jump_to()
5255 if(closest == jump_num) in jump_to()
5256 return(jump_num); in jump_to()
/dports/editors/pico-alpine/alpine-465e23b/alpine/
H A Dmailcmd.c5240 long closest, jump_num; in jump_to() local
5243 jump_num = atol(jump_num_string); in jump_to()
5245 jump_num = -1L; in jump_to()
5248 closest = closest_jump_target(jump_num, ps_global->mail_stream, in jump_to()
5255 if(closest == jump_num) in jump_to()
5256 return(jump_num); in jump_to()