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
a47e3b6f
Commit
a47e3b6f
authored
Oct 03, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
C++ portability changes.
parent
c7eab028
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
src/bool/lucky/luckyFast6.c
+3
-3
src/bool/lucky/luckyInt.h
+2
-3
No files found.
src/bool/lucky/luckyFast6.c
View file @
a47e3b6f
...
...
@@ -18,7 +18,7 @@
ABC_NAMESPACE_IMPL_START
inline
void
resetPCanonPermArray_6Vars
(
char
*
x
)
void
resetPCanonPermArray_6Vars
(
char
*
x
)
{
x
[
0
]
=
'a'
;
x
[
1
]
=
'b'
;
...
...
@@ -27,7 +27,7 @@ inline void resetPCanonPermArray_6Vars(char* x)
x
[
4
]
=
'e'
;
x
[
5
]
=
'f'
;
}
inline
void
resetPCanonPermArray
(
char
*
x
,
int
nVars
)
void
resetPCanonPermArray
(
char
*
x
,
int
nVars
)
{
int
i
;
for
(
i
=
0
;
i
<
nVars
;
i
++
)
...
...
@@ -36,7 +36,7 @@ inline void resetPCanonPermArray(char* x, int nVars)
inline
word
Abc_allFlip
(
word
x
,
unsigned
*
pCanonPhase
)
word
Abc_allFlip
(
word
x
,
unsigned
*
pCanonPhase
)
{
if
(
(
x
>>
63
)
)
{
...
...
src/bool/lucky/luckyInt.h
View file @
a47e3b6f
...
...
@@ -126,10 +126,9 @@ extern inline unsigned Kit_TruthSemiCanonicize_Yasha( word* pInOut, int nVars,
extern
inline
unsigned
Kit_TruthSemiCanonicize_Yasha1
(
word
*
pInOut
,
int
nVars
,
char
*
pCanonPerm
,
int
*
pStore
);
extern
inline
word
luckyCanonicizer_final_fast_6Vars
(
word
InOut
,
int
*
pStore
,
char
*
pCanonPerm
,
unsigned
*
pCanonPhase
);
extern
inline
word
luckyCanonicizer_final_fast_6Vars1
(
word
InOut
,
int
*
pStore
,
char
*
pCanonPerm
,
unsigned
*
pCanonPhase
);
extern
inline
void
resetPCanonPermArray_6Vars
(
char
*
x
);
extern
void
swap_ij
(
word
*
f
,
int
totalVars
,
int
varI
,
int
varJ
);
extern
inline
unsigned
adjustInfoAfterSwap
(
char
*
pCanonPerm
,
unsigned
uCanonPhase
,
int
iVar
,
unsigned
info
);
extern
inline
void
resetPCanonPermArray
(
char
*
x
,
int
nVars
);
extern
void
resetPCanonPermArray_6Vars
(
char
*
x
);
extern
void
swap_ij
(
word
*
f
,
int
totalVars
,
int
varI
,
int
varJ
);
ABC_NAMESPACE_HEADER_END
...
...
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