Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
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
riscv-gcc-1
Commits
3b7da9c5
Commit
3b7da9c5
authored
Apr 13, 2001
by
Rodney Brown
Committed by
Jeff Law
Apr 12, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/pa/quadlib.c: Add prototypes.
From-SVN: r41315
parent
48857160
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
gcc/ChangeLog
+4
-0
gcc/config/pa/quadlib.c
+13
-0
No files found.
gcc/ChangeLog
View file @
3b7da9c5
Thu
Apr
12
18
:
13
:
37
2001
Rodney
Brown
<
RodneyBrown
@mynd
.
com
>
*
config
/
pa
/
quadlib
.
c
:
Add
prototypes
.
2001
-
04
-
12
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
bitmap
.
h
(
debug_bitmap
)
:
Delete
redundant
prototype
.
...
...
gcc/config/pa/quadlib.c
View file @
3b7da9c5
...
...
@@ -30,6 +30,19 @@ Boston, MA 02111-1307, USA. */
int
_U_Qfcmp
(
long
double
a
,
long
double
b
,
int
);
long
_U_Qfcnvfxt_quad_to_sgl
(
long
double
);
int
_U_Qfeq
(
long
double
,
long
double
);
int
_U_Qfne
(
long
double
,
long
double
);
int
_U_Qfgt
(
long
double
,
long
double
);
int
_U_Qfge
(
long
double
,
long
double
);
int
_U_Qflt
(
long
double
,
long
double
);
int
_U_Qfle
(
long
double
,
long
double
);
int
_U_Qfcomp
(
long
double
,
long
double
);
long
double
_U_Qfneg
(
long
double
);
#ifdef __LP64__
int
__U_Qfcnvfxt_quad_to_sgl
(
long
double
);
#endif
unsigned
int
_U_Qfcnvfxt_quad_to_usgl
(
long
double
);
int
_U_Qfeq
(
long
double
a
,
long
double
b
)
{
...
...
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