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
357877ed
Commit
357877ed
authored
May 08, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
May 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* intrinsic.texi: Fix typos.
From-SVN: r99394
parent
2d4d14ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/fortran/ChangeLog
+4
-0
gcc/fortran/intrinsic.texi
+3
-3
No files found.
gcc/fortran/ChangeLog
View file @
357877ed
2005-05-08 Kazu Hirata <kazu@cs.umass.edu>
* intrinsic.texi: Fix typos.
2005-05-07 Steven G. Kargl <kargls@comcast.net>
2005-05-07 Steven G. Kargl <kargls@comcast.net>
* intrinsic.texi: Document ASSOCIATED and ATAN2. Update Bessel function
* intrinsic.texi: Document ASSOCIATED and ATAN2. Update Bessel function
...
...
gcc/fortran/intrinsic.texi
View file @
357877ed
...
@@ -795,7 +795,7 @@ target associated with @var{PTR} and the target associated with @var{TGT}
...
@@ -795,7 +795,7 @@ target associated with @var{PTR} and the target associated with @var{TGT}
are
not
0
sized
storage
sequences
and
occupy
the
same
storage
units
.
are
not
0
sized
storage
sequences
and
occupy
the
same
storage
units
.
The
result
is
false
,
if
either
@var{
TGT
}
or
@var{
PTR
}
is
disassociated
.
The
result
is
false
,
if
either
@var{
TGT
}
or
@var{
PTR
}
is
disassociated
.
@item
(
E
)
If
@var{
TGT
}
is
present
and
an
array
pointer
,
the
result
is
true
if
@item
(
E
)
If
@var{
TGT
}
is
present
and
an
array
pointer
,
the
result
is
true
if
target
asso
ic
ated
with
@var{
PTR
}
and
the
target
associated
with
@var{
TGT
}
target
asso
ci
ated
with
@var{
PTR
}
and
the
target
associated
with
@var{
TGT
}
have
the
same
shape
,
are
not
0
sized
arrays
,
are
arrays
whose
elements
are
have
the
same
shape
,
are
not
0
sized
arrays
,
are
arrays
whose
elements
are
not
0
sized
storage
sequences
,
and
@var{
TGT
}
and
@var{
PTR
}
occupy
the
same
not
0
sized
storage
sequences
,
and
@var{
TGT
}
and
@var{
PTR
}
occupy
the
same
storage
units
in
array
element
order
.
storage
units
in
array
element
order
.
...
@@ -882,12 +882,12 @@ elemental function
...
@@ -882,12 +882,12 @@ elemental function
@item
@emph
{
Arguments
}
:
@item
@emph
{
Arguments
}
:
@multitable
@columnfractions
.
15
.
80
@multitable
@columnfractions
.
15
.
80
@item
@var
{
Y
}
@tab
The
type
shall
be
@code
{
REAL
(
*
)}.
@item
@var
{
Y
}
@tab
The
type
shall
be
@code
{
REAL
(
*
)}.
@item
@var
{
X
}
@tab
The
type
and
kind
type
par
e
meter
shall
be
the
same
as
@var
{
Y
}.
@item
@var
{
X
}
@tab
The
type
and
kind
type
par
a
meter
shall
be
the
same
as
@var
{
Y
}.
If
@var
{
Y
}
is
zero
,
then
@var
{
X
}
must
be
nonzero
.
If
@var
{
Y
}
is
zero
,
then
@var
{
X
}
must
be
nonzero
.
@end
multitable
@end
multitable
@item
@emph
{
Return
value
}
:
@item
@emph
{
Return
value
}
:
The
return
value
has
the
same
type
and
kind
type
par
e
meter
as
@var
{
Y
}.
The
return
value
has
the
same
type
and
kind
type
par
a
meter
as
@var
{
Y
}.
It
is
the
principle
value
of
the
complex
number
@math
{
X
+
i
Y
}.
If
It
is
the
principle
value
of
the
complex
number
@math
{
X
+
i
Y
}.
If
@var
{
X
}
is
nonzero
,
then
it
lies
in
the
range
@math
{
-
\
pi
\
le
\
arccos
(
x
)
\
leq
\
pi
}.
@var
{
X
}
is
nonzero
,
then
it
lies
in
the
range
@math
{
-
\
pi
\
le
\
arccos
(
x
)
\
leq
\
pi
}.
The
sign
is
positive
if
@var
{
Y
}
is
positive
.
If
@var
{
Y
}
is
zero
,
then
The
sign
is
positive
if
@var
{
Y
}
is
positive
.
If
@var
{
Y
}
is
zero
,
then
...
...
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