opnsense-src/lib/msun/man
Dimitry Andric 5a4c3b831b Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD
This is a follow-up to r336299.

* lib/msun/Makefile:
  . Remove polevll.c

* lib/msun/ld80/e_powl.c:
  . Copy contents of polevll.c to here.  This is the only consumer of
    these functions.  Make functions 'static inline'.
  . Make reducl a 'static inline' function.

* lib/msun/man/exp.3:
  . Remove BUGS section that no longer applies.

* lib/msun/src/math_private.h:
  . Remove prototypes of __p1evll() and __polevll()

* lib/msun/src/s_cpow.c:
* lib/msun/src/s_cpowf.c:
* lib/msun/src/s_cpowl.c
  . Include math_private.h.
  . Use the CMPLX macro from either C99 or math_private.h (depends on
    compiler support) instead of the problematic use of complex I.

Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
PR:		229876
MFC after:	1 week
2018-07-20 18:27:30 +00:00
..
acos.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
acosh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
asin.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
asinh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
atan.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
atan2.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
atanh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cacos.3 cacos(3): correct spelling of 'I' 2017-12-31 00:55:00 +00:00
ccos.3 I'm happy to finally commit stephen@'s implementations of cacos, 2013-05-30 04:49:26 +00:00
ccosh.3 I'm happy to finally commit stephen@'s implementations of cacos, 2013-05-30 04:49:26 +00:00
ceil.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cexp.3 mdoc: improvements to SEE ALSO. 2014-12-27 08:22:58 +00:00
cimag.3 Fix several typos in macros or macro misusage. 2010-03-12 10:01:06 +00:00
clog.3 clog.3, complex.3: Fix typos and igor style issues 2018-06-06 16:25:00 +00:00
complex.3 msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd 2018-07-15 00:23:10 +00:00
copysign.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cos.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cosh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
cpow.3 msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsd 2018-07-15 00:23:10 +00:00
csqrt.3 Minor Xr fix. 2014-12-26 09:18:33 +00:00
erf.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
exp.3 Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD 2018-07-20 18:27:30 +00:00
fabs.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
fdim.3 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
feclearexcept.3
feenableexcept.3
fegetenv.3
fegetround.3
fenv.3 Minor corrections and clarifications regarding exceptions. 2011-10-21 14:23:59 +00:00
floor.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
fma.3
fmax.3
fmod.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
hypot.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ieee.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ieee_test.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ilogb.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
j0.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
lgamma.3 Correct r326748, indicating that tgammal(3) is mapped to tgamma(3), not 2017-12-10 23:03:13 +00:00
log.3 Add logl, log2l, log10l, and log1pl. 2013-06-03 09:14:31 +00:00
lrint.3 Implement rintl(), nearbyintl(), lrintl(), and llrintl(). 2008-01-14 02:12:07 +00:00
lround.3
math.3 Remove the sentence in math(3) about some long double math functions not 2017-12-07 20:38:37 +00:00
nan.3 Implement and document nan(), nanf(), and nanl(). This commit 2007-12-16 21:19:28 +00:00
nextafter.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
remainder.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
rint.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
round.3
scalbn.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
signbit.3
sin.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
sincos.3 Implement sincos, sincosf, and sincosl. 2017-05-28 06:13:38 +00:00
sinh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
sqrt.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
tan.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
tanh.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
trunc.3