Home
last modified time | relevance | path

Searched refs:g_exp_nvals (Results 1 – 3 of 3) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmodel_conv_PRF_6_BAD.c72 static int g_exp_nvals = 0; /* maxval*ipieces + 1 */ variable
114 if ( eind >= 0 && eind <= g_exp_nvals ) \
570 g_exp_nvals = (int)(g_exp_maxval * g_exp_ipieces) + 1; in reset_exp_time_series()
573 g_exp_nvals, g_exp_maxval, g_exp_ipieces); in reset_exp_time_series()
576 g_exp_ts = (float *)malloc(g_exp_nvals * sizeof(float)); in reset_exp_time_series()
578 fprintf(stderr,"** failed to alloc %d floats, buring...\n", g_exp_nvals); in reset_exp_time_series()
585 for( ind = 0; ind < g_exp_nvals; ind++ ) in reset_exp_time_series()
1168 if ( eind < g_exp_nvals ) { in compute_e_x_grid()
H A Dmodel_conv_PRF_6.c93 static int g_exp_nvals = 0; /* maxval*ipieces + 1 */ variable
135 if ( eind >= 0 && eind <= g_exp_nvals ) \
642 g_exp_nvals = (int)(g_exp_maxval * g_exp_ipieces) + 1; in reset_exp_time_series()
647 genv_precompute_e2x, g_exp_nvals, g_exp_maxval, g_exp_ipieces); in reset_exp_time_series()
650 g_exp_ts = (float *)malloc(g_exp_nvals * sizeof(float)); in reset_exp_time_series()
652 fprintf(stderr,"** failed to alloc %d floats, buring...\n", g_exp_nvals); in reset_exp_time_series()
659 for( ind = 0; ind < g_exp_nvals; ind++ ) in reset_exp_time_series()
1269 if ( eind < g_exp_nvals ) in compute_e_x_grid()
H A Dprf_common_circular.c61 static int g_exp_nvals = 0; /* maxval*ipieces + 1 */ variable
103 if ( eind >= 0 && eind <= g_exp_nvals ) \
812 g_exp_nvals = (int)(g_exp_maxval * g_exp_ipieces) + 1; in reset_exp_time_series()
815 g_exp_nvals, g_exp_maxval, g_exp_ipieces); in reset_exp_time_series()
818 g_exp_ts = (float *)malloc(g_exp_nvals * sizeof(float)); in reset_exp_time_series()
820 fprintf(stderr,"** failed to alloc %d floats, buring...\n", g_exp_nvals); in reset_exp_time_series()
827 for( ind = 0; ind < g_exp_nvals; ind++ ) in reset_exp_time_series()
1231 if ( eind < g_exp_nvals ) { in compute_e_x_grid()