buildtools/cloog/test/levenshtein-1-2-3f.c
Jerome Duval 5873a060ca imported PPL 0.11.1 and CLooG 0.18.0.
* these are dependencies for gcc 4 Graphite engine build.
* CLooG 0.18.0 includes ISL 0.11.1 which is the backend that the build script enables.
* PPL is needed by GCC build even if it isn't the chosen backend.
2013-04-06 15:10:34 +02:00

43 lines
664 B
C

! Generated from ./test/levenshtein-1-2-3f.cloog by CLooG v1.0.0 64 bits in 0.03s.
! CLooG asked for 164 KBytes.
S1(i = 0,j = 0)
S2(i = 1,j = 0)
S3(i = 1,j = 1)
DO i=2, N
S2(j = 0)
DO j=1, i-1
S6
END DO
S3(j = i)
END DO
i = N+1
S7(j = 0)
DO j=1, N
S6
S8
END DO
DO i=N+2, 2*M-N-2
DO j=CEILING(REAL(i-N-2)/REAL(2)), FLOOR(REAL(i-N-1)/REAL(2))
S7
END DO
IF (MOD(i-N,2) == 0) THEN
j = (i-N)/2
S5
S8
END IF
IF (MOD(i+N,2) == 0) THEN
j = (i+N)/2
S4
S8
END IF
DO j=CEILING(REAL(i-N+1)/REAL(2)), FLOOR(REAL(i+N-1)/REAL(2))
S6
S8
END DO
END DO
DO i=2*M-N-1, 2*M-2
DO j=i-M+1, M-1
S6
END DO
END DO