diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-16 16:44:35 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-16 16:44:35 +0000 |
commit | e7b8ec290314a24d67f8256c75b34a6a627c5205 (patch) | |
tree | cbbd98da06ef06f334e26d4cd08eea03e60befdb /libquadmath/libquadmath.texi | |
parent | b12676a5853278cf006fbc0908d35cb9d5ba7adc (diff) | |
download | gcc-e7b8ec290314a24d67f8256c75b34a6a627c5205.tar.gz |
PR fortran/46416
* quadmath.h (cbrtq, finiteq, isnanq, signbitq, sqrtq): Remove
const from prototype argument.
(cimagq, conjq, cprojq, crealq, fdimq, fmaxq, fminq, ilogbq,
llrintq, log2q, lrintq, nearbyintq, remquoq): New prototypes.
(__quadmath_extern_inline): Define.
(cimagq, conjq, crealq): New inlines.
* Makefile.am (libquadmath_la_SOURCES): Add math/cimagq.c,
math/conjq.c, math/cprojq.c, math/crealq.c, math/fdimq.c,
math/fmaxq.c, math/fminq.c, math/ilogbq.c, math/llrintq.c,
math/log2q.c, math/lrintq.c, math/nearbyintq.c and math/remquoq.c.
* Makefile.in: Regenerated.
* quadmath_weak.h (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
* quadmath-imp.h (__LITTLE_ENDIAN__): Don't define.
(ieee854_float128): Use __BYTE_ORDER == __ORDER_BIG_ENDIAN__
tests instead of __BIG_ENDIAN__.
* quadmath.map (QUADMATH_1.0): Add cimagq, conjq, cprojq, crealq,
fdimq, fmaxq, fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq
and remquoq.
* libquadmath.texi (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
* math/cprojq.c: New file.
* math/ilogbq.c: New file.
* math/fminq.c: New file.
* math/llrintq.c: New file.
* math/log2q.c: New file.
* math/lrintq.c: New file.
* math/crealq.c: New file.
* math/nearbyintq.c: New file.
* math/fmaxq.c: New file.
* math/conjq.c: New file.
* math/remquoq.c: New file.
* math/cimagq.c: New file.
* math/fdimq.c: New file.
* math/ldexpq.c: Include errno.h. Set errno to ERANGE if needed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168854 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libquadmath/libquadmath.texi')
-rw-r--r-- | libquadmath/libquadmath.texi | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi index 50b9e62e495..b336f9b4a12 100644 --- a/libquadmath/libquadmath.texi +++ b/libquadmath/libquadmath.texi @@ -111,12 +111,16 @@ The following mathematical functions are available: @item @code{expm1q}: exponential minus 1 function @need 800 @item @code{fabsq}: absolute value function +@item @code{fdimq}: positive difference function @item @code{finiteq}: check finiteness of value @item @code{floorq}: floor value function @item @code{fmaq}: fused multiply and add +@item @code{fmaxq}: determine maximum of two values +@item @code{fminq}: determine minimum of two values @item @code{fmodq}: remainder value function @item @code{frexpq}: extract mantissa and exponent @item @code{hypotq}: Eucledian distance function +@item @code{ilogbq}: get exponent of the value @item @code{isinfq}: check for infinity @item @code{isnanq}: check for not a number @item @code{j0q}: Bessel function of the first kind, first order @@ -124,17 +128,22 @@ The following mathematical functions are available: @item @code{jnq}: Bessel function of the first kind, @var{n}-th order @item @code{ldexpq}: load exponent of the value @item @code{lgammaq}: logarithmic gamma function +@item @code{llrintq}: round to nearest integer value @item @code{llroundq}: round to nearest integer value away from zero @item @code{logq}: natural logarithm function @item @code{log10q}: base 10 logarithm function @item @code{log1pq}: compute natural logarithm of the value plus one +@item @code{log2q}: base 2 logarithm function @need 800 +@item @code{lrintq}: round to nearest integer value @item @code{lroundq}: round to nearest integer value away from zero @item @code{modfq}: decompose the floating-point number @item @code{nanq}: return quiet NaN +@item @code{nearbyintq}: round to nearest integer @item @code{nextafterq}: next representable floating-point number @item @code{powq}: power function @item @code{remainderq}: remainder function +@item @code{remquoq}: remainder and part of quotient @item @code{rintq}: round-to-nearest integral value @item @code{roundq}: round-to-nearest integral value, return @code{__float128} @item @code{scalblnq}: compute exponent using @code{FLT_RADIX} @@ -152,8 +161,10 @@ The following mathematical functions are available: @item @code{y0q}: Bessel function of the second kind, first order @item @code{y1q}: Bessel function of the second kind, second order @item @code{ynq}: Bessel function of the second kind, @var{n}-th order -@item @code{cabsq} complex absolute value function: +@item @code{cabsq} complex absolute value function @item @code{cargq}: calculate the argument +@item @code{cimagq} imaginary part of complex number +@item @code{crealq}: real part of complex number @item @code{cacoshq}: complex arc hyperbolic cosine function @item @code{cacosq}: complex arc cosine function @item @code{casinhq}: complex arc hyperbolic sine function @@ -168,7 +179,9 @@ The following mathematical functions are available: real value @item @code{clogq}: complex natural logarithm @item @code{clog10q}: complex base 10 logarithm +@item @code{conjq}: complex conjugate function @item @code{cpowq}: complex power function +@item @code{cprojq}: project into Riemann Sphere @item @code{csinq}: complex sine function @item @code{csinhq}: complex hyperbolic sine function @item @code{csqrtq}: complex square root |