URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [graphite/] [id-13.f] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
DIMENSION FF(19) COMMON UF(9) CALL RYSNOD(K) DO 150 K=2,N JMAX=K-1 DUM = ONE/FF(1) DO 110 J=1,JMAX DUM=DUM+POLY*POLY 110 CONTINUE 150 CONTINUE UF(K)=DUM/(ONE-DUM) END
Go to most recent revision | Compare with Previous | Blame | View Log