1122 Commits (352db0bd059df1ad2da5d22e6ea3fd3e4f2ce236)

Author SHA1 Message Date
Joseph Myers d0800ae0e7 Make iseqsig handle excess precision. 10 years ago
Adhemerval Zanella 12e5d361a4 Fix iseqsig for ports that do not support FE_INVALID 10 years ago
Joseph Myers 1e7c8fcca5 Add iseqsig. 10 years ago
Joseph Myers 29cb929332 Add iscanonical. 10 years ago
Joseph Myers b59ad2db99 Fix iszero for excess precision. 10 years ago
Joseph Myers bb8081f57f Add iszero. 10 years ago
Joseph Myers d942e95cd7 Add issubnormal. 10 years ago
Paul E. Murphy 2c46d11486 Build s_nan* objects from a generic template 10 years ago
Paul E. Murphy fc7f4691d3 Remove __nan{f,,l} macros 10 years ago
Paul E. Murphy 9f9834f582 Make ldexpF generic. 10 years ago
Joseph Myers ec94343f59 Add femode_t functions. 10 years ago
Paul E. Murphy 2bad840e9d Remove unneeded stubs for k_rem_pio2l. 10 years ago
Paul E. Murphy f306ea1ada Make common fmin implementation generic. 10 years ago
Paul E. Murphy 847c9161c7 Make common fmax implementation generic. 10 years ago
Paul E. Murphy ee8a49071c Make common nextdown implementation generic. 10 years ago
Paul E. Murphy 7b7c39450b Make common fdim implementation generic. 10 years ago
Paul E. Murphy feb62ddacb Convert remaining complex function to generated files 10 years ago
Paul E. Murphy 1dbc54f61e Prepare to convert remaining _Complex functions 10 years ago
Joseph Myers 780257d48d Add fetestexceptflag. 10 years ago
Paul E. Murphy d5602cebf1 Convert _Complex tangent functions to generated code 10 years ago
Paul E. Murphy f6d3a72eca Prepare to convert _Complex tangent functions 10 years ago
Paul E. Murphy c50eee19c4 Convert _Complex sine functions to generated code 10 years ago
Paul E. Murphy ffb84f5e19 Prepare to convert _Complex sine functions 10 years ago
Paul E. Murphy 4482ff226e Merge common usage of mul_split function 10 years ago
Paul E. Murphy 01ee387015 Convert _Complex cosine functions to generated code 10 years ago
Paul E. Murphy 281f5073e5 Prepare to convert _Complex cosine functions 10 years ago
Paul E. Murphy ce6698ea0a Support for type-generic libm function implementations libm 10 years ago
Joseph Myers 5146356f5a Add fesetexcept. 10 years ago
Joseph Myers 98dac0ce76 Fix test-fexcept when "inexact" implicitly raised. 10 years ago
Joseph Myers 5220a1aa8d Add tests for fegetexceptflag, fesetexceptflag. 10 years ago
Aurelien Jarno bf79a337ec sparc32/sparcv9: add a VIS3 version of fdim 10 years ago
Paul E. Murphy d4cf133100 Improve gen-libm-test.pl LIT() application 10 years ago
Joseph Myers 89a12e6f8e Fix math.h comment about bits/mathdef.h. 10 years ago
Joseph Myers cb864fe0ec Do not call __nan in scalb functions. 10 years ago
Joseph Myers 146f208da6 Also handle __STDC_WANT_IEC_60559_BFP_EXT__ in <tgmath.h>. 10 years ago
Joseph Myers 412cb261b0 Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. 10 years ago
Joseph Myers bf91be88ea Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. 10 years ago
Paul E. Murphy f2de695bf6 Unify drift between _Complex function type variants 10 years ago
Paul E. Murphy b9e05ed07a Refactor part of math Makefile 10 years ago
Andrew Senkevich 533f9bebf9 x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033). 10 years ago
Siddhesh Poyarekar cbf88869ed Fix cos computation for multiple precision fallback (bz #20357) 10 years ago
Joseph Myers 30dcf959d2 Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479). 10 years ago
Joseph Myers 623629de06 Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479). 10 years ago
Joseph Myers 26b0bf9600 Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479). 10 years ago
Joseph Myers 40244be372 Fix i386/x86_64 scalbl with sNaN input (bug 20296). 10 years ago
Joseph Myers 7ed84b89f3 Add more sNaN tests (most remaining real functions). 10 years ago
Rajalakshmi Srinivasaraghavan 41a359e22f Add nextup and nextdown math functions 10 years ago
Joseph Myers 228a78c21b Fix i386 fdim double rounding (bug 20255). 10 years ago
Joseph Myers f4015c8a86 Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). 10 years ago
Joseph Myers 4fea2cda61 Simplify generic fdim implementations. 10 years ago