Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dpmxab.c3835 static integer ipleft; in beamid_() local
4116 ipleft = ip - 1; in beamid_()
4117 if (bit_test(all_1.irest[commvl_1.ivx + ipleft * 24 - 25],0)) { in beamid_()
4118 --ipleft; in beamid_()
4120 if (! bit_test(all_1.islur[commvl_1.ivx + ipleft * 24 - 25],20)) { in beamid_()
4121 multl = (15 & all_1.mult[commvl_1.ivx + ipleft * 24 - 25]) - 8; in beamid_()
H A Dpmx270.for2236 ipleft = ip-1
2237 if (btest(irest(ivx,ipleft),0)) ipleft = ipleft-1
2238 if (.not.btest(islur(ivx,ipleft),20)) then
2239 multl = iand(15,mult(ivx,ipleft))-8