Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
2b462530
Commit
2b462530
authored
Mar 03, 2017
by
Heinz Riener
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed int to unsigned / narrowing conversion error
parent
5318619c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/aig/gia/giaIso.c
+1
-1
src/aig/gia/giaIso2.c
+1
-1
src/aig/saig/saigIsoSlow.c
+1
-1
No files found.
src/aig/gia/giaIso.c
View file @
2b462530
...
@@ -24,7 +24,7 @@ ABC_NAMESPACE_IMPL_START
...
@@ -24,7 +24,7 @@ ABC_NAMESPACE_IMPL_START
#define ISO_MASK 0xFF
#define ISO_MASK 0xFF
static
int
s_256Primes
[
ISO_MASK
+
1
]
=
static
unsigned
int
s_256Primes
[
ISO_MASK
+
1
]
=
{
{
0x984b6ad9
,
0x18a6eed3
,
0x950353e2
,
0x6222f6eb
,
0xdfbedd47
,
0xef0f9023
,
0xac932a26
,
0x590eaf55
,
0x984b6ad9
,
0x18a6eed3
,
0x950353e2
,
0x6222f6eb
,
0xdfbedd47
,
0xef0f9023
,
0xac932a26
,
0x590eaf55
,
0x97d0a034
,
0xdc36cd2e
,
0x22736b37
,
0xdc9066b0
,
0x2eb2f98b
,
0x5d9c7baf
,
0x85747c9e
,
0x8aca1055
,
0x97d0a034
,
0xdc36cd2e
,
0x22736b37
,
0xdc9066b0
,
0x2eb2f98b
,
0x5d9c7baf
,
0x85747c9e
,
0x8aca1055
,
...
...
src/aig/gia/giaIso2.c
View file @
2b462530
...
@@ -27,7 +27,7 @@ ABC_NAMESPACE_IMPL_START
...
@@ -27,7 +27,7 @@ ABC_NAMESPACE_IMPL_START
#define ISO_MASK 0xFF
#define ISO_MASK 0xFF
static
int
s_256Primes
[
ISO_MASK
+
1
]
=
static
unsigned
int
s_256Primes
[
ISO_MASK
+
1
]
=
{
{
0x984b6ad9
,
0x18a6eed3
,
0x950353e2
,
0x6222f6eb
,
0xdfbedd47
,
0xef0f9023
,
0xac932a26
,
0x590eaf55
,
0x984b6ad9
,
0x18a6eed3
,
0x950353e2
,
0x6222f6eb
,
0xdfbedd47
,
0xef0f9023
,
0xac932a26
,
0x590eaf55
,
0x97d0a034
,
0xdc36cd2e
,
0x22736b37
,
0xdc9066b0
,
0x2eb2f98b
,
0x5d9c7baf
,
0x85747c9e
,
0x8aca1055
,
0x97d0a034
,
0xdc36cd2e
,
0x22736b37
,
0xdc9066b0
,
0x2eb2f98b
,
0x5d9c7baf
,
0x85747c9e
,
0x8aca1055
,
...
...
src/aig/saig/saigIsoSlow.c
View file @
2b462530
...
@@ -120,7 +120,7 @@ static int s_1kPrimes[ISO_MASK+1] = {
...
@@ -120,7 +120,7 @@ static int s_1kPrimes[ISO_MASK+1] = {
*/
*/
#define ISO_MASK 0x3FF
#define ISO_MASK 0x3FF
static
int
s_1kPrimes
[
ISO_MASK
+
1
]
=
static
unsigned
int
s_1kPrimes
[
ISO_MASK
+
1
]
=
//#define ISO_MASK 0xFF
//#define ISO_MASK 0xFF
//static int s_1kPrimes[0x3FF+1] =
//static int s_1kPrimes[0x3FF+1] =
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment