]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/msun
This commit was generated by cvs2svn to compensate for changes in r177420,
[FreeBSD/FreeBSD.git] / lib / msun /
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-02 das1 << 47 needs to be written 1ULL << 47.
2008-03-02 dasHook up sqrtl() to the build.
2008-03-02 dasMD implementations of sqrtl().
2008-03-02 dasMI implementation of sqrtl(). This is very slow and...
2008-02-28 bdeFix and improve some magic numbers for the "medium...
2008-02-25 bdeInline __ieee754__rem_pio2f(). On amd64 (A64) and...
2008-02-25 bdeUse a temporary array instead of the arg array y[]...
2008-02-25 bdeChange __ieee754_rem_pio2f() to return double instead...
2008-02-25 bdeFix some off-by-1 errors.
2008-02-24 rajLet PowerPC world optionally build with -msoft-float...
2008-02-23 bdeOptimize the 9pi/2 < |x| <= 2**19pi/2 case some more...
2008-02-22 bdeAvoid using FP-to-integer conversion for !(amd64 |...
2008-02-22 bdeRemove the "quick check no cancellation" optimization for
2008-02-22 bdeOptimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64...
2008-02-22 bdeAdd an irint() function in inline asm for amd64 and...
2008-02-22 bdeOptimize the conversion to bits a little (by about...
2008-02-22 bdeOptimize the fixup for +-0 by using better classificati...
2008-02-22 bdeFix rintl() on signaling NaNs and unsupported formats.
2008-02-22 dass/rcsid/__FBSDID/
2008-02-22 dasRemove an unused variable.
2008-02-22 dasEliminate some warnings.
2008-02-19 bdeMerge cosmetic changes from e_rem_pio2.c 1.10 (convert...
2008-02-19 bdeOptimize for 3pi/4 <= |x| <= 9pi/4 in much the same...
2008-02-19 bdeRearrange the polynomial evaluation for better parallel...
2008-02-18 dasDocument return values better.
2008-02-18 dasAdd tgammaf() as a simple wrapper around tgamma().
2008-02-18 bde2 long double constants were missing L suffixes. This...
2008-02-18 bdeFix a typo which broke k_tanl.c on !(amd64 || i386).
2008-02-18 bdeInline __ieee754__rem_pio2(). With gcc4-2, this gives...
2008-02-17 dasUse volatile hacks to make sure exp() generates an...
2008-02-17 dasHook up sinl(), cosl(), and tanl() to the build.
2008-02-17 dasAdd implementations of sinl(), cosl(), and tanl().
2008-02-17 dasDocumentation for sinl(), cosl(), and tanl().
2008-02-17 dasAdd kernel functions for 128-bit long doubles. These...
2008-02-17 dasAdd kernel functions for 80-bit long doubles. Many...
2008-02-17 dasAdd more pi for long doubles. Also, avoid storing multi...
2008-02-15 bdeSigh, the weak reference for ceill(), floorl() and...
2008-02-14 bdeOops, the weak reference for ceill(), floorl() and...
2008-02-14 bdeUse the expression fabs(x+0.0)+fabs(y+0.0) instad of...
2008-02-14 bdeFix the hi+lo decomposition for 2/(3ln2). The decompos...
2008-02-14 bdeUse the expression (x+0.0)-(y+0.0) instead of x+y when...
2008-02-13 bdes_ceill.c
2008-02-13 bdeOn arches where long double is the same as double,...
2008-02-13 bdeFix the C version of ceill(x) for -1 < x <= -0 in all...
2008-02-13 bdeFix exp2*(x) on signaling NaNs by returning x+x as...
2008-02-13 bdeRearrange the polynomial evaluation for better parallel...
2008-02-13 bdeUse hardware remainder on amd64 since it is 5 to 10...
2008-02-12 bdeFix remainder() and remainderf() in round-towards-minus...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-11 bdeUse double precision for z and thus for the entire...
2008-02-09 bdeAs usual, use a minimax polynomial that is specialized...
2008-02-09 bdeFix a comment about coefficients and expand a related...
2008-02-08 bdeFix truncl() when the result should be -0.0L. When...
2008-02-08 bdeOops, fix the fix in rev.1.10. logb() and logbf()...
2008-02-07 bdeUse a better method of scaling by 2**k. Instead of...
2008-02-07 bdeUse a better method of scaling by 2**k. Instead of...
2008-02-06 bdeAs for the float trig functions and logf, use a minimax...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-28 dasAdjust the exponent before converting the result from...
2008-01-25 bdeFix a harmless type error in 1.9.
2008-01-21 bdeFix cutoffs. This is just a cleanup and an optimizatio...
2008-01-20 bdeOops, when merging from the float version to the double...
2008-01-19 bdeRemove the float version of the kernel of arg reduction...
2008-01-19 bdeDo an ordinary assignment in STRICT_ASSIGN() except...
2008-01-19 bdeUse STRICT_ASSIGN() for exp2f() and exp2() instead...
2008-01-19 bdeUse STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel...
2008-01-19 bdeUse STRICT_ASSIGN() for log1pf() and log1p() instead...
2008-01-19 bdeUse STRICT_ASSIGN() instead of assorted direct volatile...
2008-01-18 dasUse volatile hacks to make sure these functions generat...
2008-01-18 dasHook up exp2l() and related docs to the build.
2008-01-18 dasIntroduce a new log(3) manpage and move the relevant...
2008-01-18 dasImplement exp2l(). There is one version for machines...
2008-01-17 bdeAdd a macro STRICT_ASSIGN() to help avoid the compiler...
2008-01-15 dasOptimize this a bit better.
2008-01-14 dasImplement rintl(), nearbyintl(), lrintl(), and llrintl().
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-11 das- Correct the range check in the double version to...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-20 dasGrumble. DO declare logbl(), DON'T declare logl() just...
2007-12-20 dasRemove the declaration of logl(). The relevant bits...
2007-12-18 dasSince nan() is supposed to work the same as strtod...
2007-12-18 dasRemove z_abs(). The z_*() functions were in libf77...
2007-12-17 bdeOops, the previous commit was not needed -- the file...
2007-12-17 bdeTranslate from the i386 so that this compiles and runs.
2007-12-17 bdeDon't try to build s_nanl.c before it is committed.
2007-12-17 dasAdd logbl(3) to libm.
2007-12-17 dasDocument the fact that we have nan(3) now, and make...
2007-12-16 dasImplement and document nan(), nanf(), and nanl(). This...
2007-12-15 das1. Add csqrt{,f}(3).
2007-12-15 dasImplement and document csqrt(3) and csqrtf(3).
next