Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-07 | Merge powerpc slowexp.c into generic code | Siddhesh Poyarekar | 1 | -3/+9 | |
2013-03-07 | Merge powerpc slowpow.c into generic code | Siddhesh Poyarekar | 1 | -0/+17 | |
2013-03-07 | Use generic mpa.c code for everything except __mul and __sqr | Siddhesh Poyarekar | 1 | -0/+4 | |
2013-03-04 | BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm | Adhemerval Zanella | 1 | -1/+1 | |
2013-02-27 | Format mpsqrt.c | Siddhesh Poyarekar | 1 | -34/+44 | |
2013-02-27 | Format mpatan2.c | Siddhesh Poyarekar | 1 | -23/+22 | |
2013-02-27 | Format mpatan.c | Siddhesh Poyarekar | 1 | -46/+61 | |
2013-02-27 | Format mptan.c | Siddhesh Poyarekar | 1 | -13/+15 | |
2013-02-27 | Format mplog.c | Siddhesh Poyarekar | 1 | -21/+23 | |
2013-02-26 | Another tweak to the multiplication algorithm | Siddhesh Poyarekar | 1 | -6/+50 | |
Reduce the formula to calculate mantissa so that we reduce the net number of multiplications performed. | |||||
2013-02-26 | Don't duplicate mpone and mptwo | Siddhesh Poyarekar | 1 | -5/+3 | |
2013-02-25 | Remove commented declarations | Siddhesh Poyarekar | 1 | -14/+0 | |
2013-02-25 | Use long wherever possible in mpa.c | Siddhesh Poyarekar | 1 | -31/+39 | |
Using long throughout like powerpc does is beneficial since it reduces the need to switch to 32-bit instructions. It gives a very minor performance improvement. | |||||
2013-02-25 | Format slowexp.c | Siddhesh Poyarekar | 1 | -22/+26 | |
2013-02-25 | Reformat slowpow.c | Siddhesh Poyarekar | 1 | -31/+48 | |
2013-02-25 | Remove commented code | Siddhesh Poyarekar | 1 | -6/+0 | |
2013-02-21 | Fix whitespace differences between generic and powerpc mpa.c | Siddhesh Poyarekar | 1 | -2/+2 | |
2013-02-20 | Respect the user's namespace in installed header files. | Thomas Schwinge | 1 | -1/+1 | |
Fixup for commit c7b275d6b3bceb6b400fa3044d13d1001bc605ca. | |||||
2013-02-20 | bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)). | Thomas Schwinge | 1 | -1/+1 | |
2013-02-20 | Copy comment about inner loop from powerpc mpa.c to the default one | Siddhesh Poyarekar | 1 | -0/+10 | |
2013-02-16 | Don't require LIM to determine loop end in __sqr | Siddhesh Poyarekar | 1 | -10/+4 | |
2013-02-16 | Use intermediate variable to compute exponent in __mul | Siddhesh Poyarekar | 1 | -4/+15 | |
2013-02-15 | Fix determination of lower precision in __mul | Siddhesh Poyarekar | 1 | -1/+4 | |
2013-02-14 | Use __sqr instead of __mul wherever possible | Siddhesh Poyarekar | 3 | -4/+4 | |
2013-02-14 | New __sqr function as a faster special case of __mul | Siddhesh Poyarekar | 3 | -2/+94 | |
2013-02-13 | Remove unnecessary factorial array | Siddhesh Poyarekar | 1 | -10/+3 | |
kf is n! at the end of the loop, so storing the values is unnecessary. | |||||
2013-02-13 | Better exp polynomial | Siddhesh Poyarekar | 1 | -23/+37 | |
The lesser the __mul calls, the better it is for performance. | |||||
2013-02-13 | Optimized mp multiplication | Siddhesh Poyarekar | 1 | -8/+48 | |
Don't bother multiplying zeroes since that only wastes cycles. | |||||
2013-02-13 | Clean up add_magnitudes and sub_magnitudes | Siddhesh Poyarekar | 1 | -52/+60 | |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -1/+1 | |
2013-01-18 | Simplify calculation of 2^-m in __mpexp | Siddhesh Poyarekar | 2 | -29/+34 | |
2013-01-18 | Remove unnecessary multiplication with RADIXI | Siddhesh Poyarekar | 1 | -3/+3 | |
2013-01-17 | Fix header comment | Siddhesh Poyarekar | 1 | -2/+0 | |
2013-01-16 | Consolidate constant defines into mpa.h | Siddhesh Poyarekar | 13 | -120/+26 | |
2013-01-16 | Fix the value of TWO | Siddhesh Poyarekar | 1 | -1/+1 | |
2013-01-15 | Use libc_fe*() in 32-bit nearbyint() | David S. Miller | 1 | -4/+4 | |
* sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use libc_feholdexcept and libc_fesetenv. | |||||
2013-01-14 | Minor tweak to mp multiplication | Siddhesh Poyarekar | 1 | -13/+15 | |
Add a local variable to remove extra copies to/from memory in the Z array. | |||||
2013-01-14 | Fix code formatting in mpa.c | Siddhesh Poyarekar | 1 | -228/+463 | |
This includes the overridden mpa.c in power4. | |||||
2013-01-10 | Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64" | Andreas Schwab | 17 | -117/+0 | |
This reverts commit 7a9d2c397195d9a19a95dbcdb59fb5df03f2d940. | |||||
2013-01-10 | Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c" | Andreas Schwab | 2 | -64/+16 | |
This reverts commit 35eb879e3b7849e86f06658bdb888f7858b30759. | |||||
2013-01-10 | Fix formatting in mpexp.c | Siddhesh Poyarekar | 1 | -54/+95 | |
2013-01-10 | Make __mpexp_twomm1 an array of doubles | Siddhesh Poyarekar | 2 | -87/+26 | |
Cleanup to get rid of the `number` muck which is not necessary here. | |||||
2013-01-10 | sysdeps/ieee754/ldbl-128ibm/e_expl.c | Andreas Schwab | 2 | -16/+64 | |
2013-01-10 | Use ieee754/dbl-64/wordsize-64 on powerpc64 | Andreas Schwab | 17 | -0/+117 | |
* sysdeps/ieee754/ldbl-opt/wordsize-64/s_ceil.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_finite.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_floor.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_frexp.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_isinf.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_isnan.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_llround.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_logb.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_lround.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_modf.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_nearbyint.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_remquo.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_rint.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_round.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbln.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbn.c: New file. * sysdeps/ieee754/ldbl-opt/wordsize-64/s_trunc.c: New file. * sysdeps/unix/sysv/linux/powerpc/powerpc64/Implies: Add ieee754/ldbl-opt/wordsize-64. * sysdeps/powerpc/powerpc64/Implies: Add ieee754/dbl-64/wordsize-64. | |||||
2013-01-09 | Update comments in mpa.c | Siddhesh Poyarekar | 1 | -67/+47 | |
Fixed comment style and clearer wording in some cases. | |||||
2013-01-04 | Remove unused __cr and __cpymn | Siddhesh Poyarekar | 1 | -33/+0 | |
2013-01-04 | Fix code formatting | Siddhesh Poyarekar | 1 | -10/+15 | |
2013-01-04 | Clean up comment for MP_NO | Siddhesh Poyarekar | 1 | -12/+26 | |
2013-01-04 | Remove some commented code | Siddhesh Poyarekar | 1 | -13/+0 | |
2013-01-04 | Remove commented declarations | Siddhesh Poyarekar | 1 | -6/+0 | |