Revert "docs: move label directly before title"

This reverts commit 740cf7d6ab.
This commit is contained in:
Martin Liska 2022-11-13 21:55:34 +01:00
parent 274462ef9a
commit d2d6d265d8
69 changed files with 138 additions and 138 deletions

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _abs:
.. index:: ABS
.. index:: CABS
@ -25,8 +27,6 @@
.. index:: absolute value
.. _abs:
ABS --- Absolute value
**********************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _acos:
.. index:: ACOS
.. index:: DACOS
@ -11,8 +13,6 @@
.. index:: cosine, inverse
.. _acos:
ACOS --- Arccosine function
****************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _acosd:
.. index:: ACOSD
.. index:: DACOSD
@ -11,8 +13,6 @@
.. index:: cosine, inverse, degrees
.. _acosd:
ACOSD --- Arccosine function, degrees
*************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _acosh:
.. index:: ACOSH
.. index:: DACOSH
@ -15,8 +17,6 @@
.. index:: cosine, hyperbolic, inverse
.. _acosh:
ACOSH --- Inverse hyperbolic cosine function
********************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _aimag:
.. index:: AIMAG
.. index:: DIMAG
@ -13,8 +15,6 @@
.. index:: complex numbers, imaginary part
.. _aimag:
AIMAG --- Imaginary part of complex number
********************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _aint:
.. index:: AINT
.. index:: DINT
@ -11,8 +13,6 @@
.. index:: rounding, floor
.. _aint:
AINT --- Truncate to a whole number
***********************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _anint:
.. index:: ANINT
.. index:: DNINT
@ -11,8 +13,6 @@
.. index:: rounding, ceiling
.. _anint:
ANINT --- Nearest whole number
******************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _asin:
.. index:: ASIN
.. index:: DASIN
@ -11,8 +13,6 @@
.. index:: sine, inverse
.. _asin:
ASIN --- Arcsine function
**************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _asind:
.. index:: ASIND
.. index:: DASIND
@ -11,8 +13,6 @@
.. index:: sine, inverse, degrees
.. _asind:
ASIND --- Arcsine function, degrees
***********************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _asinh:
.. index:: ASINH
.. index:: DASINH
@ -15,8 +17,6 @@
.. index:: sine, hyperbolic, inverse
.. _asinh:
ASINH --- Inverse hyperbolic sine function
******************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _atan:
.. index:: ATAN
.. index:: DATAN
@ -11,8 +13,6 @@
.. index:: tangent, inverse
.. _atan:
ATAN --- Arctangent function
*****************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _atan2:
.. index:: ATAN2
.. index:: DATAN2
@ -11,8 +13,6 @@
.. index:: tangent, inverse
.. _atan2:
ATAN2 --- Arctangent function
******************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _atan2d:
.. index:: ATAN2D
.. index:: DATAN2D
@ -11,8 +13,6 @@
.. index:: tangent, inverse, degrees
.. _atan2d:
ATAN2D --- Arctangent function, degrees
***************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _atand:
.. index:: ATAND
.. index:: DATAND
@ -11,8 +13,6 @@
.. index:: tangent, inverse, degrees
.. _atand:
ATAND --- Arctangent function, degrees
**************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _atanh:
.. index:: ATANH
.. index:: DATANH
@ -15,8 +17,6 @@
.. index:: tangent, hyperbolic, inverse
.. _atanh:
ATANH --- Inverse hyperbolic tangent function
*********************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _bessel_j0:
.. index:: BESSEL_J0
.. index:: BESJ0
@ -11,8 +13,6 @@
.. index:: Bessel function, first kind
.. _bessel_j0:
BESSEL_J0 --- Bessel function of the first kind of order 0
**********************************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _bessel_j1:
.. index:: BESSEL_J1
.. index:: BESJ1
@ -11,8 +13,6 @@
.. index:: Bessel function, first kind
.. _bessel_j1:
BESSEL_J1 --- Bessel function of the first kind of order 1
**********************************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _bessel_jn:
.. index:: BESSEL_JN
.. index:: BESJN
@ -11,8 +13,6 @@
.. index:: Bessel function, first kind
.. _bessel_jn:
BESSEL_JN --- Bessel function of the first kind
***********************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _bessel_y0:
.. index:: BESSEL_Y0
.. index:: BESY0
@ -11,8 +13,6 @@
.. index:: Bessel function, second kind
.. _bessel_y0:
BESSEL_Y0 --- Bessel function of the second kind of order 0
***********************************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _bessel_y1:
.. index:: BESSEL_Y1
.. index:: BESY1
@ -11,8 +13,6 @@
.. index:: Bessel function, second kind
.. _bessel_y1:
BESSEL_Y1 --- Bessel function of the second kind of order 1
***********************************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _bessel_yn:
.. index:: BESSEL_YN
.. index:: BESYN
@ -11,8 +13,6 @@
.. index:: Bessel function, second kind
.. _bessel_yn:
BESSEL_YN --- Bessel function of the second kind
************************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _btest:
.. index:: BTEST
.. index:: BBTEST
@ -15,8 +17,6 @@
.. index:: bits, testing
.. _btest:
BTEST --- Bit test function
***************************

