From patchwork Thu Nov 10 17:03:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 60359 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 11A0B38438D6 for ; Thu, 10 Nov 2022 17:03:50 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 59582385781A for ; Thu, 10 Nov 2022 17:03:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 59582385781A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 55ED71FEEB for ; Thu, 10 Nov 2022 17:03:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1668099794; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=l3WVG8nNEraP9xhupnpjHm8TC5IRb6EwOKZ3vMh8qDc=; b=r8agyH/atSouEYxWJfJkYlRg982C20/aw/+0lVMpfSfuBDyxZcsIEtYHt0uJZv75oCMD3Y J1WR1PJLt39+0PxC3KymNCeke92annT8JdCMyRgByjNZ+WC1ryncD/lHiefeBsgY0GkouP SxgecQycSLuBIYFZMqI2mLaZZWF13MA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1668099794; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=l3WVG8nNEraP9xhupnpjHm8TC5IRb6EwOKZ3vMh8qDc=; b=sAD1ONyNfneIvDo6UpVH+ZVjgk/+9NmWU+gfTlQ5cNukoqrHToORAvuq3zlKoyauUDPV4I 5dW56erAmqF/g2Ag== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 425471332F for ; Thu, 10 Nov 2022 17:03:14 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id JC1WD9IubWMkfQAAMHmgww (envelope-from ) for ; Thu, 10 Nov 2022 17:03:14 +0000 Message-ID: Date: Thu, 10 Nov 2022 18:03:13 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH (pushed)] docs: move label directly before title To: gcc-patches@gcc.gnu.org Content-Language: en-US X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" 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. --- gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/acos.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/acosd.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/acosh.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/aimag.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/aint.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/anint.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/asin.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/asind.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/asinh.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/atan.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/atan2.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/atan2d.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/atand.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/atanh.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/besselj0.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/besselj1.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/besseljn.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/bessely0.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/bessely1.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/besselyn.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/btest.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/char.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/conjg.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/cos.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/cosd.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/cosh.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/cotan.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/cotand.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/dim.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/dprod.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/erf.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/erfc.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/exp.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/gamma.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/iand.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/ibclr.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/ibits.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/ibset.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/ichar.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/ieor.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/index.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/int.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/ior.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/ishft.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/ishftc.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/len.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/lge.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/lgt.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/lle.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/llt.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/log.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/log10.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/loggamma.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/max.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/min.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/mod.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/mvbits.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/nint.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/not.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/real.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/sign.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/sin.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/sind.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/sinh.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/sqrt.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/tan.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/tand.rst | 4 ++-- gcc/fortran/doc/gfortran/intrinsic-procedures/tanh.rst | 4 ++-- 69 files changed, 138 insertions(+), 138 deletions(-) diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst index 7ae5b6bb5dd..6be0d784173 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 6696a8bd443..21356949282 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 a5ba2c250a8..aa12616f949 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 1435c6ca278..ae0e580abfb 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 df8d9cb5aa1..40d8e46802d 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 f95a60121aa..d3c59678c56 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 7c1d324cfc7..e98fe00233e 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 44925bfb4e2..98ce55563af 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 09cf64a0318..7167f3cbaff 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 34454dd5f22..e3c8cf20a00 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 23d570823de..cc7ac0b3a64 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 d947862ac9d..5bdd5090056 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 03c77a27ba2..f5ee96bdcb9 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 1ad299c63fa..8316682e669 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 d272e7fbe40..62da7c046bb 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 564280c3be6..d606853f160 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 b97aa7d9c66..d6e54781c5e 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 da8a06e56fb..5ca796388b1 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 a6aea18957f..9912e721a45 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 a6f76608105..53174127777 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 86b2c15baa1..ff877bc0e52 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 62ce79090e9..9c18e204a11 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 a51b927d0b3..730f705b9ea 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 0c3ad2c98f3..f9d204a7332 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 334ce7a6304..143bdf4e00a 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 acfc1668589..d1126381213 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 5e60f2fc347..0c79caba778 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 1d2a04d6d61..ceb435a7ec7 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 88b51873a3c..f4f5e440115 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 9a72c37aaa2..1bbe6f0f4df 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 531a1b9e422..f36c154fd23 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 2ad74906163..620ca0f00ba 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 a0f2680b825..4b3b26e9e10 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 4ba0c54b9e2..54234572d09 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 b831746f405..75fe73d6b93 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 ae340e93f04..23cbfbe4dad 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 da2061369ee..764feac2b79 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 e381b979d57..214eb6f479e 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 11a548d0787..d722b34f591 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 847854d3095..1c8b9981bce 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 604cd654454..b7edebcfbd2 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 4ef9ead94b0..595527ac53c 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 83a35aef529..4524746f975 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 cd00b9623cc..f7fd861118a 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 ef1dc699cfe..f9ebc041c70 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 ceabef3afbd..c16050214c9 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 966ff554d46..de17692de9d 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 6ffb4a7af0c..93667b0130f 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 0654ee5bc31..3eae0b0765a 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 9edce0fec64..5c3c6c98c08 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 e2f567c2890..e01000d87bc 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 b7bb67b9fc9..58ec46e9b45 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 80f8b7d89a4..ce9374db20e 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 1818975123d..65e7e4d6568 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 688e6931df6..807e42ab035 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 8fc6c689205..b902bfd432a 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 2e674e90bd4..21e0794ffda 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 b60a197fbe3..5859bbb294b 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 035beb041e2..2cb9c47140e 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 57670323450..9c00a22d7e5 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 be19a01723d..03c91f29ced 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 0739490763e..67b6de91346 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 902144f3062..bc50dcf169c 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 89aa7e16bdf..bb49bef1db7 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 e63deff9bee..3d5ae7381b5 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 e4831b6f089..a2ec6bad7d8 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 e8a77eccdb5..b31fb7b2fc3 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 3d7e7c186bf..248472bfd13 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 1a3468abd3a..73d1963caee 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 *************************************