Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dpmx270.for3425 ivother = ivmx(iv,(3-iupdown)/2)
3427 do 5 kkp = 1 , nib(ivother,ibar)
3429 tother = tother+nodur(ivother,kkp)
3440 if (.not.btest(irest(ivother,kkp),0)) then ! Not a rest, use it
3441 levother = nolev(ivother,kkp)-ncmid(iv,ip)+4
3443 if (nodur(ivother,kkp) .eq. nodur(ivx,ip)) then
17093 c ivother = ivmx(iv,(3-iupdown)/2)
17095 c do 5 kkp = 1 , nib(ivother,ibar)
17097 c tother = tother+nodur(ivother,kkp)
17109 c levother = nolev(ivother,kkp)-ncmid(iv,ip)+4
[all …]
H A Dpmxab.c5818 static integer levtop, iraise1, iraise2, ivother, levnext, iupdown; in chkkbdrests_() local
5890 ivother = ivmx[*iv + (3 - iupdown) / 2 * 24]; in chkkbdrests_()
5892 i__1 = nib[ivother + *ibar * 24]; in chkkbdrests_()
5897 tother += nodur[ivother + kkp * 24]; in chkkbdrests_()
5909 if (! bit_test(irest[ivother + kkp * 24],0)) { in chkkbdrests_()
5911 levother = nolev[ivother + kkp * 24] - ncmid_(iv, ip) + 4; in chkkbdrests_()
5913 if (nodur[ivother + kkp * 24] == nodur[*ivx + *ip * 24]) { in chkkbdrests_()