View file

@ -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
**************************************

View file

@ -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
************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _cos:
.. index:: COS
.. index:: DCOS
@ -17,8 +19,6 @@
.. index:: cosine
.. _cos:
COS --- Cosine function
***********************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _cosd:
.. index:: COSD
.. index:: DCOSD
@ -17,8 +19,6 @@
.. index:: cosine, degrees
.. _cosd:
COSD --- Cosine function, degrees
*********************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _cosh:
.. index:: COSH
.. index:: DCOSH
@ -13,8 +15,6 @@
.. index:: cosine, hyperbolic
.. _cosh:
COSH --- Hyperbolic cosine function
***********************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _cotan:
.. index:: COTAN
.. index:: DCOTAN
@ -11,8 +13,6 @@
.. index:: cotangent
.. _cotan:
COTAN --- Cotangent function
****************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _cotand:
.. index:: COTAND
.. index:: DCOTAND
@ -11,8 +13,6 @@
.. index:: cotangent, degrees
.. _cotand:
COTAND --- Cotangent function, degrees
**************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _dim:
.. index:: DIM
.. index:: IDIM
@ -11,8 +13,6 @@
.. index:: positive difference
.. _dim:
DIM --- Positive difference
***************************

View file

@ -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
*********************************

View file

@ -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
***********************

View file

@ -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
************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _exp:
.. index:: EXP
.. index:: DEXP
@ -17,8 +19,6 @@
.. index:: logarithm function, inverse
.. _exp:
EXP --- Exponential function
*****************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _gamma:
.. index:: GAMMA
.. index:: DGAMMA
@ -11,8 +13,6 @@
.. index:: Factorial function
.. _gamma:
GAMMA --- Gamma function
************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _iand:
.. index:: IAND
.. index:: BIAND
@ -17,8 +19,6 @@
.. index:: logical and, bitwise
.. _iand:
IAND --- Bitwise logical and
****************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _ibclr:
.. index:: IBCLR
.. index:: BBCLR
@ -17,8 +19,6 @@
.. index:: bits, clear
.. _ibclr:
IBCLR --- Clear bit
*******************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _ibits:
.. index:: IBITS
.. index:: BBITS
@ -17,8 +19,6 @@
.. index:: bits, extract
.. _ibits:
IBITS --- Bit extraction
************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _ibset:
.. index:: IBSET
.. index:: BBSET
@ -15,8 +17,6 @@
.. index:: bits, set
.. _ibset:
IBSET --- Set bit
*****************

View file

@ -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
**************************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _ieor:
.. index:: IEOR
.. index:: BIEOR
@ -17,8 +19,6 @@
.. index:: logical exclusive or, bitwise
.. _ieor:
IEOR --- Bitwise logical exclusive or
*************************************

View file

