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
55594441
Commit
55594441
authored
Oct 03, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
C++ portability changes.
parent
c890440f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/bool/lucky/luckyFast6.c
+3
-3
No files found.
src/bool/lucky/luckyFast6.c
View file @
55594441
...
@@ -48,7 +48,7 @@ void resetPCanonPermArray(char* x, int nVars)
...
@@ -48,7 +48,7 @@ void resetPCanonPermArray(char* x, int nVars)
}
}
inline
unsigned
adjustInfoAfterSwap
(
char
*
pCanonPerm
,
unsigned
uCanonPhase
,
int
iVar
,
unsigned
info
)
unsigned
adjustInfoAfterSwap
(
char
*
pCanonPerm
,
unsigned
uCanonPhase
,
int
iVar
,
unsigned
info
)
{
{
if
(
info
<
4
)
if
(
info
<
4
)
return
(
uCanonPhase
^=
(
info
<<
iVar
));
return
(
uCanonPhase
^=
(
info
<<
iVar
));
...
@@ -262,12 +262,12 @@ inline word Extra_Truth6MinimumRoundMany1( word t, int* pStore, char* pCanonPerm
...
@@ -262,12 +262,12 @@ inline word Extra_Truth6MinimumRoundMany1( word t, int* pStore, char* pCanonPerm
return
Extra_Truth6MinimumRoundMany
(
t
,
pStore
,
pCanonPerm
,
pCanonPhase
);
return
Extra_Truth6MinimumRoundMany
(
t
,
pStore
,
pCanonPerm
,
pCanonPhase
);
}
}
inline
word
luckyCanonicizer_final_fast_6Vars
(
word
InOut
,
int
*
pStore
,
char
*
pCanonPerm
,
unsigned
*
pCanonPhase
)
word
luckyCanonicizer_final_fast_6Vars
(
word
InOut
,
int
*
pStore
,
char
*
pCanonPerm
,
unsigned
*
pCanonPhase
)
{
{
(
*
pCanonPhase
)
=
Kit_TruthSemiCanonicize_Yasha1
(
&
InOut
,
6
,
pCanonPerm
,
pStore
);
(
*
pCanonPhase
)
=
Kit_TruthSemiCanonicize_Yasha1
(
&
InOut
,
6
,
pCanonPerm
,
pStore
);
return
Extra_Truth6MinimumRoundMany1
(
InOut
,
pStore
,
pCanonPerm
,
pCanonPhase
);
return
Extra_Truth6MinimumRoundMany1
(
InOut
,
pStore
,
pCanonPerm
,
pCanonPhase
);
}
}
inline
word
luckyCanonicizer_final_fast_6Vars1
(
word
InOut
,
int
*
pStore
,
char
*
pCanonPerm
,
unsigned
*
pCanonPhase
)
word
luckyCanonicizer_final_fast_6Vars1
(
word
InOut
,
int
*
pStore
,
char
*
pCanonPerm
,
unsigned
*
pCanonPhase
)
{
{
(
*
pCanonPhase
)
=
Kit_TruthSemiCanonicize_Yasha1
(
&
InOut
,
6
,
pCanonPerm
,
pStore
);
(
*
pCanonPhase
)
=
Kit_TruthSemiCanonicize_Yasha1
(
&
InOut
,
6
,
pCanonPerm
,
pStore
);
InOut
=
Extra_Truth6MinimumRoundMany1
(
InOut
,
pStore
,
pCanonPerm
,
pCanonPhase
);
InOut
=
Extra_Truth6MinimumRoundMany1
(
InOut
,
pStore
,
pCanonPerm
,
pCanonPhase
);
...
...
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