platform_bionic/libm
Elliott Hughes 9ee6adb003 Add missing <complex.h> functions.
FreeBSD doesn't seem interested in having low-quality implementations of
these functions:

  cacoshl, cacosl, casinhl, casinl, catanhl, catanl, ccoshl, ccosl, cexpl,
  clog, clogf, clogl, cpow, cpowf, cpowl, csinhl, csinl, ctanhl, ctanl.

And they still haven't got round to writing good implementations, so for
now let's just take the NetBSD ones so we have the full set.

Bug: http://b/27555792
Change-Id: I6b72003cf749b1043f006377a01fffe5e1d659bc
2016-03-11 15:03:25 -08:00
..
amd64 Move x86 fenv implementation details into fenv.c. 2014-06-09 15:20:59 -07:00
arm libm: ARM: reorganize a bit to match ARM64 2015-08-13 23:02:10 +00:00
arm64 Fix arm64 fenv warnings, and make warnings errors. 2015-10-23 16:41:17 -07:00
i387 Move x86 fenv implementation details into fenv.c. 2014-06-09 15:20:59 -07:00
include Add missing <complex.h> functions. 2016-03-11 15:03:25 -08:00
mips Move mips fenv implementation details into fenv.c. 2014-06-09 15:25:15 -07:00
upstream-freebsd/lib/msun Sync with upstream FreeBSD libm. 2015-08-28 20:21:43 -07:00
upstream-netbsd/lib/libm Add missing <complex.h> functions. 2016-03-11 15:03:25 -08:00
x86 Add x86 optimization of rint functions and tests 2016-03-07 18:31:26 -08:00
x86_64 Add x86 optimization of rint functions and tests 2016-03-07 18:31:26 -08:00
Android.bp Update Android.bp with x86 rint optimizations 2016-03-11 13:01:20 -08:00
Android.mk Add missing <complex.h> functions. 2016-03-11 15:03:25 -08:00
digittoint.c Upgrade libm. 2013-02-01 14:51:19 -08:00
fabs.cpp Revert "Revert "Use compiler builtins for fabs."" 2015-08-24 16:05:48 -07:00
fake_long_double.c Add x86 optimization of rint functions and tests 2016-03-07 18:31:26 -08:00
fpmath.h Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
freebsd-compat.h Remove more BSD cruft from the public headers. 2014-12-19 19:30:11 -08:00
libm.arm.map Add missing <complex.h> functions. 2016-03-11 15:03:25 -08:00
libm.arm64.map Add missing <complex.h> functions. 2016-03-11 15:03:25 -08:00
libm.map.txt Add missing <complex.h> functions. 2016-03-11 15:03:25 -08:00
libm.mips.map Add missing <complex.h> functions. 2016-03-11 15:03:25 -08:00
libm.mips64.map Add missing <complex.h> functions. 2016-03-11 15:03:25 -08:00
libm.x86.map Add missing <complex.h> functions. 2016-03-11 15:03:25 -08:00
libm.x86_64.map Add missing <complex.h> functions. 2016-03-11 15:03:25 -08:00
MODULE_LICENSE_BSD_LIKE Initial Contribution 2008-10-21 07:00:00 -07:00
NOTICE Regenerate NOTICE files. 2015-08-28 20:23:52 -07:00
signbit.c Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
significandl.c Clean-up _fpmath and fake_long_doubles 2014-04-23 19:03:06 +01:00
sincos.c Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE). 2014-08-18 16:04:03 -07:00