Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
3c5c8f67
Commit
3c5c8f67
authored
Oct 23, 2005
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unused ieee754_cname[] and declaration.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
efec3c4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
arch/mips/math-emu/ieee754.c
arch/mips/math-emu/ieee754.c
+0
-10
arch/mips/math-emu/ieee754.h
arch/mips/math-emu/ieee754.h
+0
-1
No files found.
arch/mips/math-emu/ieee754.c
View file @
3c5c8f67
...
...
@@ -42,16 +42,6 @@
#define SP_EMIN (-126)
#define SP_EMAX 127
/* indexed by class */
const
char
*
const
ieee754_cname
[]
=
{
"Normal"
,
"Zero"
,
"Denormal"
,
"Infinity"
,
"QNaN"
,
"SNaN"
,
};
/* special constants
*/
...
...
arch/mips/math-emu/ieee754.h
View file @
3c5c8f67
...
...
@@ -205,7 +205,6 @@ ieee754dp ieee754dp_sqrt(ieee754dp x);
#define IEEE754_CLASS_INF 0x03
#define IEEE754_CLASS_SNAN 0x04
#define IEEE754_CLASS_QNAN 0x05
extern
const
char
*
const
ieee754_cname
[];
/* exception numbers */
#define IEEE754_INEXACT 0x01
...
...
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