Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dREMLfit.c579 reml_setup *my_rset = NULL ; in main() local
3694 my_rset = rsetp_dsort->rset ; in main()
3713 if( my_rset == NULL ){ in main()
3714 my_rset = RCsli[ss]->rs[jj] ; in main()
3775 iv[0] = my_rset->rho ; iv[1] = my_rset->barm ; in main()
3796 my_rset , my_rset->glt[kk] , in main()
3824 my_rset , my_rset->glt[kk] , in main()
4147 if( my_rset == NULL ){ in main()
4161 if( my_rset->nglt == 0 ){ in main()
4209 my_rset , my_rset->glt[kk] , in main()
[all …]
/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.c3446 gretl_restriction *my_rset = NULL; in do_restrict() local
3485 if (my_rset == NULL) { in do_restrict()
3487 my_rset = eqn_restriction_set_start(bufline, pmod, in do_restrict()
3490 my_rset = cross_restriction_set_start(bufline, sys); in do_restrict()
3492 my_rset = var_restriction_set_start(bufline, vecm); in do_restrict()
3494 if (my_rset == NULL) { in do_restrict()
3499 err = restriction_set_parse_line(my_rset, bufline, dataset); in do_restrict()
3523 destroy_restriction_set(my_rset); in do_restrict()
3537 vnew = gretl_restricted_vecm(my_rset, dataset, opt, prn, &err); in do_restrict()
3539 err = gretl_restriction_finalize(my_rset, dataset, OPT_NONE, prn); in do_restrict()