Searched refs:len_time (Results 1 – 7 of 7) sorted by relevance
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/strategies/utils_st/ |
H A D | fm.c | 14 t->len_time = 1; in fm_create() 19 t->time = calloc(t->len_time, sizeof(double)); in fm_create() 63 return t->len_time; in fm_get_len_time() 102 if (len != t->len_time) { //realloc in fm_set_time() 105 t->len_time = len; in fm_set_time() 108 for (int i = 0; i < t->len_time; i++) in fm_set_time() 117 fm_set_time(cop, t->time, t->len_time); in fm_copy() 127 for (int i = 0; i < t->len_time; i++) in fm_put_zero() 169 int len_time = fm_get_len_time(elem); in fm_fprint() local 170 for (int i = 0; i < len_time; i++) in fm_fprint()
|
H A D | tab_fm.cpp | 54 double *proba, int len_proba, double *time, int len_time, in tabular_fm_add() argument 58 len_time, len_p_min, t->index); in tabular_fm_add() 64 fm->len_proba, fm->time, fm->len_time, fm->len_p_min, in tabular_fm_set_fm_index() 70 double *proba, int len_proba, double *time, int len_time, in tabular_fm_set_index() argument 83 fm_set_time(t->tab[ind], time, len_time); in tabular_fm_set_index() 176 int len_time = 100; in sub_routine_fm_fscanf() local 180 double time[len_time]; in sub_routine_fm_fscanf() 207 while (ind < len_time && *current_char != '|') { in sub_routine_fm_fscanf()
|
H A D | tab_fm.h | 36 double *proba, int len_proba, double *time, int len_time, 43 double *proba, int len_proba, double *time, int len_time,
|
H A D | fm.h | 13 int len_time; //index of array time member
|
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/strategies/ |
H A D | generate_strategies.cpp | 125 int len_time = fm_get_len_time (elem); in compute_time_strategy() local 126 if (ind_time >= len_time) in compute_time_strategy() 127 time_method = elem->time[len_time-1]; in compute_time_strategy()
|
H A D | test_strategy_cado.cpp | 373 int len_time = fm_get_len_time (elem); in compute_time_strategy_ileav() local 374 if (ind_time[side] >= len_time) in compute_time_strategy_ileav() 375 time_method = elem->time[len_time-1]; in compute_time_strategy_ileav()
|
/dports/multimedia/libmpeg3/libmpeg3-1.8/ |
H A D | ifo.h | 163 u_int len_time : 32; member
|