Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/utils/pmx/pmx-2.7.0/
H A Dpmxab.c34217 static integer iornt; in putorn_() local
34276 iornt = pow_ii(&c__2, &ibit); in putorn_()
34310 } else if (bit_test(iornt,13) || bit_test(iornt,0)) { in putorn_()
34369 if (bit_test(iornt,2)) { in putorn_()
34375 } else if (bit_test(iornt,3)) { in putorn_()
34381 } else if (bit_test(iornt,1)) { in putorn_()
34387 } else if (bit_test(iornt,5)) { in putorn_()
34393 } else if (bit_test(iornt,6)) { in putorn_()
34405 } else if (bit_test(iornt,0)) { in putorn_()
34425 } else if (bit_test(iornt,8)) { in putorn_()
[all …]
H A Dpmx270.for21806 iornt = 2**ibit
21834 else if (btest(iornt,13) .or. btest(iornt,0)) then
21880 if (btest(iornt,2)) then
21883 else if (btest(iornt,3)) then
21886 else if (btest(iornt,1)) then
21889 else if (btest(iornt,5)) then
21892 else if (btest(iornt,6)) then
21895 else if (btest(iornt,13)) then
21898 else if (btest(iornt,0)) then
21907 else if (btest(iornt,8)) then
[all …]