summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge headsjg2014-04-2728-568/+1744
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-131-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge headsjg2013-09-114-1/+80
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge from headsjg2013-09-0548-652/+4227
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.obrien2013-02-082-4/+5
| |\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Sync from headsjg2012-11-0422-115/+733
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-222-0/+21
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Misc fixes from projects/bmakesjg2015-06-111-0/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | In r279493, the functions pzero[f](), qzero[f], pone[f](),kargl2015-05-174-4/+4
* | | | | | | | | | The presence/absence of CPU features should be tested withimp2015-04-281-1/+3
* | | | | | | | | | Remove per-architecture checks for enabling HAVE_FENV_Hngie2015-04-271-4/+1
* | | | | | | | | | Correct the spelling of MACHINE_CPUARCH, MACHINE_CPU is not set on arm64.andrew2015-04-271-1/+1
* | | | | | | | | | Build/install libc, librt, libthr, and msun NetBSD test suites on allngie2015-04-273-13/+3
* | | | | | | | | | mdoc: fix function declarationbapt2015-04-261-2/+2
* | | | | | | | | | mdoc: remove empty linebapt2015-04-261-1/+0
* | | | | | | | | | Remove end of line whitespacebapt2015-04-261-3/+3
* | | | | | | | | | Add the fe* symbols to libm for arm64.andrew2015-03-311-0/+56
* | | | | | | | | | Correct mrs_fpcr and mrs_fpsr macros in arm64 fenv.hemaste2015-03-301-21/+22
* | | | | | | | | | Start to import support for the AArch64 architecture from ARM. This changeandrew2015-03-192-0/+249
* | | | | | | | | | According to POSIX.1-2008, the Bessel functions of second kindkargl2015-03-107-47/+77
* | | | | | | | | | Give compilers a stronger hint to inline the functionskargl2015-03-014-8/+16
* | | | | | | | | | When j0() and j1() were converted to j0f() and j1f(), the thresholdkargl2015-03-012-16/+16
* | | | | | | | | | msun: drop unnecessary checks (part 2).pfg2015-02-244-4/+4
* | | | | | | | | | msun: drop unnecessary checks.pfg2015-02-224-4/+4
* | | | | | | | | | Truncate the exponent 'n' of type long to a domain containedkargl2015-02-071-19/+9
* | | | | | | | | | scanblnl: drop extra braces.pfg2015-02-031-2/+1
* | | | | | | | | | Reduce confusion in scalbnl() family of functions.pfg2015-02-031-3/+10
* | | | | | | | | | msun: use previously ignored value.pfg2015-01-301-22/+4
* | | | | | | | | | mdoc: remove EOL whitespace.joel2014-12-291-1/+1
* | | | | | | | | | 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
OpenPOWER on IntegriCloud