You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
z=ASGNINPLACESGN(SGNIF(jtinplace,JTINPLACEWX),w)?w:z; // inplace allowed, just one cell, result rank (an) <= current rank (so rank fits), usecount is right
140
+
z=0&&ASGNINPLACESGN(SGNIF(jtinplace,JTINPLACEWX),w)?w:z; // could inplace if source & target of unfilled area don't overlap. Better to try extension a la apip
141
141
}
142
142
u=CAV(w); wn=AN(w); s=AS(w); k=bpnoun(AT(w));
143
143
if(z==0)GA(z,AT(w),wn,wr,s); v=CAV(z); // allocate result area, unless we are inplacing into w
0 commit comments