Age | Commit message (Expand) | Author | Files | Lines |
2016-11-10 | Refactor some libm type-generic macros. | Joseph Myers | 1 | -85/+40 |
2016-11-04 | Speed up math/test-tgmath2.c | Steve Ellcey | 1 | -9/+122 |
2016-10-28 | Add SNAN, SNANF, SNANL macros. | Joseph Myers | 5 | -0/+14 |
2016-10-28 | Add missing include for stdlib.h. | Carlos O'Donell | 1 | -0/+1 |
2016-10-26 | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 5 | -13/+185 |
2016-10-22 | math.h: Wrap C++ bits in extern "C++" | Florian Weimer | 1 | -2/+2 |
2016-10-21 | math: Define iszero as a function template for C++ [BZ #20715] | Florian Weimer | 3 | -6/+108 |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 5 | -4/+96 |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 6 | -3/+271 |
2016-10-14 | Clean up some complex functions raising FE_INVALID. | Joseph Myers | 4 | -29/+7 |
2016-10-12 | Add more totalorder tests. | Joseph Myers | 1 | -0/+28 |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 7 | -6/+282 |
2016-10-11 | Avoid M_NAN + M_NAN in complex functions. | Joseph Myers | 2 | -6/+4 |
2016-10-07 | Make iseqsig handle excess precision. | Joseph Myers | 3 | -3/+100 |
2016-10-07 | Fix iseqsig for ports that do not support FE_INVALID | Adhemerval Zanella | 1 | -0/+1 |
2016-10-06 | Add iseqsig. | Joseph Myers | 6 | -3/+125 |
2016-09-30 | Add iscanonical. | Joseph Myers | 5 | -5/+35 |
2016-09-28 | Fix iszero for excess precision. | Joseph Myers | 3 | -2/+53 |
2016-09-23 | Add iszero. | Joseph Myers | 2 | -1/+34 |
2016-09-21 | Add issubnormal. | Joseph Myers | 2 | -1/+30 |
2016-09-20 | Build s_nan* objects from a generic template | Paul E. Murphy | 4 | -73/+11 |
2016-09-20 | Remove __nan{f,,l} macros | Paul E. Murphy | 3 | -3/+0 |
2016-09-20 | Make ldexpF generic. | Paul E. Murphy | 4 | -81/+24 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 7 | -3/+457 |
2016-09-01 | Remove unneeded stubs for k_rem_pio2l. | Paul E. Murphy | 2 | -18/+3 |
2016-09-01 | Make common fmin implementation generic. | Paul E. Murphy | 4 | -64/+8 |
2016-09-01 | Make common fmax implementation generic. | Paul E. Murphy | 4 | -65/+9 |
2016-09-01 | Make common nextdown implementation generic. | Paul E. Murphy | 4 | -68/+6 |
2016-09-01 | Make common fdim implementation generic. | Paul E. Murphy | 4 | -85/+10 |
2016-08-29 | Convert remaining complex function to generated files | Paul E. Murphy | 25 | -2091/+194 |
2016-08-29 | Prepare to convert remaining _Complex functions | Paul E. Murphy | 6 | -0/+641 |
2016-08-29 | Add fetestexceptflag. | Joseph Myers | 5 | -3/+166 |
2016-08-19 | Convert _Complex tangent functions to generated code | Paul E. Murphy | 17 | -1796/+178 |
2016-08-19 | Prepare to convert _Complex tangent functions | Paul E. Murphy | 4 | -0/+538 |
2016-08-19 | Convert _Complex sine functions to generated code | Paul E. Murphy | 21 | -2253/+209 |
2016-08-19 | Prepare to convert _Complex sine functions | Paul E. Murphy | 5 | -0/+686 |
2016-08-19 | Merge common usage of mul_split function | Paul E. Murphy | 2 | -0/+100 |
2016-08-19 | Convert _Complex cosine functions to generated code | Paul E. Murphy | 17 | -1083/+95 |
2016-08-19 | Prepare to convert _Complex cosine functions | Paul E. Murphy | 4 | -0/+339 |
2016-08-17 | Support for type-generic libm function implementations libm | Paul E. Murphy | 16 | -313/+71 |
2016-08-16 | Add fesetexcept. | Joseph Myers | 6 | -3/+238 |
2016-08-12 | Fix test-fexcept when "inexact" implicitly raised. | Joseph Myers | 1 | -2/+31 |
2016-08-10 | Add tests for fegetexceptflag, fesetexceptflag. | Joseph Myers | 3 | -1/+256 |
2016-08-05 | sparc32/sparcv9: add a VIS3 version of fdim | Aurelien Jarno | 2 | -1/+5 |
2016-08-05 | Improve gen-libm-test.pl LIT() application | Paul E. Murphy | 2 | -56/+71 |
2016-08-05 | Fix math.h comment about bits/mathdef.h. | Joseph Myers | 1 | -34/+21 |
2016-08-04 | Do not call __nan in scalb functions. | Joseph Myers | 3 | -15/+3 |
2016-08-03 | Also handle __STDC_WANT_IEC_60559_BFP_EXT__ in <tgmath.h>. | Joseph Myers | 1 | -1/+1 |
2016-08-03 | Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. | Joseph Myers | 1 | -2/+4 |
2016-08-03 | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers | 2 | -5/+6 |