Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions benchmarks/CLEVER/LoopUnreach15/Neq/newV.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package benchmarks.CLEVER.LoopUnreach5.Neq;
package benchmarks.CLEVER.LoopUnreach15.Neq;
public class newV {
private int foo(int a, int b) {
int c=1;
Expand All @@ -13,4 +13,4 @@ public int main(int x) {
return foo(x,15);
return 0;
}
}
}
4 changes: 2 additions & 2 deletions benchmarks/CLEVER/getSign2/Neq/newV.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package benchmarks.CLEVER.getSign2.Eq;
package benchmarks.CLEVER.getSign2.Neq;
public class newV {
private int lib(int x) {
if (x <= 0)
Expand All @@ -9,4 +9,4 @@ private int lib(int x) {
public int client(int x){
return lib(x);
}
}
}
4 changes: 2 additions & 2 deletions benchmarks/CLEVER/is_prime1/Neq/newV.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package benchmarks.CLEVER.is_prime1.Eq;
package benchmarks.CLEVER.is_prime1.Neq;
public class newV {
int NUMPRIMES = 8;
int[] primes = { 2, 3, 5, 7, 11, 13, 17, 19 };
Expand All @@ -20,4 +20,4 @@ public boolean client(int x) {
}
return lib(x,1);
}
}
}
4 changes: 2 additions & 2 deletions benchmarks/CLEVER/is_prime1/Neq/oldV.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package benchmarks.CLEVER.is_prime1.Eq;
package benchmarks.CLEVER.is_prime1.Neq;
public class oldV {
int NUMPRIMES = 8;
int[] primes = { 2, 3, 5, 7, 11, 13, 17, 19 };
Expand All @@ -20,4 +20,4 @@ public boolean client(int x) {
}
return lib(x,1);
}
}
}
4 changes: 2 additions & 2 deletions benchmarks/REVE/ackermann/Neq/oldV.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package benchmarks.REVE.ackermann.Neq;
public class newV {
public class oldV {
int f(int m, int n) {
int r;
int x;
Expand All @@ -16,4 +16,4 @@ int f(int m, int n) {
}}
return r;
}
}
}
4 changes: 2 additions & 2 deletions benchmarks/REVE/barthe/Neq/newV.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package benchmarks.REVE.barthe.Eq;
package benchmarks.REVE.barthe.Neq;
public class newV {
int f(int n, int c) {
int i;
Expand All @@ -17,4 +17,4 @@ int f(int n, int c) {
}
return x;
}
}
}
4 changes: 2 additions & 2 deletions benchmarks/REVE/barthe/Neq/oldV.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package benchmarks.REVE.barthe.Eq;
package benchmarks.REVE.barthe.Neq;
public class oldV {
int f(int n, int c) {
int i;
Expand All @@ -14,4 +14,4 @@ int f(int n, int c) {
}
return x;
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.