summaryrefslogtreecommitdiffstats
path: root/lib/msun/src
Commit message (Expand)AuthorAgeFilesLines
* MFC r318259:dim2017-05-162-2/+2
* MFC r305380:bde2016-09-191-0/+6
* Fix frexpl() declaration to not include the field name.trasz2016-06-091-1/+1
* lib: minor spelling fixes in comments.pfg2016-05-012-2/+2
* In libm's exp2(3), avoid left-shifting a negative integer, which isdim2015-08-091-2/+2
* Follow up to r284427: fix NaN mixing for ctanhf too.tijl2015-06-151-1/+2
* - Change comments to be more consistent with s_ccosh.c and s_csinh.c.tijl2015-06-152-20/+21
* Fix some exceptional cases where the sign of the result is unspecifiedtijl2015-06-152-47/+43
* Fix some exceptional cases where the sign of the result is unspecifiedtijl2015-06-152-34/+32
* In r279493, the functions pzero[f](), qzero[f], pone[f](),kargl2015-05-174-4/+4
* According to POSIX.1-2008, the Bessel functions of second kindkargl2015-03-106-22/+57
* 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
* Clarify to explain that C99 conforming compilers don't need CMPLX*().ed2014-12-241-3/+2
* Rename cpack*() to CMPLX*().ed2014-12-1622-180/+193
* 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
* Revert r274772: it is not valid on MIPSemaste2014-11-251-2/+2
* Use canonical __PIC__ flagemaste2014-11-211-2/+2
* The value small=2**-(p+3), where p is the precision, can be determine fromkargl2014-10-092-44/+46
* 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-172-2/+10
* * Makefile:kargl2014-09-156-100/+128
* 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
* 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-133-4/+10
* * 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-071-4/+0
* Use __fenv_static for all static inline functions.andrew2014-01-251-3/+3
* * msun/man/cosh.3:kargl2013-12-313-7/+15
* * Makefile:kargl2013-12-308-6/+446
* 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-071-0/+4
OpenPOWER on IntegriCloud