summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Replace strong references with weak references. There's nodas2005-03-074-7/+7
* Remove an obsolete sentence from a comment.stefanf2005-03-071-2/+1
* - If z is 0, one of x or y is 0, and the other is infinite, raisedas2005-03-071-2/+18
* Document scalbnl and scalblnl.das2005-03-071-9/+16
* Document nextafterl and nexttoward{,f,l}.das2005-03-071-7/+21
* Add nexttoward to the list of implemented functions, and explicitlydas2005-03-071-4/+8
* Document fmal.das2005-03-071-16/+27
* Remove ldexp and ldexpf. The former is in libc, and the latter isdas2005-03-072-59/+0
* - Remove s_ldexpf.c (now aliased to scalbn.)das2005-03-071-7/+12
* - Define FP_FAST_FMA for sparc64, since fma() is now implemented usingdas2005-03-071-4/+12
* Alias scalbn as ldexpl and scalbnl on platforms where long double isdas2005-03-071-0/+8
* - Implement scalblnl.das2005-03-071-2/+34
* Implement nexttowardf. This is used on both platforms with 11-bitdas2005-03-071-0/+60
* Implement nexttoward and nextafterl; the latter is also known asdas2005-03-072-0/+155
* - Try harder to trick gcc into not optimizing away statementsdas2005-03-072-8/+19
* Implement frexpl.das2005-03-071-0/+62
* Alias frexp as frexpl on platforms where a long double is the same asdas2005-03-071-0/+7
* Implement fmal.das2005-03-071-0/+170
* - Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-1/+2
* - Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-071-0/+5
* Define the LDBL_PREC to be the number of significant bits in a longdas2005-03-075-0/+9
* Add an assembly version of fmal.das2005-03-071-0/+34
* Add scalbnl, also known as as ldexpl.das2005-03-072-0/+90
* Alias scalbnf as ldexpf. The two are identical in binarydas2005-03-072-0/+7
* Fix a mistake in the exponent range.das2005-03-061-1/+1
* Work around a gcc bug. This fixes feholdexcept() et al. at -O1.das2005-03-051-1/+1
* Un-document the non-extant exp10() and exp10f() functions.das2005-02-262-3/+1
* Revert rev 1.8, which causes small (e.g. 2 ulp) errors for somedas2005-02-241-8/+13
* Use hardware instructions for sqrt() and sqrtf().das2005-02-213-0/+69
* Use double arithmetic instead of simulating it with two floats. Thisdas2005-02-211-13/+8
* Remove the i387 versions of atan(), atan2(), and atan2f().das2005-02-214-106/+3
* Remove i387 versions of asin() and acos(). Although the hardwaredas2005-02-203-112/+1
* Remove the float versions of the i387 trig functions obtained fromdas2005-02-204-48/+2
* Fix a small scripting snafu in the previous revision.das2005-02-041-2/+2
* Remove another vestige of support for a non-IEEE libm.das2005-02-041-2/+0
* Reduce diffs against vendor source (Sun fdlibm 5.3).das2005-02-0428-428/+476
* Move machine-dependent crud to its own makefile.das2005-02-045-22/+32
* Remove wrappers and other cruft intended to support SVID, mistakes indas2005-02-0475-3283/+81
* Typo.ru2005-01-281-1/+1
* Properly terminate sentence.ru2005-01-281-2/+2
* - Move the functions presently described in in ieee(3) to their owndas2005-01-278-585/+885
* Define FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD and _ROUND_MASK tocognet2005-01-241-0/+7
* Update comment to reflect the code change in the previous revision.das2005-01-232-2/+2
* Many changes, including the following major ones:das2005-01-231-113/+269
* If x == y, return y, not x. C99 (though not IEEE 754) requires thatdas2005-01-232-2/+2
* Add fma() and fmaf(), which implement a fused multiply-add operation.das2005-01-228-3/+412
* Sort sections.ru2005-01-202-17/+17
* Use the \*(If string provided by mdoc(7), to represent infinity.ru2005-01-162-18/+11
* Removed redundant .br call.ru2005-01-161-1/+0
* amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2.das2005-01-154-0/+77
OpenPOWER on IntegriCloud