@ -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
*************************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _int:
.. index:: INT
.. index:: IFIX
@ -11,8 +13,6 @@
.. index:: conversion, to integer
.. _int:
INT --- Convert to integer type
*******************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _ior:
.. index:: IOR
.. index:: BIOR
@ -17,8 +19,6 @@
.. index:: logical or, bitwise
.. _ior:
IOR --- Bitwise logical or
**************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _ishft:
.. index:: ISHFT
.. index:: BSHFT
@ -15,8 +17,6 @@
.. index:: bits, shift
.. _ishft:
ISHFT --- Shift bits
********************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _ishftc:
.. index:: ISHFTC
.. index:: BSHFTC
@ -15,8 +17,6 @@
.. index:: bits, shift circular
.. _ishftc:
ISHFTC --- Shift bits circularly
********************************

View file

@ -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
************************************

View file

@ -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
*************************************

View file

@ -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
****************************

View file

@ -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
**********************************

View file

@ -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
*************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _log:
.. index:: LOG
.. index:: ALOG
@ -21,8 +23,6 @@
.. index:: natural logarithm function
.. _log:
LOG --- Natural logarithm function
**********************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _log10:
.. index:: LOG10
.. index:: ALOG10
@ -15,8 +17,6 @@
.. index:: base 10 logarithm function
.. _log10:
LOG10 --- Base 10 logarithm function
************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _log_gamma:
.. index:: LOG_GAMMA
.. index:: LGAMMA
@ -13,8 +15,6 @@
.. index:: Gamma function, logarithm of
.. _log_gamma:
LOG_GAMMA --- Logarithm of the Gamma function
*********************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _max:
.. index:: MAX
.. index:: MAX0
@ -17,8 +19,6 @@
.. index:: maximum value
.. _max:
MAX --- Maximum value of an argument list
*****************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _min:
.. index:: MIN
.. index:: MIN0
@ -17,8 +19,6 @@
.. index:: minimum value
.. _min:
MIN --- Minimum value of an argument list
*****************************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _mod:
.. index:: MOD
.. index:: AMOD
@ -21,8 +23,6 @@
.. index:: division, remainder
.. _mod:
MOD --- Remainder function
**************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _mvbits:
.. index:: MVBITS
.. index:: BMVBITS
@ -15,8 +17,6 @@
.. index:: bits, move
.. _mvbits:
MVBITS --- Move bits from one integer to another
************************************************

View file

@ -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
*****************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _not:
.. index:: NOT
.. index:: BNOT
@ -19,8 +21,6 @@
.. index:: logical not, bitwise
.. _not:
NOT --- Logical negation
************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _real:
.. index:: REAL
.. index:: REALPART
@ -23,8 +25,6 @@
.. index:: complex numbers, real part
.. _real:
REAL --- Convert to real type
******************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _sign:
.. index:: SIGN
.. index:: ISIGN
@ -11,8 +13,6 @@
.. index:: sign copying
.. _sign:
SIGN --- Sign copying function
******************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _sin:
.. index:: SIN
.. index:: DSIN
@ -17,8 +19,6 @@
.. index:: sine
.. _sin:
SIN --- Sine function
**********************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _sind:
.. index:: SIND
.. index:: DSIND
@ -17,8 +19,6 @@
.. index:: sine, degrees
.. _sind:
SIND --- Sine function, degrees
*******************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _sinh:
.. index:: SINH
.. index:: DSINH
@ -13,8 +15,6 @@
.. index:: sine, hyperbolic
.. _sinh:
SINH --- Hyperbolic sine function
**********************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _sqrt:
.. index:: SQRT
.. index:: DSQRT
@ -17,8 +19,6 @@
.. index:: square-root
.. _sqrt:
SQRT --- Square-root function
*****************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _tan:
.. index:: TAN
.. index:: DTAN
@ -11,8 +13,6 @@
.. index:: tangent
.. _tan:
TAN --- Tangent function
************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _tand:
.. index:: TAND
.. index:: DTAND
@ -11,8 +13,6 @@
.. index:: tangent, degrees
.. _tand:
TAND --- Tangent function, degrees
**********************************

View file

@ -3,6 +3,8 @@
This is part of the GCC manual.
For copying conditions, see the copyright.rst file.
.. _tanh:
.. index:: TANH
.. index:: DTANH
@ -13,8 +15,6 @@
.. index:: tangent, hyperbolic
.. _tanh:
TANH --- Hyperbolic tangent function
*************************************