URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [graphite/] [id-16.f] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
SUBROUTINE BFN(X,BF) DIMENSION BF(13) DIMENSION FACT(17) DO 70 M=0,LAST XF = 1 IF(M.NE.0) XF = FACT(M) Y = Y + XF 70 CONTINUE BF(1)=Y END
Go to most recent revision | Compare with Previous | Blame | View Log