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
ce0e96bc
Commit
ce0e96bc
authored
Sep 06, 2012
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debugging 64-bit bug in new semi-canonical form..
parent
5b3e31bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
src/bool/lucky/luckyFast16.c
+0
-12
No files found.
src/bool/lucky/luckyFast16.c
View file @
ce0e96bc
...
@@ -71,10 +71,7 @@ inline int minTemp0_fast(word* pInOut, int iVar, int nWords, int* pDifStart)
...
@@ -71,10 +71,7 @@ inline int minTemp0_fast(word* pInOut, int iVar, int nWords, int* pDifStart)
{
{
*
pDifStart
=
i
*
100
;
*
pDifStart
=
i
*
100
;
while
(
temp
==
(
temp
&
luckyMask
(
shiftSize
*
j
)))
while
(
temp
==
(
temp
&
luckyMask
(
shiftSize
*
j
)))
{
j
++
;
j
++
;
assert
(
j
<
100
);
}
*
pDifStart
+=
21
-
j
;
*
pDifStart
+=
21
-
j
;
if
(
((
pInOut
[
i
]
&
SFmask
[
iVar
][
0
]))
<
((
pInOut
[
i
]
&
SFmask
[
iVar
][
3
])
<<
(
3
*
blockSize
))
)
if
(
((
pInOut
[
i
]
&
SFmask
[
iVar
][
0
]))
<
((
pInOut
[
i
]
&
SFmask
[
iVar
][
3
])
<<
(
3
*
blockSize
))
)
...
@@ -105,10 +102,7 @@ inline int minTemp1_fast(word* pInOut, int iVar, int nWords, int* pDifStart)
...
@@ -105,10 +102,7 @@ inline int minTemp1_fast(word* pInOut, int iVar, int nWords, int* pDifStart)
{
{
*
pDifStart
=
i
*
100
;
*
pDifStart
=
i
*
100
;
while
(
temp
==
(
temp
&
luckyMask
(
shiftSize
*
j
)))
while
(
temp
==
(
temp
&
luckyMask
(
shiftSize
*
j
)))
{
j
++
;
j
++
;
assert
(
j
<
100
);
}
*
pDifStart
+=
21
-
j
;
*
pDifStart
+=
21
-
j
;
if
(
((
pInOut
[
i
]
&
SFmask
[
iVar
][
1
])
<<
(
blockSize
))
<
((
pInOut
[
i
]
&
SFmask
[
iVar
][
2
])
<<
(
2
*
blockSize
))
)
if
(
((
pInOut
[
i
]
&
SFmask
[
iVar
][
1
])
<<
(
blockSize
))
<
((
pInOut
[
i
]
&
SFmask
[
iVar
][
2
])
<<
(
2
*
blockSize
))
)
return
1
;
return
1
;
...
@@ -139,10 +133,7 @@ inline int minTemp2_fast(word* pInOut, int iVar, int iQ, int jQ, int nWords, int
...
@@ -139,10 +133,7 @@ inline int minTemp2_fast(word* pInOut, int iVar, int iQ, int jQ, int nWords, int
{
{
*
pDifStart
=
i
*
100
;
*
pDifStart
=
i
*
100
;
while
(
temp
==
(
temp
&
luckyMask
(
shiftSize
*
j
)))
while
(
temp
==
(
temp
&
luckyMask
(
shiftSize
*
j
)))
{
j
++
;
j
++
;
assert
(
j
<
100
);
}
*
pDifStart
+=
21
-
j
;
*
pDifStart
+=
21
-
j
;
if
(
((
pInOut
[
i
]
&
SFmask
[
iVar
][
iQ
])
<<
(
iQ
*
blockSize
))
<=
((
pInOut
[
i
]
&
SFmask
[
iVar
][
jQ
])
<<
(
jQ
*
blockSize
))
)
if
(
((
pInOut
[
i
]
&
SFmask
[
iVar
][
iQ
])
<<
(
iQ
*
blockSize
))
<=
((
pInOut
[
i
]
&
SFmask
[
iVar
][
jQ
])
<<
(
jQ
*
blockSize
))
)
return
0
;
return
0
;
...
@@ -169,10 +160,7 @@ inline int minTemp3_fast(word* pInOut, int iVar, int start, int finish, int iQ,
...
@@ -169,10 +160,7 @@ inline int minTemp3_fast(word* pInOut, int iVar, int start, int finish, int iQ,
{
{
*
pDifStart
=
i
*
100
;
*
pDifStart
=
i
*
100
;
while
(
temp
==
(
temp
&
luckyMask
(
shiftSize
*
j
)))
while
(
temp
==
(
temp
&
luckyMask
(
shiftSize
*
j
)))
{
j
++
;
j
++
;
assert
(
j
<
100
);
}
*
pDifStart
+=
21
-
j
;
*
pDifStart
+=
21
-
j
;
if
(
((
pInOut
[
i
]
&
SFmask
[
iVar
][
iQ
])
<<
(
iQ
*
blockSize
))
<=
((
pInOut
[
i
]
&
SFmask
[
iVar
][
jQ
])
<<
(
jQ
*
blockSize
))
)
if
(
((
pInOut
[
i
]
&
SFmask
[
iVar
][
iQ
])
<<
(
iQ
*
blockSize
))
<=
((
pInOut
[
i
]
&
SFmask
[
iVar
][
jQ
])
<<
(
jQ
*
blockSize
))
)
...
...
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