Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dsubsample.c86 static int smpl_get_int (const char *s, DATASET *dset, int *err);
1138 subn = smpl_get_int(s, dset, &err); in make_random_mask()
2463 static int smpl_get_int (const char *s, DATASET *dset, int *err) in smpl_get_int() function
2534 int incr = smpl_get_int(s + 1, dset, &err); in get_sample_limit()
2556 ret = smpl_get_int(s, dset, &err); in get_sample_limit()
2720 s1 = smpl_get_int(start, dset, &err); in set_panel_sample()
2722 s2 = smpl_get_int(stop, dset, &err); in set_panel_sample()