summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | mdoc: improvements to SEE ALSO.joel2014-12-273-3/+3
* | | | | | | | | | Minor Xr fix.joel2014-12-261-1/+1
* | | | | | | | | | Clarify to explain that C99 conforming compilers don't need CMPLX*().ed2014-12-241-3/+2
* | | | | | | | | | Rename cpack*() to CMPLX*().ed2014-12-1624-182/+195
* | | | | | | | | | Adjust the |x| small limit from 0x1p-7 to 0x1p-9. Thiskargl2014-12-081-1/+1
* | | | | | | | | | Update the constants associated with the evaluation of j0f(x)kargl2014-12-052-4/+4
* | | | | | | | | | Fix a 20+ year bug by using an appropriate constant forkargl2014-12-041-2/+2
* | | | | | | | | | Convert libraries to use LIBADDbapt2014-11-251-2/+1
* | | | | | | | | | Revert r274772: it is not valid on MIPSemaste2014-11-251-2/+2
* | | | | | | | | | Use canonical __PIC__ flagemaste2014-11-211-2/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add reachover Makefiles for contrib/netbsd-tests/lib/librtngie2014-11-174-0/+79
* | | | | | | | | The value small=2**-(p+3), where p is the precision, can be determine fromkargl2014-10-094-120/+128
* | | | | | | | | Remove whitespace and 2 blank lines.kargl2014-10-021-14/+12
* | | | | | | | | * Whitespace.kargl2014-09-251-3/+1
* | | | | | | | | For targets that have a signed zero, lgamma_r(-0, &signgamp) shouldkargl2014-09-174-4/+20
* | | | | | | | | * Makefile:kargl2014-09-1511-113/+837
* | | | | | | | | Remove an initialized, but otherwise, unused variable.kargl2014-09-042-2/+0
* | | | | | | | | According to the ISO C standard, lgamma(-integer) returnskargl2014-09-012-11/+13
* | | | | | | | | Fix a tab that somehow became 8 spaces.kargl2014-09-012-10/+5
* | | | | | | | | Compute sin(pi*x) without actually doing the pi*x multiplication.kargl2014-08-312-53/+49
* | | | | | | | | Fix the order of "const volatile" to be consistent withkargl2014-08-302-2/+2
* | | | | | | | | Make tiny volatile to prevent the compiler(s) fromkargl2014-08-302-2/+5
* | | | | | | | | From https://sourceware.org/ml/newlib/2014/msg00113.htmlimp2014-08-141-1/+3
* | | | | | | | | When r255294 was committed, it exposed the symbols lgammal, powl,kargl2014-08-091-22/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | * Update the comments to agree with commit r226595.kargl2014-07-131-4/+4
* | | | | | | | * Makefile:kargl2014-07-138-19/+696
* | | | | | | | * Use 9 digits instead of 11 digits in efx and efx8.kargl2014-07-131-54/+49
* | | | | | | | * Update the comments that refer to erf[c](nan) and erf[c](+-inf)kargl2014-07-131-4/+4
* | | | | | | | * Use the volatile qualifier for 'tiny' to prevent compilerskargl2014-07-132-10/+21
* | | | | | | | Whitespace.kargl2014-07-131-25/+18
* | | | | | | | Remove ia64.marcel2014-07-079-444/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Only build the vfp/softfp switching code on armv6 as we don't support vfpandrew2014-03-161-1/+5
* | | | | | | Build fenv-vfp.c with the softfp float abi. Without this gcc generates anandrew2014-03-161-0/+3
* | | | | | | On armv6 access both the softfloat and, when available, the vfp to get andandrew2014-03-157-10/+391
* | | | | | | In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid adim2014-02-211-1/+1
* | | | | | | For lib/msun, turn off warnings about unknown pragmas, sincedim2014-02-211-0/+1
* | | | | | | * Mark static inline functions with __fenv_static.andrew2014-01-251-7/+11
* | | | | | | Use __fenv_static for all static inline functions.andrew2014-01-251-3/+3
* | | | | | | * msun/man/cosh.3:kargl2013-12-316-10/+18
* | | | | | | Fix a mismerge of my local doc changes to msun/man/sinh.3.kargl2013-12-301-2/+4
* | | | | | | * Makefile:kargl2013-12-3013-27/+480
* | | | | | | * ld80/k_expl.h:kargl2013-12-304-463/+743
* | | | | | | Yet, another attempt to fix the libm breakage due to thekargl2013-11-071-0/+2
* | | | | | | Fix bulding libm on platforms with LDBL_MANT_DIG == 53.kargl2013-11-072-2/+6
* | | | | | | * Use "math.h" instead of <math.h>.kargl2013-11-063-24/+41
* | | | | | | Update the hard-float version of the fenv functions to use the VFP unit.andrew2013-10-271-36/+53
| |_|_|_|_|/ |/| | | | |
* | | | | | After r255294, building lib/msun's symbol map (using clang as thedim2013-09-121-1/+1
| |_|_|_|/ |/| | | |
* | | | | On ARM EABI double precision floating point values are stored in theandrew2013-09-071-1/+1
* | | | | Add stub implementations of the missing C++11 math functions.theraven2013-09-063-0/+79
| |_|_|/ |/| | |
* | | | * Whitespace.kargl2013-08-281-1/+1
OpenPOWER on IntegriCloud