aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Fix exp2 errno setting on underflow (bug 16283).Joseph Myers5-96/+92
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers2-6/+309
2013-12-03Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers4-211/+4325
2013-11-30Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers4-252/+4818
2013-11-29Fix exp10 errno setting on underflow (bug 6787).Joseph Myers4-5/+7
2013-11-29Fix x86 sqrt rounding (bug 14032).Joseph Myers2-0/+3726
2013-11-29Test sqrt in all rounding modes.Joseph Myers1-0/+88
2013-11-29Start generating libm tests automatically with MPFR.Joseph Myers6-19/+2110
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers1-0/+1
2013-11-19Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers2-1/+210
2013-11-18test-fpucw-ieee: Don't use _FPU_IEEE if not definedChris Metcalf1-2/+5
2013-11-16Test signs of NaNs in libm-test.inc where appropriate.Joseph Myers2-16/+43
2013-11-16Add libm-test support for ignored return value, add more lrint / llrint / lro...Joseph Myers2-12/+90
2013-11-16Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag.Joseph Myers2-258/+280
2013-11-16Make libm-test.inc check for "inexact" exceptions for NaN argument.Joseph Myers1-69/+69
2013-10-04PowerPC floating point little-endian [4 of 15]Alan Modra1-0/+19
2013-10-04PowerPC floating point little-endian [1 of 15]Alan Modra1-214/+75
2013-09-19New test cases for sin and cos for multiple precision fallbackSiddhesh Poyarekar1-0/+18
2013-09-09Fix static-binary lazy FPU context allocationMaciej W. Rozycki5-7/+40
2013-09-03Fix lgammaf spurious underflow (bug 15427).Joseph Myers1-0/+55
2013-09-02Fix spurious jnf underflows (bug 14155).Joseph Myers1-2/+17
2013-08-29math: Additional type conversion testsThomas Schwinge1-7/+13
2013-08-23Fix cexp (NaN + i0) (bug 15532).Joseph Myers4-13/+32
2013-08-21Fix fdim handling of infinities (bug 15797).Joseph Myers4-39/+43
2013-08-20Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers4-9/+43
2013-08-13Fix cbrtl for ldbl-96Andreas Schwab1-0/+5
2013-07-13Annotate more cases of math bug 15319.David S. Miller1-16/+20
2013-06-20Allow fesetround failures in math/test-misc.c if ROUNDING_TESTS fails.Joseph Myers1-1/+5
2013-06-20Avoid spurious failures from <fenv.h> fallback functions (bug 15654).Joseph Myers10-15/+27
2013-06-17Use math-tests.h more in math/test-misc.Joseph Myers1-2/+10
2013-06-15Add another fma test.Joseph Myers1-0/+1
2013-06-12Make more libm tests condition exceptions tests with math-tests.h.Joseph Myers3-51/+54
2013-06-11Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers1-17/+21
2013-06-10Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers1-4/+9
2013-06-05Remove trailing whitespace.Joseph Myers1-1/+1
2013-06-03BZ #15536: Fix ulp for 128-bit IBM long double.Carlos O'Donell1-11/+26
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers1-5/+0
2013-05-24Fix ldbl-96 hypotl of subnormals (bug 15529).Joseph Myers1-0/+13
2013-05-24Test drem and pow10 in libm-test.inc.Joseph Myers1-5/+63
2013-05-24Use same tests for isfinite/finite, lgamma/gamma.Joseph Myers1-44/+18
2013-05-24Correctly compute ulp near zero.Carlos O'Donell1-48/+93
2013-05-24Remove libm-test START_DATA and END_DATA.Joseph Myers2-347/+0
2013-05-24Make libm-test START and END into ordinary macros.Joseph Myers2-197/+176
2013-05-22Don't include function names in test data in generated libm-test.c.Joseph Myers2-132/+241
2013-05-22Don't include expected results in libm-test test names.Joseph Myers1-4/+1
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers3-86/+56
2013-05-19Simplify gen-libm-test.pl handling of tests with extra outputs.Joseph Myers1-65/+17
2013-05-18Don't disable CMPLXL macro for __NO_LONG_DOUBLE_MATH (bug 15488).Joseph Myers3-9/+1
2013-05-18Make libm-test look up ulps by name at runtime.Joseph Myers2-228/+225
2013-05-17Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers1-7/+162