docs: move label directly before title
Otherwise Sphinx can compare if Intersphinx is unavailable: gcc/fortran/doc/gfortran/intrinsic-procedures/atand.rst:50: WARNING: Failed to create a cross reference. A title or caption not found: 'atan' gcc/fortran/doc/gfortran/intrinsic-procedures/atan2.rst:55: WARNING: Failed to create a cross reference. A title or caption not found: 'atan' ... gcc/fortran/ChangeLog: * doc/gfortran/intrinsic-procedures/abs.rst: Move label directly before title. * doc/gfortran/intrinsic-procedures/acos.rst: Likewise. * doc/gfortran/intrinsic-procedures/acosd.rst: Likewise. * doc/gfortran/intrinsic-procedures/acosh.rst: Likewise. * doc/gfortran/intrinsic-procedures/aimag.rst: Likewise. * doc/gfortran/intrinsic-procedures/aint.rst: Likewise. * doc/gfortran/intrinsic-procedures/anint.rst: Likewise. * doc/gfortran/intrinsic-procedures/asin.rst: Likewise. * doc/gfortran/intrinsic-procedures/asind.rst: Likewise. * doc/gfortran/intrinsic-procedures/asinh.rst: Likewise. * doc/gfortran/intrinsic-procedures/atan.rst: Likewise. * doc/gfortran/intrinsic-procedures/atan2.rst: Likewise. * doc/gfortran/intrinsic-procedures/atan2d.rst: Likewise. * doc/gfortran/intrinsic-procedures/atand.rst: Likewise. * doc/gfortran/intrinsic-procedures/atanh.rst: Likewise. * doc/gfortran/intrinsic-procedures/besselj0.rst: Likewise. * doc/gfortran/intrinsic-procedures/besselj1.rst: Likewise. * doc/gfortran/intrinsic-procedures/besseljn.rst: Likewise. * doc/gfortran/intrinsic-procedures/bessely0.rst: Likewise. * doc/gfortran/intrinsic-procedures/bessely1.rst: Likewise. * doc/gfortran/intrinsic-procedures/besselyn.rst: Likewise. * doc/gfortran/intrinsic-procedures/btest.rst: Likewise. * doc/gfortran/intrinsic-procedures/char.rst: Likewise. * doc/gfortran/intrinsic-procedures/conjg.rst: Likewise. * doc/gfortran/intrinsic-procedures/cos.rst: Likewise. * doc/gfortran/intrinsic-procedures/cosd.rst: Likewise. * doc/gfortran/intrinsic-procedures/cosh.rst: Likewise. * doc/gfortran/intrinsic-procedures/cotan.rst: Likewise. * doc/gfortran/intrinsic-procedures/cotand.rst: Likewise. * doc/gfortran/intrinsic-procedures/dim.rst: Likewise. * doc/gfortran/intrinsic-procedures/dprod.rst: Likewise. * doc/gfortran/intrinsic-procedures/erf.rst: Likewise. * doc/gfortran/intrinsic-procedures/erfc.rst: Likewise. * doc/gfortran/intrinsic-procedures/exp.rst: Likewise. * doc/gfortran/intrinsic-procedures/gamma.rst: Likewise. * doc/gfortran/intrinsic-procedures/iand.rst: Likewise. * doc/gfortran/intrinsic-procedures/ibclr.rst: Likewise. * doc/gfortran/intrinsic-procedures/ibits.rst: Likewise. * doc/gfortran/intrinsic-procedures/ibset.rst: Likewise. * doc/gfortran/intrinsic-procedures/ichar.rst: Likewise. * doc/gfortran/intrinsic-procedures/ieor.rst: Likewise. * doc/gfortran/intrinsic-procedures/index.rst: Likewise. * doc/gfortran/intrinsic-procedures/int.rst: Likewise. * doc/gfortran/intrinsic-procedures/ior.rst: Likewise. * doc/gfortran/intrinsic-procedures/ishft.rst: Likewise. * doc/gfortran/intrinsic-procedures/ishftc.rst: Likewise. * doc/gfortran/intrinsic-procedures/len.rst: Likewise. * doc/gfortran/intrinsic-procedures/lge.rst: Likewise. * doc/gfortran/intrinsic-procedures/lgt.rst: Likewise. * doc/gfortran/intrinsic-procedures/lle.rst: Likewise. * doc/gfortran/intrinsic-procedures/llt.rst: Likewise. * doc/gfortran/intrinsic-procedures/log.rst: Likewise. * doc/gfortran/intrinsic-procedures/log10.rst: Likewise. * doc/gfortran/intrinsic-procedures/loggamma.rst: Likewise. * doc/gfortran/intrinsic-procedures/max.rst: Likewise. * doc/gfortran/intrinsic-procedures/min.rst: Likewise. * doc/gfortran/intrinsic-procedures/mod.rst: Likewise. * doc/gfortran/intrinsic-procedures/mvbits.rst: Likewise. * doc/gfortran/intrinsic-procedures/nint.rst: Likewise. * doc/gfortran/intrinsic-procedures/not.rst: Likewise. * doc/gfortran/intrinsic-procedures/real.rst: Likewise. * doc/gfortran/intrinsic-procedures/sign.rst: Likewise. * doc/gfortran/intrinsic-procedures/sin.rst: Likewise. * doc/gfortran/intrinsic-procedures/sind.rst: Likewise. * doc/gfortran/intrinsic-procedures/sinh.rst: Likewise. * doc/gfortran/intrinsic-procedures/sqrt.rst: Likewise. * doc/gfortran/intrinsic-procedures/tan.rst: Likewise. * doc/gfortran/intrinsic-procedures/tand.rst: Likewise. * doc/gfortran/intrinsic-procedures/tanh.rst: Likewise.
This commit is contained in:
parent
e15d70e647
commit
740cf7d6ab
69 changed files with 138 additions and 138 deletions
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _abs:
|
||||
|
||||
.. index:: ABS
|
||||
|
||||
.. index:: CABS
|
||||
|
@ -27,6 +25,8 @@
|
|||
|
||||
.. index:: absolute value
|
||||
|
||||
.. _abs:
|
||||
|
||||
ABS --- Absolute value
|
||||
**********************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _acos:
|
||||
|
||||
.. index:: ACOS
|
||||
|
||||
.. index:: DACOS
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: cosine, inverse
|
||||
|
||||
.. _acos:
|
||||
|
||||
ACOS --- Arccosine function
|
||||
****************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _acosd:
|
||||
|
||||
.. index:: ACOSD
|
||||
|
||||
.. index:: DACOSD
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: cosine, inverse, degrees
|
||||
|
||||
.. _acosd:
|
||||
|
||||
ACOSD --- Arccosine function, degrees
|
||||
*************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _acosh:
|
||||
|
||||
.. index:: ACOSH
|
||||
|
||||
.. index:: DACOSH
|
||||
|
@ -17,6 +15,8 @@
|
|||
|
||||
.. index:: cosine, hyperbolic, inverse
|
||||
|
||||
.. _acosh:
|
||||
|
||||
ACOSH --- Inverse hyperbolic cosine function
|
||||
********************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _aimag:
|
||||
|
||||
.. index:: AIMAG
|
||||
|
||||
.. index:: DIMAG
|
||||
|
@ -15,6 +13,8 @@
|
|||
|
||||
.. index:: complex numbers, imaginary part
|
||||
|
||||
.. _aimag:
|
||||
|
||||
AIMAG --- Imaginary part of complex number
|
||||
********************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _aint:
|
||||
|
||||
.. index:: AINT
|
||||
|
||||
.. index:: DINT
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: rounding, floor
|
||||
|
||||
.. _aint:
|
||||
|
||||
AINT --- Truncate to a whole number
|
||||
***********************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _anint:
|
||||
|
||||
.. index:: ANINT
|
||||
|
||||
.. index:: DNINT
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: rounding, ceiling
|
||||
|
||||
.. _anint:
|
||||
|
||||
ANINT --- Nearest whole number
|
||||
******************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _asin:
|
||||
|
||||
.. index:: ASIN
|
||||
|
||||
.. index:: DASIN
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: sine, inverse
|
||||
|
||||
.. _asin:
|
||||
|
||||
ASIN --- Arcsine function
|
||||
**************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _asind:
|
||||
|
||||
.. index:: ASIND
|
||||
|
||||
.. index:: DASIND
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: sine, inverse, degrees
|
||||
|
||||
.. _asind:
|
||||
|
||||
ASIND --- Arcsine function, degrees
|
||||
***********************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _asinh:
|
||||
|
||||
.. index:: ASINH
|
||||
|
||||
.. index:: DASINH
|
||||
|
@ -17,6 +15,8 @@
|
|||
|
||||
.. index:: sine, hyperbolic, inverse
|
||||
|
||||
.. _asinh:
|
||||
|
||||
ASINH --- Inverse hyperbolic sine function
|
||||
******************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _atan:
|
||||
|
||||
.. index:: ATAN
|
||||
|
||||
.. index:: DATAN
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: tangent, inverse
|
||||
|
||||
.. _atan:
|
||||
|
||||
ATAN --- Arctangent function
|
||||
*****************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _atan2:
|
||||
|
||||
.. index:: ATAN2
|
||||
|
||||
.. index:: DATAN2
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: tangent, inverse
|
||||
|
||||
.. _atan2:
|
||||
|
||||
ATAN2 --- Arctangent function
|
||||
******************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _atan2d:
|
||||
|
||||
.. index:: ATAN2D
|
||||
|
||||
.. index:: DATAN2D
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: tangent, inverse, degrees
|
||||
|
||||
.. _atan2d:
|
||||
|
||||
ATAN2D --- Arctangent function, degrees
|
||||
***************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _atand:
|
||||
|
||||
.. index:: ATAND
|
||||
|
||||
.. index:: DATAND
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: tangent, inverse, degrees
|
||||
|
||||
.. _atand:
|
||||
|
||||
ATAND --- Arctangent function, degrees
|
||||
**************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _atanh:
|
||||
|
||||
.. index:: ATANH
|
||||
|
||||
.. index:: DATANH
|
||||
|
@ -17,6 +15,8 @@
|
|||
|
||||
.. index:: tangent, hyperbolic, inverse
|
||||
|
||||
.. _atanh:
|
||||
|
||||
ATANH --- Inverse hyperbolic tangent function
|
||||
*********************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _bessel_j0:
|
||||
|
||||
.. index:: BESSEL_J0
|
||||
|
||||
.. index:: BESJ0
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: Bessel function, first kind
|
||||
|
||||
.. _bessel_j0:
|
||||
|
||||
BESSEL_J0 --- Bessel function of the first kind of order 0
|
||||
**********************************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _bessel_j1:
|
||||
|
||||
.. index:: BESSEL_J1
|
||||
|
||||
.. index:: BESJ1
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: Bessel function, first kind
|
||||
|
||||
.. _bessel_j1:
|
||||
|
||||
BESSEL_J1 --- Bessel function of the first kind of order 1
|
||||
**********************************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _bessel_jn:
|
||||
|
||||
.. index:: BESSEL_JN
|
||||
|
||||
.. index:: BESJN
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: Bessel function, first kind
|
||||
|
||||
.. _bessel_jn:
|
||||
|
||||
BESSEL_JN --- Bessel function of the first kind
|
||||
***********************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _bessel_y0:
|
||||
|
||||
.. index:: BESSEL_Y0
|
||||
|
||||
.. index:: BESY0
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: Bessel function, second kind
|
||||
|
||||
.. _bessel_y0:
|
||||
|
||||
BESSEL_Y0 --- Bessel function of the second kind of order 0
|
||||
***********************************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _bessel_y1:
|
||||
|
||||
.. index:: BESSEL_Y1
|
||||
|
||||
.. index:: BESY1
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: Bessel function, second kind
|
||||
|
||||
.. _bessel_y1:
|
||||
|
||||
BESSEL_Y1 --- Bessel function of the second kind of order 1
|
||||
***********************************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _bessel_yn:
|
||||
|
||||
.. index:: BESSEL_YN
|
||||
|
||||
.. index:: BESYN
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: Bessel function, second kind
|
||||
|
||||
.. _bessel_yn:
|
||||
|
||||
BESSEL_YN --- Bessel function of the second kind
|
||||
************************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _btest:
|
||||
|
||||
.. index:: BTEST
|
||||
|
||||
.. index:: BBTEST
|
||||
|
@ -17,6 +15,8 @@
|
|||
|
||||
.. index:: bits, testing
|
||||
|
||||
.. _btest:
|
||||
|
||||
BTEST --- Bit test function
|
||||
***************************
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _char:
|
||||
|
||||
.. index:: CHAR
|
||||
|
||||
.. index:: conversion, to character
|
||||
|
||||
.. _char:
|
||||
|
||||
CHAR --- Character conversion function
|
||||
**************************************
|
||||
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _conjg:
|
||||
|
||||
.. index:: CONJG
|
||||
|
||||
.. index:: DCONJG
|
||||
|
||||
.. index:: complex conjugate
|
||||
|
||||
.. _conjg:
|
||||
|
||||
CONJG --- Complex conjugate function
|
||||
************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _cos:
|
||||
|
||||
.. index:: COS
|
||||
|
||||
.. index:: DCOS
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: cosine
|
||||
|
||||
.. _cos:
|
||||
|
||||
COS --- Cosine function
|
||||
***********************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _cosd:
|
||||
|
||||
.. index:: COSD
|
||||
|
||||
.. index:: DCOSD
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: cosine, degrees
|
||||
|
||||
.. _cosd:
|
||||
|
||||
COSD --- Cosine function, degrees
|
||||
*********************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _cosh:
|
||||
|
||||
.. index:: COSH
|
||||
|
||||
.. index:: DCOSH
|
||||
|
@ -15,6 +13,8 @@
|
|||
|
||||
.. index:: cosine, hyperbolic
|
||||
|
||||
.. _cosh:
|
||||
|
||||
COSH --- Hyperbolic cosine function
|
||||
***********************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _cotan:
|
||||
|
||||
.. index:: COTAN
|
||||
|
||||
.. index:: DCOTAN
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: cotangent
|
||||
|
||||
.. _cotan:
|
||||
|
||||
COTAN --- Cotangent function
|
||||
****************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _cotand:
|
||||
|
||||
.. index:: COTAND
|
||||
|
||||
.. index:: DCOTAND
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: cotangent, degrees
|
||||
|
||||
.. _cotand:
|
||||
|
||||
COTAND --- Cotangent function, degrees
|
||||
**************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _dim:
|
||||
|
||||
.. index:: DIM
|
||||
|
||||
.. index:: IDIM
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: positive difference
|
||||
|
||||
.. _dim:
|
||||
|
||||
DIM --- Positive difference
|
||||
***************************
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _dprod:
|
||||
|
||||
.. index:: DPROD
|
||||
|
||||
.. index:: product, double-precision
|
||||
|
||||
.. _dprod:
|
||||
|
||||
DPROD --- Double product function
|
||||
*********************************
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _erf:
|
||||
|
||||
.. index:: ERF
|
||||
|
||||
.. index:: error function
|
||||
|
||||
.. _erf:
|
||||
|
||||
ERF --- Error function
|
||||
***********************
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _erfc:
|
||||
|
||||
.. index:: ERFC
|
||||
|
||||
.. index:: error function, complementary
|
||||
|
||||
.. _erfc:
|
||||
|
||||
ERFC --- Error function
|
||||
************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _exp:
|
||||
|
||||
.. index:: EXP
|
||||
|
||||
.. index:: DEXP
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: logarithm function, inverse
|
||||
|
||||
.. _exp:
|
||||
|
||||
EXP --- Exponential function
|
||||
*****************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _gamma:
|
||||
|
||||
.. index:: GAMMA
|
||||
|
||||
.. index:: DGAMMA
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: Factorial function
|
||||
|
||||
.. _gamma:
|
||||
|
||||
GAMMA --- Gamma function
|
||||
************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _iand:
|
||||
|
||||
.. index:: IAND
|
||||
|
||||
.. index:: BIAND
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: logical and, bitwise
|
||||
|
||||
.. _iand:
|
||||
|
||||
IAND --- Bitwise logical and
|
||||
****************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _ibclr:
|
||||
|
||||
.. index:: IBCLR
|
||||
|
||||
.. index:: BBCLR
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: bits, clear
|
||||
|
||||
.. _ibclr:
|
||||
|
||||
IBCLR --- Clear bit
|
||||
*******************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _ibits:
|
||||
|
||||
.. index:: IBITS
|
||||
|
||||
.. index:: BBITS
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: bits, extract
|
||||
|
||||
.. _ibits:
|
||||
|
||||
IBITS --- Bit extraction
|
||||
************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _ibset:
|
||||
|
||||
.. index:: IBSET
|
||||
|
||||
.. index:: BBSET
|
||||
|
@ -17,6 +15,8 @@
|
|||
|
||||
.. index:: bits, set
|
||||
|
||||
.. _ibset:
|
||||
|
||||
IBSET --- Set bit
|
||||
*****************
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _ichar:
|
||||
|
||||
.. index:: ICHAR
|
||||
|
||||
.. index:: conversion, to integer
|
||||
|
||||
.. _ichar:
|
||||
|
||||
ICHAR --- Character-to-integer conversion function
|
||||
**************************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _ieor:
|
||||
|
||||
.. index:: IEOR
|
||||
|
||||
.. index:: BIEOR
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: logical exclusive or, bitwise
|
||||
|
||||
.. _ieor:
|
||||
|
||||
IEOR --- Bitwise logical exclusive or
|
||||
*************************************
|
||||
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _index-intrinsic:
|
||||
|
||||
.. index:: INDEX
|
||||
|
||||
.. index:: substring position
|
||||
|
||||
.. index:: string, find substring
|
||||
|
||||
.. _index-intrinsic:
|
||||
|
||||
INDEX --- Position of a substring within a string
|
||||
*************************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _int:
|
||||
|
||||
.. index:: INT
|
||||
|
||||
.. index:: IFIX
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: conversion, to integer
|
||||
|
||||
.. _int:
|
||||
|
||||
INT --- Convert to integer type
|
||||
*******************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _ior:
|
||||
|
||||
.. index:: IOR
|
||||
|
||||
.. index:: BIOR
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: logical or, bitwise
|
||||
|
||||
.. _ior:
|
||||
|
||||
IOR --- Bitwise logical or
|
||||
**************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _ishft:
|
||||
|
||||
.. index:: ISHFT
|
||||
|
||||
.. index:: BSHFT
|
||||
|
@ -17,6 +15,8 @@
|
|||
|
||||
.. index:: bits, shift
|
||||
|
||||
.. _ishft:
|
||||
|
||||
ISHFT --- Shift bits
|
||||
********************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _ishftc:
|
||||
|
||||
.. index:: ISHFTC
|
||||
|
||||
.. index:: BSHFTC
|
||||
|
@ -17,6 +15,8 @@
|
|||
|
||||
.. index:: bits, shift circular
|
||||
|
||||
.. _ishftc:
|
||||
|
||||
ISHFTC --- Shift bits circularly
|
||||
********************************
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _len:
|
||||
|
||||
.. index:: LEN
|
||||
|
||||
.. index:: string, length
|
||||
|
||||
.. _len:
|
||||
|
||||
LEN --- Length of a character entity
|
||||
************************************
|
||||
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _lge:
|
||||
|
||||
.. index:: LGE
|
||||
|
||||
.. index:: lexical comparison of strings
|
||||
|
||||
.. index:: string, comparison
|
||||
|
||||
.. _lge:
|
||||
|
||||
LGE --- Lexical greater than or equal
|
||||
*************************************
|
||||
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _lgt:
|
||||
|
||||
.. index:: LGT
|
||||
|
||||
.. index:: lexical comparison of strings
|
||||
|
||||
.. index:: string, comparison
|
||||
|
||||
.. _lgt:
|
||||
|
||||
LGT --- Lexical greater than
|
||||
****************************
|
||||
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _lle:
|
||||
|
||||
.. index:: LLE
|
||||
|
||||
.. index:: lexical comparison of strings
|
||||
|
||||
.. index:: string, comparison
|
||||
|
||||
.. _lle:
|
||||
|
||||
LLE --- Lexical less than or equal
|
||||
**********************************
|
||||
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _llt:
|
||||
|
||||
.. index:: LLT
|
||||
|
||||
.. index:: lexical comparison of strings
|
||||
|
||||
.. index:: string, comparison
|
||||
|
||||
.. _llt:
|
||||
|
||||
LLT --- Lexical less than
|
||||
*************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _log:
|
||||
|
||||
.. index:: LOG
|
||||
|
||||
.. index:: ALOG
|
||||
|
@ -23,6 +21,8 @@
|
|||
|
||||
.. index:: natural logarithm function
|
||||
|
||||
.. _log:
|
||||
|
||||
LOG --- Natural logarithm function
|
||||
**********************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _log10:
|
||||
|
||||
.. index:: LOG10
|
||||
|
||||
.. index:: ALOG10
|
||||
|
@ -17,6 +15,8 @@
|
|||
|
||||
.. index:: base 10 logarithm function
|
||||
|
||||
.. _log10:
|
||||
|
||||
LOG10 --- Base 10 logarithm function
|
||||
************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _log_gamma:
|
||||
|
||||
.. index:: LOG_GAMMA
|
||||
|
||||
.. index:: LGAMMA
|
||||
|
@ -15,6 +13,8 @@
|
|||
|
||||
.. index:: Gamma function, logarithm of
|
||||
|
||||
.. _log_gamma:
|
||||
|
||||
LOG_GAMMA --- Logarithm of the Gamma function
|
||||
*********************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _max:
|
||||
|
||||
.. index:: MAX
|
||||
|
||||
.. index:: MAX0
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: maximum value
|
||||
|
||||
.. _max:
|
||||
|
||||
MAX --- Maximum value of an argument list
|
||||
*****************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _min:
|
||||
|
||||
.. index:: MIN
|
||||
|
||||
.. index:: MIN0
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: minimum value
|
||||
|
||||
.. _min:
|
||||
|
||||
MIN --- Minimum value of an argument list
|
||||
*****************************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _mod:
|
||||
|
||||
.. index:: MOD
|
||||
|
||||
.. index:: AMOD
|
||||
|
@ -23,6 +21,8 @@
|
|||
|
||||
.. index:: division, remainder
|
||||
|
||||
.. _mod:
|
||||
|
||||
MOD --- Remainder function
|
||||
**************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _mvbits:
|
||||
|
||||
.. index:: MVBITS
|
||||
|
||||
.. index:: BMVBITS
|
||||
|
@ -17,6 +15,8 @@
|
|||
|
||||
.. index:: bits, move
|
||||
|
||||
.. _mvbits:
|
||||
|
||||
MVBITS --- Move bits from one integer to another
|
||||
************************************************
|
||||
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _nint:
|
||||
|
||||
.. index:: NINT
|
||||
|
||||
.. index:: IDNINT
|
||||
|
||||
.. index:: rounding, nearest whole number
|
||||
|
||||
.. _nint:
|
||||
|
||||
NINT --- Nearest whole number
|
||||
*****************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _not:
|
||||
|
||||
.. index:: NOT
|
||||
|
||||
.. index:: BNOT
|
||||
|
@ -21,6 +19,8 @@
|
|||
|
||||
.. index:: logical not, bitwise
|
||||
|
||||
.. _not:
|
||||
|
||||
NOT --- Logical negation
|
||||
************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _real:
|
||||
|
||||
.. index:: REAL
|
||||
|
||||
.. index:: REALPART
|
||||
|
@ -25,6 +23,8 @@
|
|||
|
||||
.. index:: complex numbers, real part
|
||||
|
||||
.. _real:
|
||||
|
||||
REAL --- Convert to real type
|
||||
******************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _sign:
|
||||
|
||||
.. index:: SIGN
|
||||
|
||||
.. index:: ISIGN
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: sign copying
|
||||
|
||||
.. _sign:
|
||||
|
||||
SIGN --- Sign copying function
|
||||
******************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _sin:
|
||||
|
||||
.. index:: SIN
|
||||
|
||||
.. index:: DSIN
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: sine
|
||||
|
||||
.. _sin:
|
||||
|
||||
SIN --- Sine function
|
||||
**********************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _sind:
|
||||
|
||||
.. index:: SIND
|
||||
|
||||
.. index:: DSIND
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: sine, degrees
|
||||
|
||||
.. _sind:
|
||||
|
||||
SIND --- Sine function, degrees
|
||||
*******************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _sinh:
|
||||
|
||||
.. index:: SINH
|
||||
|
||||
.. index:: DSINH
|
||||
|
@ -15,6 +13,8 @@
|
|||
|
||||
.. index:: sine, hyperbolic
|
||||
|
||||
.. _sinh:
|
||||
|
||||
SINH --- Hyperbolic sine function
|
||||
**********************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _sqrt:
|
||||
|
||||
.. index:: SQRT
|
||||
|
||||
.. index:: DSQRT
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
.. index:: square-root
|
||||
|
||||
.. _sqrt:
|
||||
|
||||
SQRT --- Square-root function
|
||||
*****************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _tan:
|
||||
|
||||
.. index:: TAN
|
||||
|
||||
.. index:: DTAN
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: tangent
|
||||
|
||||
.. _tan:
|
||||
|
||||
TAN --- Tangent function
|
||||
************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _tand:
|
||||
|
||||
.. index:: TAND
|
||||
|
||||
.. index:: DTAND
|
||||
|
@ -13,6 +11,8 @@
|
|||
|
||||
.. index:: tangent, degrees
|
||||
|
||||
.. _tand:
|
||||
|
||||
TAND --- Tangent function, degrees
|
||||
**********************************
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
This is part of the GCC manual.
|
||||
For copying conditions, see the copyright.rst file.
|
||||
|
||||
.. _tanh:
|
||||
|
||||
.. index:: TANH
|
||||
|
||||
.. index:: DTANH
|
||||
|
@ -15,6 +13,8 @@
|
|||
|
||||
.. index:: tangent, hyperbolic
|
||||
|
||||
.. _tanh:
|
||||
|
||||
TANH --- Hyperbolic tangent function
|
||||
*************************************
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue