aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar7-14/+35
2014-10-21Don't use INTDEF with __ldexpf (bug 14132).Joseph Myers1-1/+0
2014-09-30stdlib/tst-strtod-round.c: Fix build on ARMWill Newton1-1/+2
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar1-3/+5
2014-07-17Fix fallback fesetenv and feupdateenv on FE_NOMASK_ENV (bug 17088).Joseph Myers2-0/+8
2014-06-27Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers1-3/+1
2014-06-25Fix exp10 spurious underflows (bug 16560).Joseph Myers2-0/+684
2014-06-24Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539).Joseph Myers2-0/+83
2014-06-24Fix ldbl-128 erfl spurious underflows (bug 16287).Joseph Myers2-0/+304
2014-06-23Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers2-321/+424
2014-06-23Set errno for y1 overflow (bug 17050).Joseph Myers2-0/+1761
2014-06-23Test cpow in all rounding modes.Joseph Myers5-135/+141
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers3-67/+2736
2014-06-20[BZ #6803] Set errno for scalbln, scalbnStefan Liebler5-65/+177
2014-06-17PowerPC: Fix nearbyintl failure for few inputsRajalakshmi Srinivasaraghavan1-0/+8
2014-06-10Add FE_NOMASK_ENV return value test.Wilco2-1/+124
2014-06-10Fix log2 (1) in round-downward mode (bug 17042).Joseph Myers1-3/+1
2014-06-06Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers1-1/+1
2014-05-23Fix log10 (1) in round-downward mode (bug 16977).Joseph Myers1-3/+1
2014-05-16Use existing makefile variables for dependencies on glibc libraries.Joseph Myers1-6/+2
2014-05-14Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).Joseph Myers2-0/+272
2014-05-14Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928).Joseph Myers4-3/+7
2014-05-14Fix acosh (1) in round-downward mode (bug 16927).Joseph Myers1-3/+1
2014-05-14Fix erf underflow handling near 0 (bug 16516).Joseph Myers2-0/+204
2014-04-17Add fenv test support for targets which don't have FP traps.Wilco1-10/+15
2014-04-16Correct IBM long double frexpl.Alan Modra1-0/+9
2014-04-11math: make test-fenv-preserve.c a no-op if FE_ALL_EXCEPT == 0.Chris Metcalf1-0/+5
2014-04-02Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers7-12/+32
2014-04-02Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).Joseph Myers7-35/+24
2014-04-02Correct IBM long double nextafterl.Alan Modra1-0/+8
2014-03-31Set errno for scalb errors (bug 6803, bug 6804).Joseph Myers5-75/+159
2014-03-31Set errno for atan2 underflow (bug 16349).Joseph Myers5-546/+563
2014-03-29Fix scalb spurious "invalid" exceptions (bug 16770).Joseph Myers4-3/+20
2014-03-28Fix clog10 (-0 +/- 0i) (bug 16362).Joseph Myers4-5/+14
2014-03-27Fix x86/x86_64 expl/exp10l spurious underflows (bug 16348).Joseph Myers2-0/+684
2014-03-26Make x86_64 fegetenv preserve exception mask (bug 16198).Joseph Myers2-1/+54
2014-03-25Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers4-295/+298
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers3-411/+396
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers1-3/+1
2014-03-21Test most libm functions in all rounding modes.Joseph Myers1-74/+26
2014-03-20Make libm-test support ALL_RM_TEST with AUTO_TESTS_*.Joseph Myers2-1035/+178
2014-03-19Use ALL_RM_TEST for more libm tests.Joseph Myers1-32/+9
2014-03-18Test scalbn and scalbln in all rounding modes, add more tests of negative arg...Joseph Myers2-47/+86
2014-03-17Test rint and nearbyint with same inputs, in all rounding modes.Joseph Myers1-49/+150
2014-03-17Add libm-test support for per-rounding-mode manually specified results.Joseph Myers2-1284/+258
2014-03-14PowerPC: remove wrong roundl implementation for PowerPC64Adhemerval Zanella1-0/+9
2014-03-14PowerPC: remove wrong nearbyintl implementation for PPC64Adhemerval Zanella1-0/+10
2014-03-14PowerPC: remove wrong ceill implementation for PowerPC64Adhemerval Zanella1-0/+9
2014-03-14Add truncl tests related to BZ#16414Adhemerval Zanella1-0/+9
2014-03-11Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers2-8/+3