diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst index 7ae5b6bb5dd81a966477a98a8c90cc8a870a42ee..6be0d784173d528b51625fd16657ee5654fa1cf4 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst @@ -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 ********************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/acos.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/acos.rst index 6696a8bd443caba301b8ee07e83782cbcb95a888..21356949282d5f05f812ac2becc75a86cd5cc5d6 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/acos.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/acos.rst @@ -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 **************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/acosd.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/acosd.rst index a5ba2c250a8d64ab43e6cc3f03261dfb27e5cffe..aa12616f94938842d4cad69e3370ec61bbf47be1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/acosd.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/acosd.rst @@ -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 ************************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/acosh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/acosh.rst index 1435c6ca27801f20ef947c852fc5a241fefd9500..ae0e580abfb92f6aab7336d32ad1746d3f193f7a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/acosh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/acosh.rst @@ -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 ******************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/aimag.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/aimag.rst index df8d9cb5aa181739a3bdbc0741ff6f3b9ca235ba..40d8e46802d981a6290a694e3d370e5b9b76b4d8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/aimag.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/aimag.rst @@ -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 ******************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/aint.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/aint.rst index f95a60121aa4117f979aa05951e30017e15e314f..d3c59678c5643ecb0587c8d53318b9a46666cba1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/aint.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/aint.rst @@ -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 *********************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/anint.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/anint.rst index 7c1d324cfc7835625dafe33909ff8aa5a59ce770..e98fe00233e20f4837109641744565835e9384ea 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/anint.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/anint.rst @@ -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 ****************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/asin.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/asin.rst index 44925bfb4e2ab715f5f966dac3383f87e7e4acd9..98ce55563afa16d4d1f9daebbe7a0e119cbd4f35 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/asin.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/asin.rst @@ -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 ************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/asind.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/asind.rst index 09cf64a03189c6294b776163c3d69ec9244b6e42..7167f3cbaff00a248c6fc509315c529f60b2c0e6 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/asind.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/asind.rst @@ -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 *********************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/asinh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/asinh.rst index 34454dd5f22bb0040677705572a6ff8f605ec4fc..e3c8cf20a00e4f5c38455c65bd74d43242d68f27 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/asinh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/asinh.rst @@ -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 ****************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan.rst index 23d570823deba54aaaaac9f7536f1239cfe427f6..cc7ac0b3a64fb4010cb21f8bce18fcd61f5f2550 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan.rst @@ -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 ***************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2.rst index d947862ac9d2c11c37e9cf490a3bc6ee76cc17e1..5bdd50900565ff732ebbe3f1225bf6b89125fe1c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2.rst @@ -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 ****************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2d.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2d.rst index 03c77a27ba29ebd4e4067e0b6b9eb69fadd48b8b..f5ee96bdcb906552db355cdd399110dbdd1c5547 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2d.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2d.rst @@ -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 *************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atand.rst index 1ad299c63faaf71b1b37206d7534391d16d07691..8316682e669c08f18fb41cf8d61c3d2ed830286e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atand.rst @@ -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 ************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atanh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atanh.rst index d272e7fbe40a3458e48213294569ed1967e68ef7..62da7c046bbd88f63cd545899f07e3e0bbd5765a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atanh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atanh.rst @@ -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 ********************************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj0.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj0.rst index 564280c3be6d3f73e95e1ab1687ca43150457bfd..d606853f160774a852c9924cd695adbbe6ee4d09 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj0.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj0.rst @@ -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 ********************************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj1.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj1.rst index b97aa7d9c66108b2654e2bed993c33df0f49a45f..d6e54781c5ebf62105ab1fa108369029feb5920f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj1.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj1.rst @@ -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 ********************************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/besseljn.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/besseljn.rst index da8a06e56fbb0b6a4fa57ce7f04aa0397216006c..5ca796388b1a49e4b57e5c5fe21d441fa405c059 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/besseljn.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/besseljn.rst @@ -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 *********************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely0.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely0.rst index a6aea18957f1b3819e78962d1e74c6c618a552af..9912e721a450d9cb1e0b77883eeac10c2d4c9f49 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely0.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely0.rst @@ -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 *********************************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely1.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely1.rst index a6f76608105be0c4630e1fede5c3e9542fc75dce..53174127777fbfa22143254a7d517a0d72cabcaf 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely1.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely1.rst @@ -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 *********************************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselyn.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselyn.rst index 86b2c15baa122cf587583712dde2eadfa6913319..ff877bc0e5253889a6ac66b449c9498cfbf05ccf 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselyn.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselyn.rst @@ -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 ************************************************ diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/btest.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/btest.rst index 62ce79090e908457621f596ffcfe7779397e4c04..9c18e204a1131bc8bbf88c68f09f8c78d0e2e61a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/btest.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/btest.rst @@ -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 *************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/char.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/char.rst index a51b927d0b3473bf77d5a7b2b4cb8c08a2256fb5..730f705b9eade8cbb316794a016bad0bab2cd0d1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/char.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/char.rst @@ -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 ************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/conjg.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/conjg.rst index 0c3ad2c98f3443f7982b0bc5b93f851e3814c783..f9d204a733267ede28e5800dcde0403869a09be3 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/conjg.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/conjg.rst @@ -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 ************************************ diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cos.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cos.rst index 334ce7a63047669465d898b843b93fea34691cfc..143bdf4e00ae24865a914ead38169d54631bdbf7 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cos.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cos.rst @@ -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 *********************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cosd.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cosd.rst index acfc1668589409b9bc087bb00759783e00c37d91..d11263812130915fa587e7c08ffa2e94ef493c3d 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cosd.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cosd.rst @@ -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 ********************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cosh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cosh.rst index 5e60f2fc3476fed75421cb1e0485eed2918df89e..0c79caba778213961f8f239bd62488693aa99c44 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cosh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cosh.rst @@ -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 *********************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cotan.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cotan.rst index 1d2a04d6d614a721d2869920256ef21a2cee62e1..ceb435a7ec78e3b44910f45493ec181dfaa1f106 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cotan.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cotan.rst @@ -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 **************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cotand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cotand.rst index 88b51873a3c8a40ce9bb78be6d1f2f52ec740549..f4f5e440115f09eb23267e57d5316ce947302204 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cotand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cotand.rst @@ -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 ************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dim.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dim.rst index 9a72c37aaa273246dca7de609885416959b1cd30..1bbe6f0f4dfc03f198ccad675aa2f2b3b4470b41 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dim.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dim.rst @@ -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 *************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dprod.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dprod.rst index 531a1b9e42280a22ae6ed41ae31669f87927aef0..f36c154fd23db32e2027475b0b2cee3b3f783ab8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dprod.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dprod.rst @@ -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 ********************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/erf.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/erf.rst index 2ad749061638fcb4b0e70dbe4e8f385f8e3b069d..620ca0f00ba3b1b33083265199d564f9954c2c2f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/erf.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/erf.rst @@ -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 *********************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/erfc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/erfc.rst index a0f2680b825ee1eb87855ba7bad35271e1f8fe52..4b3b26e9e100d686608aab323e4fc83cbd809a17 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/erfc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/erfc.rst @@ -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 ************************ diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/exp.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/exp.rst index 4ba0c54b9e215f5d9edb466f82ccdb0c941294d1..54234572d09ffd5347152ae4040cf06a3cd60ed8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/exp.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/exp.rst @@ -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 ***************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/gamma.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/gamma.rst index b831746f40537234eb9e455a66b63127c874fded..75fe73d6b93ce8c775ba8c011a13fbff0c5fbcad 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/gamma.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/gamma.rst @@ -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 ************************ diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/iand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/iand.rst index ae340e93f049d0517ad9660914397e5b2e82418d..23cbfbe4dad3bb422b3d6a0e4fffe2b1944cb910 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/iand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/iand.rst @@ -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 **************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibclr.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibclr.rst index da2061369ee8ed5d9cfb0059472d7659356c6b13..764feac2b79669644f405e1e8d6296279c45f56c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibclr.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibclr.rst @@ -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 ******************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibits.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibits.rst index e381b979d573de110d5aaf103d05ec35a67735e3..214eb6f479edf8a320b8711ac60d9b720aa74bc2 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibits.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibits.rst @@ -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 ************************ diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibset.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibset.rst index 11a548d07876632a895a18cd29a4ada9abf2c5bf..d722b34f59142cb44f65ca9136ce50bf27ef364e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibset.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibset.rst @@ -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 ***************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ichar.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ichar.rst index 847854d30951c4c8d0fca2c2a4c123e6949fccbf..1c8b9981bce83ab276a5115a6806d0376168d534 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ichar.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ichar.rst @@ -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 ************************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ieor.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ieor.rst index 604cd654454a5c05eb85c28571ac63ea65a0698d..b7edebcfbd2cf2151753635eb7dc86049e886a33 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ieor.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ieor.rst @@ -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 ************************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/index.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/index.rst index 4ef9ead94b0174a903e2925aee787d35a1cfb671..595527ac53c1ad655a9a4184aa82e98fe3f382f0 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/index.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/index.rst @@ -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 ************************************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/int.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/int.rst index 83a35aef52985bde2ab708c1c4206ecb5a4eb3c7..4524746f97549b2a7668fd0a41ac000cd40121de 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/int.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/int.rst @@ -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 ******************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ior.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ior.rst index cd00b9623ccc45a60b81858182da9c556e709eb0..f7fd861118a0ef2c1cf119fe454fa4de3b0ae0f1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ior.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ior.rst @@ -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 ************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ishft.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ishft.rst index ef1dc699cfe2b5a4ebd8108626d6ec3cc3855122..f9ebc041c70a6c17b50205bc838ca418a0ab3d93 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ishft.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ishft.rst @@ -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 ******************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ishftc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ishftc.rst index ceabef3afbd1a8397fcd20051273a28cfe1160c1..c16050214c9bfd0d462033a366d30ab5c1578730 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ishftc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ishftc.rst @@ -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 ******************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/len.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/len.rst index 966ff554d46ae62602d704fe4beb4fdc6766fe61..de17692de9deb0abee5c93fda0b76b416cfd0700 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/len.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/len.rst @@ -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 ************************************ diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lge.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lge.rst index 6ffb4a7af0c78ad2cf5b7b3101c7b59497aea6e1..93667b0130f634949e7f4dec8da8e17ba99ab6ef 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lge.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lge.rst @@ -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 ************************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lgt.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lgt.rst index 0654ee5bc31b05308f6da32be03aa0cdd397f9f2..3eae0b0765a0caf6418bd783da4591ad7596ea6e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lgt.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lgt.rst @@ -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 **************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lle.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lle.rst index 9edce0fec64fd3acf75585d14174b75d6831f99f..5c3c6c98c08b02f8e5550d700825ce21aa80d68a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lle.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lle.rst @@ -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 ********************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/llt.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/llt.rst index e2f567c28909afe144efbb372fac68e98fc1fd7f..e01000d87bc6b925794354f31a73dc58d5d4db45 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/llt.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/llt.rst @@ -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 ************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/log.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/log.rst index b7bb67b9fc9facf30217361424d73a28a463e7a2..58ec46e9b45c1edd73d92d0db2efc45b5e3dda5f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/log.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/log.rst @@ -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 ********************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/log10.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/log10.rst index 80f8b7d89a414be1c23172e5edce0dffe4d293b7..ce9374db20e49f97f73374de3c7441e7dd6bd3a8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/log10.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/log10.rst @@ -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 ************************************ diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/loggamma.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/loggamma.rst index 1818975123d9093de76dcd211cd492f32d57d791..65e7e4d65685ae58d2b4ef0e27301a0a6eafb72b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/loggamma.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/loggamma.rst @@ -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 ********************************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/max.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/max.rst index 688e6931df664c6fbf0bc59760872ff3c3c354c5..807e42ab03524904c3437a12f4b3642860166567 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/max.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/max.rst @@ -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 ***************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/min.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/min.rst index 8fc6c68920569e030d1c540bdddad646c3f02f91..b902bfd432a5472e10fb70d47da1a4de1f61d3e1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/min.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/min.rst @@ -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 ***************************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/mod.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/mod.rst index 2e674e90bd46590120c640b889139a74e94a4e1c..21e0794ffdae7b94db992f23c0c33ceb33af55ba 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/mod.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/mod.rst @@ -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 ************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/mvbits.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/mvbits.rst index b60a197fbe37485776c8d0c5de7aee848dc78dfc..5859bbb294b46d06673806b3ae6bd10fdad1df4c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/mvbits.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/mvbits.rst @@ -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 ************************************************ diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/nint.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/nint.rst index 035beb041e209c4209f01adba3a2e582092d1f99..2cb9c47140e17cfd3395ee2694dc29b217b71638 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/nint.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/nint.rst @@ -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 ***************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/not.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/not.rst index 57670323450a487e139af2c5364356b45d1ddf74..9c00a22d7e5d98216cead3fb61d1d0dbb4aa60d9 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/not.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/not.rst @@ -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 ************************ diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/real.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/real.rst index be19a01723dc75e2396d46c71d7d0305a1251148..03c91f29ced5180f6784d89da83df4502a78716e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/real.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/real.rst @@ -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 ****************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sign.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sign.rst index 0739490763e5966eb5d5456ff0582f811b8342b9..67b6de91346fa32d47c4972321fef4a98ad6b3d1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sign.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sign.rst @@ -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 ****************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sin.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sin.rst index 902144f3062542f308731ab24e3d58fcfd8c6c94..bc50dcf169c1a56145f8e7212f6bc93958f65c47 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sin.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sin.rst @@ -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 ********************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sind.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sind.rst index 89aa7e16bdf08ae6f6704c7bba898560e06ce963..bb49bef1db7aa915bffe22824dffb4d0f611e7d9 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sind.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sind.rst @@ -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 ******************************* diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sinh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sinh.rst index e63deff9beee02bd756faa5361831c368e1c68e2..3d5ae7381b535995f7d4d8ef0db1f41bddcbc4ca 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sinh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sinh.rst @@ -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 ********************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sqrt.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sqrt.rst index e4831b6f089c16718fc6e93cd6d4aad3cbc8f6a8..a2ec6bad7d82810411644bf333decfea29540c6b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sqrt.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sqrt.rst @@ -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 ***************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/tan.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/tan.rst index e8a77eccdb5e10d2004fce3ba7fe282e6f5de082..b31fb7b2fc3dc9d7c80efe5e3dea09c4042a1bfd 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/tan.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/tan.rst @@ -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 ************************ diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/tand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/tand.rst index 3d7e7c186bf69a10821bd5d459e8488b717741a8..248472bfd136e9ed19d54ebb2ad32d3cfc7fd992 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/tand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/tand.rst @@ -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 ********************************** diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/tanh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/tanh.rst index 1a3468abd3a25cfc88695b829b00f7352a6c8c3c..73d1963caee3a448c7f6ea28354adf853fe841df 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/tanh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/tanh.rst @@ -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 *************************************