| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod). | Joseph Myers | 2015-10-16 | 1 | -1/+223 |
* | Add more tests for ceil, floor, round, trunc. | Joseph Myers | 2015-10-16 | 1 | -5/+165 |
* | Fix lrint, llrint missing exceptions close to overflow threshold (bug 19094). | Joseph Myers | 2015-10-08 | 1 | -0/+217 |
* | Correct "inexact" expectations in lround, llround tests. | Joseph Myers | 2015-10-08 | 1 | -6/+6 |
* | Fix lround, llround missing exceptions close to overflow threshold (bug 19088). | Joseph Myers | 2015-10-07 | 1 | -0/+185 |
* | Add more tests of lrint, llrint, lround, llround. | Joseph Myers | 2015-10-06 | 1 | -0/+100 |
* | Use same test inputs for lrint and llrint. | Joseph Myers | 2015-10-06 | 1 | -0/+119 |
* | Add more scalb test expectations for "inexact" exception. | Joseph Myers | 2015-10-06 | 1 | -45/+48 |
* | Fix ldbl-96 lroundl just below powers of 2 (bug 19071). | Joseph Myers | 2015-10-05 | 1 | -11/+159 |
* | Fix nexttoward overflow in non-default rounding modes (bug 19059). | Joseph Myers | 2015-10-02 | 1 | -0/+4 |
* | Use type-specific precision when printing results in libm-test.inc. | Joseph Myers | 2015-10-01 | 1 | -3/+16 |
* | Fix i386 acosh (-qNaN) spurious "invalid" exception. | Joseph Myers | 2015-09-30 | 1 | -0/+1 |
* | Improve test coverage of real libm functions [a-e]*. | Joseph Myers | 2015-09-30 | 1 | -7/+120 |
* | Refine errno / "inexact" expectations in libm-test.inc. | Joseph Myers | 2015-09-30 | 1 | -1564/+1572 |
* | Fix sign of zero part from ctan / ctanh when argument infinite (bug 17118). | Joseph Myers | 2015-09-17 | 1 | -0/+128 |
* | Make scalbn set errno (bug 6803). | Joseph Myers | 2015-09-16 | 1 | -72/+72 |
* | Improve tgamma accuracy (bug 18613). | Joseph Myers | 2015-06-29 | 1 | -4/+1 |
* | Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602). | Joseph Myers | 2015-06-25 | 1 | -3/+1 |
* | Refactor libm tests. | Joseph Myers | 2015-06-24 | 1 | -1/+0 |
* | Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594). | Joseph Myers | 2015-06-24 | 1 | -3/+1 |
* | Move csin, csinh tests to auto-libm-test-in. | Joseph Myers | 2015-06-24 | 1 | -78/+0 |
* | Fix csin, csinh overflow in directed rounding modes (bug 18593). | Joseph Myers | 2015-06-24 | 1 | -0/+4 |
* | Fix spurious "inexact" exceptions from __kernel_standard_l (bug 18245, bug 18... | Joseph Myers | 2015-06-23 | 1 | -0/+9 |
* | Fix ldbl-96 remquol (finite, Inf) (bug 18244). | Joseph Myers | 2015-05-19 | 1 | -0/+37 |
* | Last part of changes regarding to libm-test.inc: addition | Andrew Senkevich | 2015-05-14 | 1 | -3/+8 |
* | Refactoring of START for conditions in individual tests | Andrew Senkevich | 2015-05-14 | 1 | -10/+22 |
* | This is the beginning of series of patches with addition | Andrew Senkevich | 2015-05-14 | 1 | -18/+18 |
* | Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346). | Joseph Myers | 2015-04-28 | 1 | -0/+11 |
* | Set errno for log1p on pole/domain error. | Stefan Liebler | 2015-04-13 | 1 | -4/+4 |
* | Fix ldbl-128ibm logbl near powers of 2 (bug 18030). | Joseph Myers | 2015-02-26 | 1 | -0/+5 |
* | Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029). | Joseph Myers | 2015-02-26 | 1 | -0/+5 |
* | Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783). | Joseph Myers | 2015-02-24 | 1 | -0/+2 |
* | Fix atan / atan2 missing underflows (bug 15319). | Joseph Myers | 2015-02-18 | 1 | -50/+40 |
* | Fix sign of remquo zero remainder in round-downward mode (bug 17987). | Joseph Myers | 2015-02-17 | 1 | -0/+10 |
* | Fix remquo spurious overflows (bug 17978). | Joseph Myers | 2015-02-16 | 1 | -0/+54 |
* | Fix dbl-64/wordsize-64 remquo (bug 17569). | Joseph Myers | 2015-02-13 | 1 | -14/+19 |
* | Fix sincos errno setting (bug 15467). | Joseph Myers | 2015-02-11 | 1 | -3/+3 |
* | Fix ldbl-96 scalblnl underflowing results (bug 17803). | Joseph Myers | 2015-01-12 | 1 | -0/+38 |
* | Fix ldbl-96 scalblnl for subnormal arguments (bug 17834). | Joseph Myers | 2015-01-12 | 1 | -0/+22 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Fix some warnings in the absence of FP round/exception support | Chris Metcalf | 2014-12-30 | 1 | -3/+4 |
* | Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562). | Joseph Myers | 2014-06-27 | 1 | -3/+1 |
* | Test cpow in all rounding modes. | Joseph Myers | 2014-06-23 | 1 | -3/+1 |
* | Fix pow overflow in non-default rounding modes (bug 16315). | Joseph Myers | 2014-06-23 | 1 | -67/+1 |
* | [BZ #6803] Set errno for scalbln, scalbn | Stefan Liebler | 2014-06-20 | 1 | -64/+64 |
* | PowerPC: Fix nearbyintl failure for few inputs | Rajalakshmi Srinivasaraghavan | 2014-06-17 | 1 | -0/+8 |
* | Fix log2 (1) in round-downward mode (bug 17042). | Joseph Myers | 2014-06-10 | 1 | -3/+1 |
* | Fix log10 (1) in round-downward mode (bug 16977). | Joseph Myers | 2014-05-23 | 1 | -3/+1 |
* | Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928). | Joseph Myers | 2014-05-14 | 1 | -3/+1 |
* | Fix acosh (1) in round-downward mode (bug 16927). | Joseph Myers | 2014-05-14 | 1 | -3/+1 |