Home
last modified time | relevance | path

Searched refs:state_u (Results 1 – 25 of 28) sorted by relevance

12

/dports/science/dynare/dynare-4.6.4/matlab/
H A Dset_dynare_random_generator_state.m1 function [state_u,state_n] = set_dynare_random_generator_state(state_u,state_n)
35 rand('state',state_u);
38 if ~isequal(state_u,state_n)
49 s.State = state_u;
57 rand('state',state_u);
H A Dget_dynare_random_generator_state.m1 function [state_u,state_n] = get_dynare_random_generator_state()
35 state_u = rand('state'); variable
38 state_u = s.State; variable
39 state_n = state_u;
42 state_u = rand('state'); variable
/dports/lang/perl5.30/perl-5.30.3/
H A Dinline.h2246 SV *sv = cx->blk_loop.state_u.lazysv.cur; in S_cx_poploop()
2247 cx->blk_loop.state_u.lazysv.cur = NULL; in S_cx_poploop()
2250 sv = cx->blk_loop.state_u.lazysv.end; in S_cx_poploop()
2251 cx->blk_loop.state_u.lazysv.end = NULL; in S_cx_poploop()
H A Dpp_ctl.c2252 cx->blk_loop.state_u.lazyiv.cur = SvIV_nomg(sv); in PP()
2253 cx->blk_loop.state_u.lazyiv.end = SvIV_nomg(right); in PP()
2257 cx->blk_loop.state_u.lazysv.cur = newSVsv(sv); in PP()
2258 cx->blk_loop.state_u.lazysv.end = right; in PP()
2268 cx->blk_loop.state_u.lazysv.end = &PL_sv_no; in PP()
2275 cx->blk_loop.state_u.ary.ary = MUTABLE_AV(maybe_ary); in PP()
2277 cx->blk_loop.state_u.ary.ix = in PP()
2279 AvFILL(cx->blk_loop.state_u.ary.ary) + 1 : in PP()
2288 cx->blk_loop.state_u.stack.ix = in PP()
2291 : cx->blk_loop.state_u.stack.basesp; in PP()
[all …]
H A Dpp_hot.c3858 SV* cur = cx->blk_loop.state_u.lazysv.cur; in PP()
3859 SV *end = cx->blk_loop.state_u.lazysv.end; in PP()
3895 IV cur = cx->blk_loop.state_u.lazyiv.cur; in PP()
3896 if (UNLIKELY(cur > cx->blk_loop.state_u.lazyiv.end)) in PP()
3931 cx->blk_loop.state_u.lazyiv.end = IV_MIN; in PP()
3933 ++cx->blk_loop.state_u.lazyiv.cur; in PP()
3941 ix = (cx->blk_loop.state_u.stack.ix += inc); in PP()
3944 : ix <= cx->blk_loop.state_u.stack.basesp) in PP()
3954 av = cx->blk_loop.state_u.ary.ary; in PP()
3956 ix = (cx->blk_loop.state_u.ary.ix += inc); in PP()
H A Dscope.c1560 PTR2UV(cx->blk_loop.state_u.ary.ary)); in Perl_cx_dump()
1562 (long)cx->blk_loop.state_u.ary.ix); in Perl_cx_dump()
H A Dcop.h691 } state_u; member
H A Dsv.c14568 ncx->blk_loop.state_u.lazysv.end in Perl_cx_dup()
14569 = sv_dup_inc(ncx->blk_loop.state_u.lazysv.end, param); in Perl_cx_dup()
14576 assert ((void *) &ncx->blk_loop.state_u.ary.ary == in Perl_cx_dup()
14577 (void *) &ncx->blk_loop.state_u.lazysv.cur); in Perl_cx_dup()
14580 ncx->blk_loop.state_u.ary.ary in Perl_cx_dup()
14581 = av_dup_inc(ncx->blk_loop.state_u.ary.ary, param); in Perl_cx_dup()
/dports/lang/perl5.34/perl-5.34.0/
H A Dpp_ctl.c2286 cx->blk_loop.state_u.lazyiv.cur = SvIV_nomg(sv); in PP()
2291 cx->blk_loop.state_u.lazysv.cur = newSVsv(sv); in PP()
2292 cx->blk_loop.state_u.lazysv.end = right; in PP()
2302 cx->blk_loop.state_u.lazysv.end = &PL_sv_no; in PP()
2309 cx->blk_loop.state_u.ary.ary = MUTABLE_AV(maybe_ary); in PP()
2311 cx->blk_loop.state_u.ary.ix = in PP()
2313 AvFILL(cx->blk_loop.state_u.ary.ary) + 1 : in PP()
2321 cx->blk_loop.state_u.stack.basesp = MARK - PL_stack_base; in PP()
2322 cx->blk_loop.state_u.stack.ix = in PP()
2325 : cx->blk_loop.state_u.stack.basesp; in PP()
[all …]
H A Dinline.h2428 SV *sv = cx->blk_loop.state_u.lazysv.cur; in Perl_cx_poploop()
2429 cx->blk_loop.state_u.lazysv.cur = NULL; in Perl_cx_poploop()
2432 sv = cx->blk_loop.state_u.lazysv.end; in Perl_cx_poploop()
2433 cx->blk_loop.state_u.lazysv.end = NULL; in Perl_cx_poploop()
H A Dpp_hot.c3903 SV* cur = cx->blk_loop.state_u.lazysv.cur; in PP()
3904 SV *end = cx->blk_loop.state_u.lazysv.end; in PP()
3940 IV cur = cx->blk_loop.state_u.lazyiv.cur; in PP()
3941 if (UNLIKELY(cur > cx->blk_loop.state_u.lazyiv.end)) in PP()
3976 cx->blk_loop.state_u.lazyiv.end = IV_MIN; in PP()
3978 ++cx->blk_loop.state_u.lazyiv.cur; in PP()
3986 ix = (cx->blk_loop.state_u.stack.ix += inc); in PP()
3989 : ix <= cx->blk_loop.state_u.stack.basesp) in PP()
3999 av = cx->blk_loop.state_u.ary.ary; in PP()
4001 ix = (cx->blk_loop.state_u.ary.ix += inc); in PP()
H A Dscope.c1589 PTR2UV(cx->blk_loop.state_u.ary.ary)); in Perl_cx_dump()
1591 (long)cx->blk_loop.state_u.ary.ix); in Perl_cx_dump()
H A Dcop.h859 } state_u; member
/dports/lang/perl5.32/perl-5.32.1/
H A Dpp_ctl.c2271 cx->blk_loop.state_u.lazyiv.cur = SvIV_nomg(sv); in PP()
2272 cx->blk_loop.state_u.lazyiv.end = SvIV_nomg(right); in PP()
2276 cx->blk_loop.state_u.lazysv.cur = newSVsv(sv); in PP()
2277 cx->blk_loop.state_u.lazysv.end = right; in PP()
2287 cx->blk_loop.state_u.lazysv.end = &PL_sv_no; in PP()
2294 cx->blk_loop.state_u.ary.ary = MUTABLE_AV(maybe_ary); in PP()
2296 cx->blk_loop.state_u.ary.ix = in PP()
2298 AvFILL(cx->blk_loop.state_u.ary.ary) + 1 : in PP()
2307 cx->blk_loop.state_u.stack.ix = in PP()
2310 : cx->blk_loop.state_u.stack.basesp; in PP()
[all …]
H A Dinline.h2372 SV *sv = cx->blk_loop.state_u.lazysv.cur; in Perl_cx_poploop()
2373 cx->blk_loop.state_u.lazysv.cur = NULL; in Perl_cx_poploop()
2376 sv = cx->blk_loop.state_u.lazysv.end; in Perl_cx_poploop()
2377 cx->blk_loop.state_u.lazysv.end = NULL; in Perl_cx_poploop()
H A Dpp_hot.c3898 SV* cur = cx->blk_loop.state_u.lazysv.cur; in PP()
3899 SV *end = cx->blk_loop.state_u.lazysv.end; in PP()
3935 IV cur = cx->blk_loop.state_u.lazyiv.cur; in PP()
3936 if (UNLIKELY(cur > cx->blk_loop.state_u.lazyiv.end)) in PP()
3971 cx->blk_loop.state_u.lazyiv.end = IV_MIN; in PP()
3973 ++cx->blk_loop.state_u.lazyiv.cur; in PP()
3981 ix = (cx->blk_loop.state_u.stack.ix += inc); in PP()
3984 : ix <= cx->blk_loop.state_u.stack.basesp) in PP()
3994 av = cx->blk_loop.state_u.ary.ary; in PP()
3996 ix = (cx->blk_loop.state_u.ary.ix += inc); in PP()
H A Dscope.c1564 PTR2UV(cx->blk_loop.state_u.ary.ary)); in Perl_cx_dump()
1566 (long)cx->blk_loop.state_u.ary.ix); in Perl_cx_dump()
H A Dcop.h721 } state_u; member
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dpp_ctl.c2286 cx->blk_loop.state_u.lazyiv.cur = SvIV_nomg(sv); in PP()
2291 cx->blk_loop.state_u.lazysv.cur = newSVsv(sv); in PP()
2292 cx->blk_loop.state_u.lazysv.end = right; in PP()
2302 cx->blk_loop.state_u.lazysv.end = &PL_sv_no; in PP()
2309 cx->blk_loop.state_u.ary.ary = MUTABLE_AV(maybe_ary); in PP()
2311 cx->blk_loop.state_u.ary.ix = in PP()
2313 AvFILL(cx->blk_loop.state_u.ary.ary) + 1 : in PP()
2321 cx->blk_loop.state_u.stack.basesp = MARK - PL_stack_base; in PP()
2322 cx->blk_loop.state_u.stack.ix = in PP()
2325 : cx->blk_loop.state_u.stack.basesp; in PP()
[all …]
H A Dpp_hot.c3917 SV* cur = cx->blk_loop.state_u.lazysv.cur; in PP()
3918 SV *end = cx->blk_loop.state_u.lazysv.end; in PP()
3954 IV cur = cx->blk_loop.state_u.lazyiv.cur; in PP()
3955 if (UNLIKELY(cur > cx->blk_loop.state_u.lazyiv.end)) in PP()
3990 cx->blk_loop.state_u.lazyiv.end = IV_MIN; in PP()
3992 ++cx->blk_loop.state_u.lazyiv.cur; in PP()
4000 ix = (cx->blk_loop.state_u.stack.ix += inc); in PP()
4003 : ix <= cx->blk_loop.state_u.stack.basesp) in PP()
4013 av = cx->blk_loop.state_u.ary.ary; in PP()
4015 ix = (cx->blk_loop.state_u.ary.ix += inc); in PP()
H A Dinline.h3020 SV *sv = cx->blk_loop.state_u.lazysv.cur; in Perl_cx_poploop()
3021 cx->blk_loop.state_u.lazysv.cur = NULL; in Perl_cx_poploop()
3024 sv = cx->blk_loop.state_u.lazysv.end; in Perl_cx_poploop()
3025 cx->blk_loop.state_u.lazysv.end = NULL; in Perl_cx_poploop()
H A Dscope.c1586 PTR2UV(cx->blk_loop.state_u.ary.ary)); in Perl_cx_dump()
1588 (long)cx->blk_loop.state_u.ary.ix); in Perl_cx_dump()
H A Dcop.h850 } state_u; member
/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/src/
H A Dkeys.c2016 int state_u, state_c; in toggle_buttons_scope() local
2018 state_u = gtk_toggle_button_get_active( in toggle_buttons_scope()
2026 if (state_u != scope || state_u == state_c) { in toggle_buttons_scope()
/dports/math/polymake/polymake-4.5/lib/core/src/perl/
H A DCPlusPlus.xxs689 if (cx->blk_loop.state_u.ary.ary == my_av) {
710 cx->blk_loop.state_u.ary.ary = my_av;

12